Re: [Cgi-session-user] Trouble with C::S::SQLite
Brought to you by:
sherzodr
From: Mark S. <ma...@su...> - 2006-03-06 20:46:43
|
On Mon, Mar 06, 2006 at 02:10:09PM -0600, Puneet Kishor wrote: > I upgraded from C::S 3.95 to 4.03 with the hopes of storing the session > info in SQLite. Have run into a problem that has occupied me for a > couple of days now. I get the following message that I can't go past -- > > [Mon Mar 06 13:20:24 2006] [error] index.cgi: DBD::SQLite::db prepare > failed: no such table: sessions(1) at dbdimp.c line 269 at > C:/Perl/site/lib/CGI/Session/Driver/sqlite.pm line 43 during global > destruction.\r, referer: .. > > [Mon Mar 06 13:20:24 2006] [error] index.cgi: \t(in cleanup) > DBD::SQLite::db prepare failed: no such table: sessions(1) at dbdimp.c > line 269 at C:/Perl/site/lib/CGI/Session/Driver/sqlite.pm line 43 during > global destruction.\r, referer: .. Puneet, Can you turn on some debugging to insure that the path to the SQLite database is the same one your code is following to get there? Maybe the code is looking in the wrong place for it. Mark |