|
From: Josh S. <sla...@st...> - 2006-08-02 08:12:26
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-1"><font face="Arial">Thanks to everyone for the info about the Apache info the other day. I've rebuilt Apache and mod_perl, with some doing managed to get slash installed and my first site configured -- found a syntax error in the sql script that creates the database that needed to be corrected. Now I have my first slash site up and running on this machine, and I've found one issue.<br> <br> On the "New" link in backslash, which links to admin.pl?op=edit, I'm getting a 500 error. The errors from the error log appear to be in the slash MySQL module:<br> <br> Use of uninitialized value in pattern match (m//) at /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi/Slash/DB/MySQL.pm line 9900.<br> Use of uninitialized value in hash element at /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi/Slash/DB/MySQL.pm line 9915.<br> Use of uninitialized value in hash element at /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi/Slash/DB/MySQL.pm line 9928.<br> [Wed Aug 2 07:52:50 2006] [error] Can't call method "getFilesForStory" on an undefined value at $SLASH_PREFIX/$SITENAME/htdocs/admin.pl line 1442.\n<br> <br> All other pages appear to display properly. Any thoughts? or do I need to reinstall all/part of the Slash Bundle, shoot myself in the head.... <br> <br> <br> Thanks much for any and all help<br> </font></font> </body> </html> |