CodeIgniter Forums
Need help with CodeIgniter 3.1.4 Error need to fix with application with new server - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Need help with CodeIgniter 3.1.4 Error need to fix with application with new server (/showthread.php?tid=73066)



Need help with CodeIgniter 3.1.4 Error need to fix with application with new server - Vindieselwalker - 03-15-2019

CodeIgniter 3.1.4 Error need to fix with application with new server
this is the error : PHP Fatal error: session_start(): Failed to initialize storage module:http://tradevenue.se/


user (path: sessions) in /home/usr/public_html/system/libraries/Session/Session.php on line 143 Using php 5.6 and try also in php 7 same issue.
The page showing blank page.


RE: Need help with CodeIgniter 3.1.4 Error need to fix with application with new server - php_rocs - 03-15-2019

@Vindieselwalker,

Any reason why you haven't upgraded to 3.1.10? We need more information. While it shouldn't matter what web server are you using?Apache?IIS?nginx? Has any custom changes been made to the system libraries? Was the system ever working and if so what was changed to cause it to stop working?


RE: Need help with CodeIgniter 3.1.4 Error need to fix with application with new server - includebeer - 03-17-2019

(03-15-2019, 04:57 AM)Vindieselwalker Wrote: this is the error : PHP Fatal error: session_start(): Failed to initialize storage module: 

Check the configuration for sessions. Where do you store the sessions? In files? Is the directory writable? In a database? Does the table exists?