From: Shawn P. <spo...@ya...> - 2004-05-14 21:23:26
|
Hello all, I'm familiarizing myself with the Apache::PageKit framework. I've installed it and its necessary requisites as listed in the docs. I've gotten the eg site to work from the Apache-PageKit-1.14 directory. I run: t/TEST -start-http It essentially works, but it appears to dump a server error whenever it does session related things. I watch the t/logs/error_log and I get this for each server error: ----- DBD::SQLite::st execute failed: at /usr/lib/perl5/site_perl/5.6.1/Apache/Sessio n/Store/DBI.pm line 42. DBD::SQLite::st execute failed: at /usr/lib/perl5/site_perl/5.6.1/Apache/Sessio n/Store/DBI.pm line 42. [Fri May 14 13:47:16 2004] [error] DBD::SQLite::st execute failed: at /usr/lib/ perl5/site_perl/5.6.1/Apache/Session/Store/DBI.pm line 42. ----- I am running MySQL 3.23.48, installed DBD::mysql and Apache::SessionX. SessionX's test for MySQL session came out OK with semaphores and with locks. Database entries existed in the sessions table after this test, so I know my database is setup ok. When I reference the line number above, Apache::Session::Store::DBI attempts to execute a statement handle, but I have no way of knowing what is really going wrong with this handle. I did a bunch of searching, but turned up nothing. I was hoping others have seen this before and can suggest what to do. My system setup is SuSE Linux 8.0, kernel 2.4.18-64GB-SMP with Apache 1.3.23, mod_perl 1.26. Any help is appreciated. Thanks in advance. ===== --- Shawn Poulson spo...@co... |