Hi,
today I have upgraded my IP from the version 1.4.6 to 1.5.9 with php 7.3
I have followed the instructions in the wiki and apparently all goes fine but after the upgrade during the first setup appear the same error message of this post PHP 7.2 upgrade
I have solved as advised from Martin_Anonym, but after this fix during the setup appear a warning:
Attenzione!
Si prega di aprire il file application/config/config.php e modificare la riga $config ['sess_use_database'] = false; con $config ['sess_use_database'] = true;.
Maggiori dettagli qui
I have tried to replace the line in the file config.php but the string doesnāt exist.
During which setup?
Pls tell us exactly where this warning comes from.
Even if it is ājust a warningā it should not get ignored.
Here some questions:
1.) does this warning appear with PHP 7.2?
2.) What if you just add this line ion the config, does the warning dissapear?
3.) have you performed a backup befor upgrading?
When I press next after the selection of the language appear a red box with the message:
Attenzione!
Si prega di aprire il file application/config/config.php e modificare la riga $config ['sess_use_database'] = false; con $config ['sess_use_database'] = true;.
Maggiori dettagli qui
I reply to your questions:
isnāt a PHP 7.3 message
I havenāt add the line, I have just opened the file application/config/config.php and I have seen that the parameter sess_use_database doesnāt exist. The message box with doesnāt appear in the normal use of IP
yes I have a backup of files and a dump of database
Please open the application / config / config.php file and edit the line $config [āsess_use_databaseā] = false; with $config [āsess_use_databaseā] = true ;.
So if you go to /application/config/config.php could you edit those variables?
Or add that line in your /application/config/config.php, that would help
Thanks for your response, pls mark the Thread as solven with the post you think solved the problem, so others with the same problem can find the solution very fast :slight_smile