- Edited
Hello,
Question: How to upgrade from php version : 5.4.16 to 7.1.32 with server migration to cloud?
I have a virtual machine running this:
php version : 5.4.16
mysql version: mariadb-server-5.5.44-2
apache: 2.4.6
osticket v1.7.7 and 1.6 ST
and I need to migrate it to another VM (cloud) running:
php version 7.1.32
mysql version: mariadb-server-5.5.64-1
apache: 2.4.6
latest stable osticket
Can anyone tell me in what order I need to upgrade in order to accomplish these for 2 different version v1.7.7 and 1.6 ST?
The server team already moved all the code from old vm to new cloud vm but not working.
Here are some of the error I got (include/class.thread.php)
PHP Warning: Declaration of Message::create($vars, &$errors) should be compatible with ThreadEntry::create($vars)
PHP Warning: Declaration of Message::add($vars, &$errors) should be compatible with ThreadEntry::add($vars)
PHP Warning: Declaration of Response::create($vars, &$errors) should be compatible with ThreadEntry::create($vars)
Is there a documented or recommended way of doing this?