Announcement
Collapse
No announcement yet.
5.4.5-to-5.5.0 upgrade Error: null
Collapse
X
-
I've tried running:
find . -type d -exec chmod 755 {} + && find . -type f -exec chmod 644 {} +; find data custom client/custom -type d -exec chmod 775 {} + && find data custom client/custom -type f -exec chmod 664 {} +; chmod 775 application/Espo/Modules client/modules; And upgrading a couple of times from backups but get the same error. FYI we are running on Ngnx. Get the same error each time... Is everyone else upgrading OK?
Comment
-
Upgrade from 5.4.3 to 5.4.4
Bitnami AWS Image
Getting permission errors
Error: Permission denied for
application/Espo/Controllers/LeadCapture.php,
application/Espo/Core,
application/Espo/Jobs/Cleanup.php,
application/Espo/Resources/i18n/en_US/Settings.json,
application/Espo/Resources/i18n/lt_LT,
application/Espo/Resources/i18n/zh_CN,
application/Espo/Resources/layouts/Settings/authentication.json,
application/Espo/Resources/metadata/clientDefs/EmailTemplate.json,
application/Espo/Resources/metadata/entityDefs,
application/Espo/Resources/metadata/fields/email.json,
application/Espo/Resources,
application/Espo/Services,
client/css/espo,
client,
install/core/i18n/zh_CN/install.json
Any suggestions?
Comment
-
On Bitnami stack run the following command:
Code:sudo chown -R daemon:daemon /opt/bitnami/apps/espocrm/htdocs/
Comment
-
Hi, trying to upgrade (from UI) from 5.3.6 to 5.4.5 have the same "Error: null" issue as topickstarter.
Tried both on server and even locally.
Copied all from "files" folder with overwrite, but still there is 5.3.6. Do I need to execute some other scripts/commands?
Comment
Comment