Hi,
i try to install EspoCRM (6.1.7) on a Debian Server and get after the installation a blank Site with the Error:
Bad server response
PHP Log shows this
i tried it with different permissions like root user for the folders and files.
thanks in advance
i try to install EspoCRM (6.1.7) on a Debian Server and get after the installation a blank Site with the Error:
Bad server response
PHP Log shows this
Code:
PHP Fatal error: Uncaught Espo\Core\Exceptions\Error: Permission denied: unable to create a folder on the server - data/cache/application in /home/cloudpanel/htdocs/DOMAIN/application/Espo/Core/Utils/File/Manager.php:660 Stack trace: #0 /home/cloudpanel/htdocs/DOMAIN/application/Espo/Core/Utils/File/Manager.php(250): Espo\Core\Utils\File\Manager->checkCreateFile() #1 /home/cloudpanel/htdocs/DOMAIN/application/Espo/Core/Utils/File/Manager.php(351): Espo\Core\Utils\File\Manager->putContents() #2 /home/cloudpanel/htdocs/DOMAIN/application/Espo/Core/Utils/DataCache.php(98): Espo\Core\Utils\File\Manager->putPhpContents() #3 /home/cloudpanel/htdocs/DOMAIN/application/Espo/Core/Utils/Module.php(111): Espo\Core\Utils\DataCache->store() #4 /home/cloudpanel/htdocs/DOMAIN/application/Espo/Core/Utils/Module.php(82): Espo\Core\Utils\Module->init() #5 /home/cloudpanel/htdocs/DOMAIN/application/Espo/Core/Utils/Module.php(137): Espo\Core\Utils\Module->get() #6 /home/cloudpanel/htdocs/DOMAIN/application/Espo/Core/Binding/EspoBindingLoader.php(42): Espo\Core\Utils\Module->getOrderedList() #7 /home/cloudpanel/htdocs/DOMAIN/application/Espo/Core/ContainerBuilder.php(159): Espo\Core\Binding\EspoBindingLoader->__construct() #8 /home/cloudpanel/htdocs/DOMAIN/application/Espo/Core/Application.php(65): Espo\Core\ContainerBuilder->build() #9 /home/cloudpanel/htdocs/DOMAIN/application/Espo/Core/Application.php(58): Espo\Core\Application->initContainer() #10 /home/cloudpanel/htdocs/DOMAIN/index.php(38): Espo\Core\Application->__construct() #11 {main} thrown in /home/cloudpanel/htdocs/DOMAIN/application/Espo/Core/Utils/File/Manager.php on line 660
Code:
PHP Warning: mkdir(): No such file or directory in /home/cloudpanel/htdocs/DOMAIN/application/Espo/Core/Utils/File/Manager.php on line 534
Code:
PHP Warning: mkdir(): Permission denied in /home/cloudpanel/htdocs/DOMAIN/application/Espo/Core/Utils/File/Manager.php on line 534
i tried it with different permissions like root user for the folders and files.
thanks in advance
Comment