|
From: Chris N. <pu...@po...> - 2001-03-16 15:19:21
|
At 22:18 -0500 2001.03.15, daniel j wharton wrote: >this is also showing up in my apache error logs. does this mean I should >compile mod_perl again? > >DBD::mysql::st execute failed: You have an error in your SQL syntax near >'' at line 1 at /www/kamikazewords.com/beta/lib/Slash.pm line 1059. >[Fri Mar 16 02:52:14 2001] [error] /index.pl:SELECT * FROM >tzcodes,dateformats WHERE tzcodes.tz='' AND dateformats.id= >DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at >/www/kamikazewords.com/beta/lib/Slash.pm line 1063. > >I also notice that "SELECT * FROM tzcodes,dateformats WHERE tzcodes.tz='' >AND dateformats.id=" is showing up on the top of the page under internet >explorer. I doubt this has anything to do with Apache/mod_perl problems. This is a data problem, and looks like a problem from Slash 1.0.7. But you say you have 1.0.9, so I don't know. However: >and these on restarting the webserver: > >[Thu Mar 15 03:47:05 2001] [notice] caught SIGTERM, shutting down >Apache.pm version 1.26 required! >/usr/lib/perl5/site_perl/5.6.0/i386-linux/Apache.pm is version 1.27 >Perhaps you forgot to 'make install' or need to uninstall an old version? >Found: /usr/lib/perl5/site_perl/5.6.0/i386-linux/Apache.pm >[Thu Mar 15 03:48:45 2001] [notice] Apache/1.3.14 >(Unix) (Red-Hat/Linux) mod_ssl/2.7.1 OpenSSL/0.9.5a PHP/4.0.4pl1 >mod_perl/1.24 configured -- resuming normal operations Something looks like it is installed improperly, though I can't say exactly what. >> System info: >> >> Redhat Linux 7.0 >> Kernel 2.2.18 >> dual PIII 500 >> slashcode 1.09 >> mod_perl 1.24-6 >> apache 1.3.14-3 >> mysql 3.23.32-1.7 Slash 1.0.9 is incompatible with MySQL 3.23. Slash 1.1/2.0 works fine with MySQL 3.23 (and in fact, it is kinda required, though you might be able to work with only 3.22). -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |