From: Jesse H. <je...@op...> - 2002-03-17 03:09:21
|
so i spent a little time today hacking with the latest cvs in the main (devel) branch. one of the sites i've been playing with is one i keep updating with each cvs update, just as a learning exercise. currently however i've come across a little error that i'm stuck on and coulse use some pointers. it occurs when i try to run the task adminmail.pl slashd.log gives me: Sun Mar 17 03:04:21 2002 runtask adminmail.pl begin Sun Mar 17 03:04:21 2002 runtask Send Admin Mail Begin DBD::mysql::st execute failed: Can't open file: 'accesslog.MYD'. (errno: 145) at /usr/local/lib/perl/5.6.1/Slash/DB/Utility.pm line 277. Error in library:Slash::Stats:/usr/local/share/perl/5.6.1/Slash/Stats.pm:161:SELECT count(*) FROM accesslog WHERE to_days(now()) - to_days(ts)=1 Which was called by:main:/usr/local/slash/site/neksis.com/tasks/adminmail.pl:32:SELECT count(*) FROM accesslog WHERE to_days(now()) - to_days(ts)=1 DBD::mysql::st execute failed: Can't open file: 'accesslog.MYD'. (errno: 145) at /usr/local/lib/perl/5.6.1/Slash/DB/Utility.pm line 255. Error in library:Slash::Stats:/usr/local/share/perl/5.6.1/Slash/Stats.pm:164:SELECT count(*) FROM accesslog WHERE to_days(now()) - to_days(ts)=1 GROUP BY host_addr Which was called by:main:/usr/local/slash/site/neksis.com/tasks/adminmail.pl:32:SELECT count(*) FROM accesslog WHERE to_days(now()) - to_days(ts)=1 GROUP BY host_addr Can't call method "rows" on an undefined value at /usr/local/share/perl/5.6.1/Slash/Stats.pm line 166. any hints? or tips? jesse 10:01pm up 53 days, 15:05, 7 users, load average: 0.07, 0.02, 0.00 |