![]() |
Session Error - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Session Error (/showthread.php?tid=57819) |
Session Error - El Forum - 04-13-2013 [eluser]boytun[/eluser] Hello Friends Please,I want to know the cause and the solution of this problem. Quote:A PHP Error was encountered Thanks in advance Session Error - El Forum - 04-14-2013 [eluser]TheFuzzy0ne[/eluser] It looks like you're using database sessions but haven't loaded your database. Normally the session library will load the database for you. In ./application/config/config.php, make sure that $config['sess_table_name'] is not empty. Session Error - El Forum - 04-14-2013 [eluser]boytun[/eluser] The query is executed very well, and who is deceive me that this error is showed only when I use the Hmvc architecture thisis the session variables located in the config.php file: Quote:$config['sess_cookie_name'] = 'ci_session'; Session Error - El Forum - 04-15-2013 [eluser]TheFuzzy0ne[/eluser] Please post your controller code. I suspect you're not extending MX_Controller. |