I have copied the contents of the root directory (there is no "upload" directory in 1.10 to the root of the webserver. I have attempted to call the upgrade script from the browser http://ticketing.myserver.com/upgrade.php and I get an error :
Warning: Declaration of AssignmentForm::render($options) should be compatible with Form::render($staff = true, $title = false, $options = Array) in /var/www/html/ticketing/include/class.forms.php on line 4401
Warning: Declaration of TransferForm::render($options) should be compatible with Form::render($staff = true, $title = false, $options = Array) in /var/www/html/ticketing/include/class.forms.php on line 4521
Warning: session_start(): Failed to read session data: user (path: ) in /var/www/html/ticketing/include/class.ostsession.php on line 86
Fatal error: Uncaught InconsistentModelException: Unable to prepare query: SELECT A1.* FROM ost_translation
A1 WHERE (A1.lang
= 'en_US' AND A1.type
= 'phrase') in /var/www/html/ticketing/include/class.orm.php:3137 Stack trace: #0 /var/www/html/ticketing/include/class.orm.php(3183): MySqlExecutor->execute() #1 /var/www/html/ticketing/include/class.orm.php(1774): MySqlExecutor->getArray() #2 /var/www/html/ticketing/include/class.orm.php(1818): ModelInstanceManager->{closure}() #3 /var/www/html/ticketing/include/class.orm.php(1797): CallbackSimpleIterator->next() #4 /var/www/html/ticketing/include/class.orm.php(1806): CallbackSimpleIterator->rewind() #5 /var/www/html/ticketing/include/class.orm.php(1463): CallbackSimpleIterator->valid() #6 /var/www/html/ticketing/include/class.orm.php(1480): CachedResultSet->fillTo(9223372036854775807) #7 /var/www/html/ticketing/include/class.orm.php(1489): CachedResultSet->asArray() #8 /var/www/html/ticketing/include/class.translation.php(899): CachedResultSet->getIterator() #9 /var/ in /var/www/html/ticketing/include/class.orm.php on line 3137
What am I doing wrong? I can't find any documentation that talks specifically about an upgrade from 1.9 to 1.10. There seem to be generic upgrade instructions (e.g. the "upload directory") but nothing that fits this version. I am running PHP v7.2.14 on Apache on Linux (Fedora)