Currently version: 5.5.1 PHP: 7.2.18
Trying to upgrade to: 5.6.2
via: EspoCRM-upgrade-5.5.1-to-5.5.3, EspoCRM-upgrade-5.5.3-to-5.5.4, EspoCRM-upgrade-5.5.4-to-5.5.5, EspoCRM-upgrade-5.5.5-to-5.5.6, EspoCRM-upgrade-5.5.6-to-5.6.2
Espo is installed in a shared hosted environment. I can FTP and use CPanel. No CPanel shell and no CLI. This means I have to use the UI to upgrade.
I also have no access to server logs, only Espo logs. Espo logs show nothing.
After I select the first upgrade file and click 'upload', "Error 403: Access denied" is displayed.
Permissions for directory data/upload are: type=dir;sizd=4096;modify=20190530072436;UNIX.mode =0777;UNIX.uid=1007;UNIX.gid=1007;unique=803g183c3 4; upload
I changed config.php to:
'defaultPermissions' => [
'user' => 1007,
'group' => 1007
],
I was able to use FTP to copy file ' EspoCRM-upgrade-5.5.1-to-5.5.3.zip' to directory data/upload/upgrades.
Believe to have 2 options:
a. solve the 403 issue and run all upgrades via UI
b. copy upgrade .zip file contents, via ftp, manually to the destination directories and, if needed, run database upgrade scripts manually.
not sure this is feasible with Espo. In any case, I did not find .sql script files to run in the .zip files
Can anybody assist to either solve the 403 error or provide some guidelines how to do all upgrades manually?
Thanks.
We are running Joomla in the same environment. Have attached Joomla systeminfo file that shows a lot of PHP setting values.
Trying to upgrade to: 5.6.2
via: EspoCRM-upgrade-5.5.1-to-5.5.3, EspoCRM-upgrade-5.5.3-to-5.5.4, EspoCRM-upgrade-5.5.4-to-5.5.5, EspoCRM-upgrade-5.5.5-to-5.5.6, EspoCRM-upgrade-5.5.6-to-5.6.2
Espo is installed in a shared hosted environment. I can FTP and use CPanel. No CPanel shell and no CLI. This means I have to use the UI to upgrade.
I also have no access to server logs, only Espo logs. Espo logs show nothing.
After I select the first upgrade file and click 'upload', "Error 403: Access denied" is displayed.
Permissions for directory data/upload are: type=dir;sizd=4096;modify=20190530072436;UNIX.mode =0777;UNIX.uid=1007;UNIX.gid=1007;unique=803g183c3 4; upload
I changed config.php to:
'defaultPermissions' => [
'user' => 1007,
'group' => 1007
],
I was able to use FTP to copy file ' EspoCRM-upgrade-5.5.1-to-5.5.3.zip' to directory data/upload/upgrades.
Believe to have 2 options:
a. solve the 403 issue and run all upgrades via UI
b. copy upgrade .zip file contents, via ftp, manually to the destination directories and, if needed, run database upgrade scripts manually.
not sure this is feasible with Espo. In any case, I did not find .sql script files to run in the .zip files
Can anybody assist to either solve the 403 error or provide some guidelines how to do all upgrades manually?
Thanks.
We are running Joomla in the same environment. Have attached Joomla systeminfo file that shows a lot of PHP setting values.
Comment