Hi,
I tried installing Projeqtor 7.2.4 on my linux server with PHP 5.4, Mysql 5.5, Apache 2.2
I am getting error "ERROR : An error occurred on 2018-10-11 at 11:02:28" when I login with default credentials to populate database.
On checking files/logs directory it says
2018-10-11 11:02:28.821 ** ERROR ** [] ERROR **
2018-10-11 11:02:28.821 ** ERROR ** [] on file '/{Path}/preojeqtor724/model/Cron.php' at line (266)
2018-10-11 11:02:28.821 ** ERROR ***** [] cause = fopen(/RESTART): failed to open stream: Permission denied
I had given -R 777 to /files/cron directory.
Can anyone let me know what is causing issue ?
Your actiob should be correct...
try
chmod -R 777 /var/www/html/projeqtor/files
to be sure...
I tried giving root folder with -R 777 permission and it gives same error.
Hi,
I just tested on Linux.
It seems there in an issue on latest step of DB generation.
Check content of table parameter.
First line has parameterCode='dbVersion';
If parameterValue='V0.0.0' , it is source of issue.
Just change to V7.2.4, all should work fine then.
We'll soon provide a fix for this issue.
Hi,
Thank you for the fix.
This does solves the issue. Is there any ETA for this bug fix release ?
Should I wait for next release or go ahead with this release by applying above fix manually.
Is there any ETA for this bug fix release ?
We try and deploy V7.2.5 today
Should I wait for next release or go ahead with this release by applying above fix manually.
Applying fix manually will work and won't be an issue in the future.