Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Issue while Upgradi...
 
Notifications
Clear all

Issue while Upgrading from 12.0.0 to 12.0.1

3 Posts
1 Users
0 Reactions
633 Views
(@kishorevenki)
Posts: 41
Active Member
Topic starter
 
[#9752]

Hello,
I copied the files of 12.0.1 to the web root directory of my OS, Linux. After copying the file, when I tried to login via Admin, only ERROR message is displayed. When I checked the log file, I noticed error /path-to-web/projeqtor/db/maintenance.php' at line (90). cause = fopen(../files/cron/MIGRATION): Failed to open stream: Permission denied. 
The owner and group of projeqtor dir is root and www-data respectively. 

Please help, 
Thanks & Regards,
Kishore


 
Posted : 20 Feb 2025 13H36
(@kishorevenki)
Posts: 41
Active Member
Topic starter
 

if(file_exists("../files/cron/MIGRATION")){
echo '

'.i18n("messageUpgradeMigration").'

';
Above is the line from the maintenance.php.
After seeing the above line, I am guessing that since I have configured the entire "files" folder outside the projeqtor folder, I am getting this error. I guess subsequent lines would also fail.
I feel upgrade script should read the files path from the parameters.php and then should start upgrading accordingly.

Please advise.
Regards,
Kishore


 
Posted : 20 Feb 2025 14H12
(@kishorevenki)
Posts: 41
Active Member
Topic starter
 

Hi,
The issue is resolved. The problem was in providing the required access rights to read / write the files and folders.

Thanks,
Kishore


 
Posted : 21 Feb 2025 12H59
Share:

Scroll to Top