I've got the entire Espo directory set to 777 permissions, both files and folders.
However, on an upgrade attempt, I continue to get this error:
Error: Permission denied for data/config.php
The log shows the following:
However, on an upgrade attempt, I continue to get this error:
Error: Permission denied for data/config.php
The log shows the following:
Code:
[2015-07-21 22:38:32] Espo.ERROR: API [POST]:/:controller/action/:action, Params:Array
(
[controller] => Admin
[action] => runUpgrade
)
, InputData: {"id":"55aec9dc6e28b"} - Permission denied for data/config.php [] []
[2015-07-21 22:38:32] Espo.ERROR: Display Error: Permission denied for data/config.php, Code: 500 URL: /crm/api/v1/Admin/action/runUpgrade [] []
[2015-07-21 22:39:55] Espo.ERROR: API [POST]:/:controller/action/:action, Params:Array
(
[controller] => Admin
[action] => runUpgrade
)
, InputData: {"id":"55aeca3066c39"} - Permission denied for data/config.php [] []
[2015-07-21 22:39:55] Espo.ERROR: Display Error: Permission denied for data/config.php, Code: 500 URL: /crm/api/v1/Admin/action/runUpgrade [] []

Comment