Skip to content
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

Closed
saulowulhynek opened this issue Jan 20, 2017 · 8 comments · Fixed by #1745
Closed

Error making a new clear install off 2.5.0. RC2 #1744

saulowulhynek opened this issue Jan 20, 2017 · 8 comments · Fixed by #1745

Comments

@saulowulhynek
Copy link

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

@saulowulhynek saulowulhynek added this to the 2.5.0 milestone Jan 20, 2017
@chiebert
Copy link
Contributor

Just ran into this exact error myself.

@crossan007
Copy link
Contributor

crossan007 commented Jan 21, 2017

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.

@saulowulhynek
Copy link
Author

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

@saulowulhynek saulowulhynek reopened this Jan 22, 2017
@saulowulhynek
Copy link
Author

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

@DawoudIO
Copy link
Contributor

I don't think you are using the correct zip file let

@saulowulhynek
Copy link
Author

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.

@saulowulhynek
Copy link
Author

I repeat the test using ChurchCRM-2.5.0.zip (RC3) and the error remains

@DawoudIO DawoudIO removed this from the 2.5.0 milestone Jan 22, 2017
@crossan007
Copy link
Contributor

I think build process is broken:

=> default: ================   Build ORM Classes    ==================
=> default: Do not run Composer as root/super user! See https://getcomposer.org/root for details
=> default: Composer could not find a composer.json file in /vagrant
=> default: To initialize a project, please create a composer.json file as described in the https://getcomposer.org/ "Getting Started" section

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants