On Fri, 2006-01-27 at 12:51 -0800, John Krystynak wrote: > Couldn't require loader class "Class::DBI::Loader::mysql", "Can't > locate object method "se\ > t_sql" via package "Class::DBI::mysql" at > /usr/local/lib/perl5/site_perl/5.8.5/Class/DBI/m\ > ysql.pm line 58. > Compilation failed in require at > /usr/local/lib/perl5/site_perl/5.8.5/Class/DBI/Loader/mys\ > ql.pm line 8. > Compilation failed in require at (eval 10) line 2. > BEGIN failed--compilation aborted at (eval 10) line 2. > " at /usr/local/lib/perl5/site_perl/5.8.5/Class/DBI/Loader.pm line 80
I've seen this error before. Trying to remember what caused it. I think it had to do with a compile error in one of my classes which resulted in this very confusing message. I don't use Loader, but I'd suggest you check any custom code you are adding in base classes and try commenting it out to see if it works. You might also try getting one of your tables working as a manually written (i.e. not Loader-generated) class, to see if you can find the problem. - Perrin ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Maypole-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maypole-users
