the.rampage.rado Posted May 4, 2017 Posted May 4, 2017 Help guys, I'm considering TB for new project and wanted to make few import tests but I even can't install the CMS. It gives me error 500 and that's all.
0 the.rampage.rado Posted May 4, 2017 Author Posted May 4, 2017 Had to turn on mode_dev and then the setup started OK. Very strange.
0 alwayspaws Posted May 4, 2017 Posted May 4, 2017 @Global-Moderators @administrators Is that normal behavior for a new install?
0 lesley Posted May 5, 2017 Posted May 5, 2017 Can you look at the error logs on the server and see what the error is too.
0 the.rampage.rado Posted May 5, 2017 Author Posted May 5, 2017 Askimet flagged my message and I can't put the log here.
0 the.rampage.rado Posted May 5, 2017 Author Posted May 5, 2017 [04-May-2017 13:51:26 UTC] PHP Warning: require(/home//publichtml/om/thirtybees/config/config.inc.php): failed to open stream: No such file or directory in /home//publichtml/com/thirtybees/index.php on line 32 [04-May-2017 13:51:26 UTC] PHP Fatal error: require(): Failed opening required '/home//publichtml/kcom/thirtybees/config/config.inc.php' (includepath='.:/opt/alt/php70/usr/share/pear') in /home//publichtml/com/thirtybees/index.php on line 32 [04-May-2017 13:57:48 UTC] PHP Warning: require(/home//publichtml/.com/thirtybees/config/config.inc.php): failed to open stream: No such file or directory in /home//publichtml/.com/thirtybees/index.php on line 32 [04-May-2017 13:57:48 UTC] PHP Fatal error: require(): Failed opening required '/home//publichtml/.com/thirtybees/config/config.inc.php' (includepath='.:/opt/alt/php70/usr/share/pear') in /home//publichtml/.com/thirtybees/index.php on line 32
0 the.rampage.rado Posted May 5, 2017 Author Posted May 5, 2017 This is what I have in my error_log, I can't access the server one.
0 Traumflug Posted May 6, 2017 Posted May 6, 2017 Here's something wrong: require(/home//public_html /om/ thirtybees/config/config.inc.php) Each of the provided log entries shortens this part of the path differently. Code is very simple, nothing 30bz-specific: php require(dirname(__FILE__).'/config/config.inc.php'); Smells like there's something wrong with the PHP installation.
0 the.rampage.rado Posted May 6, 2017 Author Posted May 6, 2017 Yes, the shortings are from me - so I can hide my username and domain where I test it. I was just too lazy to make them the same.
0 Traumflug Posted May 6, 2017 Posted May 6, 2017 I see. Well, does this file (config/config.inc.php) exist?
0 the.rampage.rado Posted May 7, 2017 Author Posted May 7, 2017 Yes, everything went fine after I enabled mode_dev. Page refresh and the installer was OK but before I enabled it I tried 5 times (delete old files, upload new files (including the github dev version) with no success. The installer was 100% OK, no errors, just normal install. The shop is now running and I'm doing my import tests.
0 alwayspaws Posted May 8, 2017 Posted May 8, 2017 Note to @Traumflug - like my github comment, I have to wait. (Ask MD)
0 Minik Posted September 20, 2017 Posted September 20, 2017 I'm having a similar error 500 problem when trying to install thirty bees. When clicking "Next" on the "store information" install page, i receive this error: Fatal error: Uncaught Error: Class 'Validate' not found in /var/"DOMAINNAME"/install/controllers/http/configure.php:118 Stack trace: #0 /var/www/DOMAINNAME/install/classes/controllerHttp.php(182): InstallControllerHttpConfigure->validate() #1 /var/www/DOMAINNAME/install/trystart.php(34): InstallControllerHttp::execute() #2 /var/www/DOMAINNAME/install/index.php(56): require_once('/var/www/DOMAINNAME...') #3 {main} thrown in /var/www/DOMAINNAME/install/controllers/http/configure.php on line 118 Anyone have a solution for the problem?
Question
the.rampage.rado
Help guys,
I'm considering TB for new project and wanted to make few import tests but I even can't install the CMS.
It gives me error 500 and that's all.
12 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now