Hi everyone, I'm trying to migrate an osticket from a centos 7 server, in eol, to an ubuntu LTS.
The current version of osticket:
osTicket version v1.14.7 (4842f6f)
— v1.14.8 is available
Web Server Software Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.40 mod_apreq2-20101207/2.8.1 mod_perl/2.0.11 Perl/v5.16.3
MySQL version 5.5.68
PHP version 5.6.40
In the new server I installed php 8.1 and I wanted to install osticket 1.18.1.
I installed mariaDB as in the previous one, I recreated the same users and restored my database. So far, nothing strange.
On the new server I configure Apache, put the osticket directory and, inside the include, copy ost-config.php.
I run upgrade.php, white screen, I try to run setup.php, it tells me that a version of osticket already exists and that I should go to the control panel to update it. I click, white screen.
I take the default ost-configsample, configure it, rename it and run setup again. It asks me for all the information (DB, user and more). The configuration is unsuccessful. Where am I missing?
Thank you.