![]() |
Sessions database problem. - 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: Sessions database problem. (/showthread.php?tid=8166) |
Sessions database problem. - El Forum - 05-07-2008 [eluser]Cambo[/eluser] Hi Everyone I am getting this error when I try to use the database option with sessions: Quote:Error Number: 1146 I have searched the forums and can't find an answer. I HAVE created the table in the database, and if I go into MySQL directly and "show tables;" it is there. Any ideas where to look? ps. I have set logging to 4, but where are the logs? I tried to set the log path but it doesn't appear to work ( or I am doing it wrong) Thanks Sessions database problem. - El Forum - 05-07-2008 [eluser]Cambo[/eluser] Arrrghhh! OK, problem solved. The /config/database.php had the wrong database name. (Damn stupid mistake) I would still like to know where the logs are though?? Thanks Sessions database problem. - El Forum - 05-08-2008 [eluser]Seppo[/eluser] By default the logs are in system/logs - They are created using the date from today. You should set writting permission to that folder. Sessions database problem. - El Forum - 05-08-2008 [eluser]Cambo[/eluser] [quote author="Seppo" date="1210263032"] You should set writting permission to that folder.[/quote] That's why I couldn't find them, no write permissions. ![]() Fixed. Thanks Seppo. |