Hey everyone,
I'm new in Espo-Developing and found my first problem. I created a testing system for developing a new module and copied all files and the database from live to testing. The testing system works really good with other systems like magento and is configured very well. Nevertheless I get always and everywhere Error 500 while clearing the cache, installing the module or even logging in. Logging in works, but there is always the warning "Error 500".
After installing the module I got following error:
"Permission denied for data/config.php"
The logs are full with stuff like this:
I tried to change mod of all files to 777 with
in the docroot.
I have no plan what to do. The live system works fine, but I need the testing system.
Thank you really much,
Dennis
I'm new in Espo-Developing and found my first problem. I created a testing system for developing a new module and copied all files and the database from live to testing. The testing system works really good with other systems like magento and is configured very well. Nevertheless I get always and everywhere Error 500 while clearing the cache, installing the module or even logging in. Logging in works, but there is always the warning "Error 500".
After installing the module I got following error:
"Permission denied for data/config.php"
The logs are full with stuff like this:
Code:
[01-Dec-2015 09:18:39 UTC] PHP Warning: Invalid callback Espo\Core\Utils\Log\Monolog\Handler\RotatingFileHandler::customErrorHandler, cannot access private method Espo\Core\Utils\Log\Monolog\Handler\RotatingFileHandler::customErrorHandler() in /var/www/basisbox.local/htdocs/application/Espo/Core/Utils/File/Permission.php on line 392 [01-Dec-2015 09:18:39 UTC] PHP Warning: chown(): Operation not permitted in /var/www/basisbox.local/htdocs/application/Espo/Core/Utils/File/Permission.php on line 392 [01-Dec-2015 09:18:39 UTC] PHP Warning: Invalid callback Espo\Core\Utils\Log\Monolog\Handler\RotatingFileHandler::customErrorHandler, cannot access private method Espo\Core\Utils\Log\Monolog\Handler\RotatingFileHandler::customErrorHandler() in /var/www/basisbox.local/htdocs/application/Espo/Core/Utils/File/Permission.php on line 403
Code:
chmod 777 -R .
I have no plan what to do. The live system works fine, but I need the testing system.
Thank you really much,
Dennis
Comment