Forum

[SOLVED] Issue with...
 
Notifications
Clear all

[SOLVED] Issue with upgrade

5 Posts
2 Users
0 Reactions
1,405 Views
Aleksander
(@_toriy)
Posts: 3
Active Member
Topic starter
 
[#8277]

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.


 
Posted : 25 May 2022 9H10
(@babynus)
Posts: 14952
Member Admin
 

Look into folder files/cron
if file MIGRATION exists, delete it.


 
Posted : 25 May 2022 10H44
Aleksander
(@_toriy)
Posts: 3
Active Member
Topic starter
 

In files/cron folder only 3 files:
 


 
Posted : 25 May 2022 10H57
(@babynus)
Posts: 14952
Member Admin
 

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.


 
Posted : 25 May 2022 11H05
Aleksander
(@_toriy)
Posts: 3
Active Member
Topic starter
 

Yes, there was a problem with SELinux. Many thanks!


 
Posted : 25 May 2022 11H39
Share:

Scroll to Top