hello,
after dowload files for migration i have this trace:
2017-03-16 15:06:30.538 ** ERROR ** EXCEPTION **
2017-03-16 15:06:30.538 ** ERROR ** on file '/var/www/html/model/persistence/Sql.php' at line (238)
2017-03-16 15:06:30.538 ** ERROR ** cause = Call to a member function quote() on null
2017-03-16 15:06:30.538 ** ERROR ** => #0 /var/www/html/model/persistence/SqlElement.php (1806) -> str()
2017-03-16 15:06:30.538 ** ERROR ** => #1 /var/www/html/model/persistence/SqlElement.php (2022) -> getSqlElementsFromCriteria()
2017-03-16 15:06:30.538 ** ERROR ** => #2 /var/www/html/model/Audit.php (139) -> getSingleSqlElementFromCriteria()
2017-03-16 15:06:30.538 ** ERROR ** => #3 /var/www/html/tool/projeqtor.php (249) -> updateAudit()
2017-03-16 15:06:30.538 ** ERROR ** => #4 /var/www/html/tool/checkAlertToDisplay.php (29) -> require_once()
2017-03-16 15:06:34.641 ** ERROR ***** Exception-[57P01] SQLSTATE[57P01]: Admin shutdown: 7 FATAL: terminating connection due to administrator command
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
It is a Blocking pb please can you help me ?
same pb with a empty database .....PLEASE HELP ME !!!
Pb with postgresql.
You connection fails (connection is empty)
This may be do to incorrect migration process : you may have lost connection parameters.
Thanks for for your answer, but after some research i think the problem is with the new update of php.
with roleback to 6.1.0 the site running OK
i think the problem is with the new update of php.
What do you mean ? You also upgraded PHP version ?
with roleback to 6.1.0 the site running OK
There is no reason V6.1.0 runs correct and not V6.1.2 (changes are very minor).
I'm almost sure it is due to migration process.
How did you run migration ?
Very thanks for your answer.
I have upgreted my OS and after upgrted projeqtor.
my version is PHP Version 7.0.15-0ubuntu0.16.04.4
OK, but how did you upgrade projeqtor ?
Please explain step by step what you did ...
1) stop apache
2) upload files (all) for the new version
3) re-start apache
4) connect with admin user for apply database migration => error just after login
and before upgrade projeqtor:
1) sudo apt-get update
2) sudo apt-get upgrade
3) sudo apt-get dist-upgrade
4) reboot
5) check if os running normaly
1) stop apache
2) upload files (all) for the new version
3) re-start apache
4) connect with admin user for apply database migration => error just after login
some issue may be there : you'd better upload zip file and extract it on server
same mode for roleback. You think the problem is when unzip files before upload ?
You think the problem is when unzip files before upload ?
It's possible.
Also issue during transfer is possible.
When you migrate, do you overwrite existing code with new one ?