CodeIgniter Forums
CI 2.1.4 - PHP 5.6.30 - problem in using session - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 2.x (https://forum.codeigniter.com/forumdisplay.php?fid=18)
+--- Thread: CI 2.1.4 - PHP 5.6.30 - problem in using session (/showthread.php?tid=68979)



CI 2.1.4 - PHP 5.6.30 - problem in using session - riham13 - 09-22-2017

$this->session->set_userdata() OR $this->session->unset_userdata() causing 500 Internal Server Error.

okay in localhost. only causing problem in server.

CI Version : 2.1.4
PHP Version : 5.6.30
PHP Error : 500 Internal Server Error
Js Error: 502 Bad Gateway


RE: CI 2.1.4 - PHP 5.6.30 - problem in using session - Wouter60 - 09-23-2017

On CodeIgniter's home page:
Quote:CodeIgniter 2 has reached its end-of-life for support and updates, as of October 31, 2015. No further updates are planned.
We encourage you to upgrade to CodeIgniter 3.x!



RE: CI 2.1.4 - PHP 5.6.30 - problem in using session - riham13 - 09-23-2017

(09-23-2017, 12:35 AM)Wouter60 Wrote: On CodeIgniter's home page:
Quote:CodeIgniter 2 has reached its end-of-life for support and updates, as of October 31, 2015. No further updates are planned.
We encourage you to upgrade to CodeIgniter 3.x!

Thnx for reply. btw, i solve the problem by using database for session.