-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error making a new clear install off 2.5.0. RC2 #1744
Comments
Just ran into this exact error myself. |
it looks like 50a6680 50a6680#diff-b966abb09ad764f567d8758699fa9443 broke this by introducing a dependency on SystemService; when, as of line 92 in Setup.php, the auto loader hadn't yet been registered. I'll get a fix for it soon. |
Ok, I test again with RC3 and I still get the same error: Fatal error: Uncaught Error: Class 'ChurchCRM\dto\SystemConfig' not found in /......./public_html/church250/Include/analyticstracking.php:4 Stack trace: #0 /......./public_html/church250/Include/FooterNotLoggedIn.php(29): include_once() #1 /......./public_html/church250/Setup.php(317): require('/home/saulo706/...') #2 {main} thrown in /......./public_html/church250/Include/analyticstracking.php on line 4 |
i tried proceed instalation and i get the folow error: Fatal error: Class 'ChurchCRM\Base\Version' not found in /home/saulo706/public_html/church250/ChurchCRM/model/ChurchCRM/Version.php on line 16 |
I don't think you are using the correct zip file let |
Can't I use ChurchCRM-2.5.0.tar.gz? In this time i download .tar.gz file. I wil try again today later (before church) with .zip file. |
I repeat the test using ChurchCRM-2.5.0.zip (RC3) and the error remains |
I think build process is broken:
|
I make upload of code of 2.5.0. RC2 to make a new clear instalation. When I access setup page, a get this error message:
Fatal error: Uncaught Error: Class 'ChurchCRM\dto\SystemURLs' not found in /...../public_html/church250/Include/HeaderNotLoggedIn.php:4 Stack trace: #0 /...../public_html/church250/Setup.php(92): require() #1 {main} thrown in /....../public_html/church250/Include/HeaderNotLoggedIn.php on line 4
The text was updated successfully, but these errors were encountered: