Hi All
I have had to move VPS servers for various reasons.
I have copied all the V1.7 files to the new server and also the database.
I have also checked and amended the ost-config file with new database etc.
The old PHP version was 7.0.33 and now it is 7.4.30. Now MariaDB not sql.
I can access the site ok but cannot login as I get the Valid CSRF Token Required error message.
Is this a PHP problem or have I missed something along the way.
Any help much appreciated as this is a customer site of great value.
Many thanks
Paul Murdoch
Valid CSRF Token Required
v1.7? Are you sure that’s accurate? That is extremely old and no longer supported. You will need to upgrade to either 1.15.x or 1.16.x and retest.
Cheers.
@"KevinTheJedi"
I'm not honestly sure. Cant access the site to check. Took this from my last os ticket download.
I dont think I can upgrade as I can't login.
Paul M
- Best Answerset by PaulMurdoch
I think your issue is that the version you are running isn’t compatible with the configured PHP version. So, if you are using PHP 7.4 once you replace the code files with the 1.15.x files it will be compatible with the PHP version and should let you upgrade from there. Just make sure you take full backups of the code files and database just in case.
Cheers.
KevinTheJedi
Thanks
I basically did a fresh install to be sure and imported a database dump and all is good.
A few tweaks to do but all good.
Thanks for your help
Paul