CodeIgniter Forums
Error on Update of ci_sessions in MySQL DB - 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: Error on Update of ci_sessions in MySQL DB (/showthread.php?tid=33605)



Error on Update of ci_sessions in MySQL DB - El Forum - 09-01-2010

[eluser]CharleyW[/eluser]
Unknown column 'category_id' in 'order clause'

UPDATE `ci_sessions` SET `last_activity` = '1283364970', `user_data` = 'a:1:{s:15:\"flash:new:token\";s:32:\"0d82e57aac89ea1d45d570e3830e62e2\";}' WHERE `session_id` = 'fd294556d9e1806fdbc997d814236f70' ORDER BY `category_id` asc

Anybody got any idea? And why would there be an order clause?


Error on Update of ci_sessions in MySQL DB - El Forum - 09-01-2010

[eluser]WanWizard[/eluser]
A left-over of an other, unfinished, active record call?


Error on Update of ci_sessions in MySQL DB - El Forum - 09-01-2010

[eluser]CharleyW[/eluser]
You are truly gifted.

That was it.

Thank you.