Hello!
I have an issue with upgrade from version 9.5.3 to 9.5.4
This is logfile:
2022-05-25 11:45:12.653 ** ERROR ** [V9.5.3] ERROR **
2022-05-25 11:45:12.653 ** ERROR ** [V9.5.3] on file '/var/www/html/projeqtor/db/maintenance.php' at line (83)
2022-05-25 11:45:12.653 ** ERROR ***** [V9.5.3] cause = fopen(../files/cron/MIGRATION): failed to open stream: Permission denied
Before that i recursive gave "777 permission to all projeqtor folder, but the error is still there.
I need some advice to fix this issue.
Look into folder files/cron
if file MIGRATION exists, delete it.
Sure PHP cannot write the file MIGRATION in this folder
cause = fopen(../files/cron/MIGRATION): failed to open stream: Permission denied
As you gave large wreite rights, you should have other security software that blocks access.
Maybe Selinux or something like that block the writing.
Yes, there was a problem with SELinux. Many thanks!

