Mopar1973Man Posted November 17 Share Posted November 17 During my upgrade it failed I'm not sure what setting I've got to change> Please give me a hand to understand what needs to be changed. Link to comment Share on other sites More sharing options...
teraßyte Posted November 17 Share Posted November 17 From which version are you upgrading? Also, which PHP version is the server using? I've never seen this error before. I've seen the session one plenty of times, but never together with the other about the return type not being compatible. Link to comment Share on other sites More sharing options...
Mopar1973Man Posted November 17 Author Share Posted November 17 From the previous version to the current version. PHP 8.1 currently Just got done swapping from CentOS7 and cPanel to AlmaLinux and Interworx Link to comment Share on other sites More sharing options...
Jim M Posted November 17 Share Posted November 17 4 minutes ago, Mopar1973Man said: PHP 8.1 currently Just got done swapping from CentOS7 and cPanel to AlmaLinux and Interworx Would check your PHP configuration then as mentioned there. Sessions are not being stored properly and ensure that your server is compatible with the software: Link to comment Share on other sites More sharing options...
Mopar1973Man Posted November 17 Author Share Posted November 17 (edited) Already did that and everything checks out. Green check marks on everything... Site was working just fine after the server swap and then started the upgrade the software and that is the error code I got. Edited November 17 by Mopar1973Man Link to comment Share on other sites More sharing options...
Ryan Ashbrook Posted November 17 Share Posted November 17 I would try downloading the full package from the client area, and upload that. It looks like the files may have only been partially applied. Link to comment Share on other sites More sharing options...
Mopar1973Man Posted November 18 Author Share Posted November 18 Alright I did the full install of all the files and I'm still stuck at the same error as above. Link to comment Share on other sites More sharing options...
Miss_B Posted November 18 Share Posted November 18 (edited) 9 hours ago, Mopar1973Man said: Alright I did the full install of all the files and I'm still stuck at the same error as above. Did you upload the files manually? If you did, what ftp program did you use? Additionally, it can also be an issue with your PHP configuration. Can you check the phpinfo for the session info and let us know what it says? If you are using a custom php.ini, user.ini and/or .htaccess files it is worth checking them out for out of date session.save_path settings. Edited November 18 by Miss_B Link to comment Share on other sites More sharing options...
Mopar1973Man Posted November 18 Author Share Posted November 18 5 hours ago, Miss_B said: Did you upload the files manually? If you did, what ftp program did you use? Yes, Locally I'm running Ubuntu Linux and Filezilla for FTP client logged in as a SFTP. 5 hours ago, Miss_B said: Can you check the phpinfo for the session info and let us know what it says? Here you go. 5 hours ago, Miss_B said: If you are using a custom php.ini, user.ini and/or .htaccess files it is worth checking them out for out of date session.save_path settings. I'll check into that. Link to comment Share on other sites More sharing options...
Jim M Posted November 18 Share Posted November 18 session.save_path is empty so the error is expected till you provide your PHP configuration a valid path. Link to comment Share on other sites More sharing options...
Mopar1973Man Posted November 18 Author Share Posted November 18 So here are the results. Re-ran the upgrade path and... Link to comment Share on other sites More sharing options...
Jim M Posted November 18 Share Posted November 18 11 minutes ago, Mopar1973Man said: So here are the results. Re-ran the upgrade path and... Is that the PHP configuration loaded by the ACP? If so, is the tmp directory writable for the account your web server is running? These are all hosting questions. I would advise contacting your hosting provider or hiring a server administrator if you do not wish to deal with this or are unsure how to proceed. Alternatively, there is our Cloud which you will never have to worry about PHP configurations. Link to comment Share on other sites More sharing options...
Adlago Posted November 18 Share Posted November 18 Try to restore a previous version from backup files and database, from a backup before upgrade. Then disable 3rd party add-ons, reupload files a new version and start a new upgrade. Nathan Explosion 1 Link to comment Share on other sites More sharing options...
Mopar1973Man Posted November 18 Author Share Posted November 18 Ok. It was the session save path wrong location (null and /tmp) then the folder permission was wrong which in my case its the interworx user. So I made it past the error and the upgrade completed normally. Miss_B, Adlago, Ryan Ashbrook and 1 other 4 Link to comment Share on other sites More sharing options...
Marc Stridgen Posted November 20 Share Posted November 20 Glad to hear you got that upgraded, and thank you for letting us know what was causing it for you 🙂 Mopar1973Man 1 Link to comment Share on other sites More sharing options...
Mopar1973Man Posted November 20 Author Share Posted November 20 Thanks for the help! Link to comment Share on other sites More sharing options...
Recommended Posts