SkP Posted October 30, 2019 Share Posted October 30, 2019 Hi, there! I have a issue that was not happening till' today, it seems that the PHP is not working with mysql-mysqli sessions ($_SESSION['example']), i don't know if there is something new that i have to do to make the sessions working again...(the php to update or insert new data to the database is working) btw, i've working with the system without problems for MONTHS, i did not change something on my codes (cuz i have 2 different logins for 2 different websites and in the 2 is happening the same thing...) Is there a new PHP update that make this issue? A maintenance? Or what's going on?!? Quote Link to comment Share on other sites More sharing options...
einet Posted November 4, 2019 Share Posted November 4, 2019 On 10/30/2019 at 2:30 PM, SkP said: Hi, there! I have a issue that was not happening till' today, it seems that the PHP is not working with mysql-mysqli sessions ($_SESSION['example']), i don't know if there is something new that i have to do to make the sessions working again...(the php to update or insert new data to the database is working) btw, i've working with the system without problems for MONTHS, i did not change something on my codes (cuz i have 2 different logins for 2 different websites and in the 2 is happening the same thing...) Is there a new PHP update that make this issue? A maintenance? Or what's going on?!? Try changing the php settings from your account panel and select one of the available php versions. it may be that the php version is not compatible with that of your script in php select any of 5.4+ since the one that comes by default is 7.0+. have if the problem you present is solved Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.