Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

"set_sql" with website migration

by ajose111 (Initiate)
on Apr 15, 2010 at 01:49 UTC ( [id://834810]=perlquestion: print w/replies, xml ) Need Help??

ajose111 has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monks,

Can't locate object method "set_sql" via package "Class::DBI::mysql" at /usr/lib/perl5/site_perl/5.8.8/Class/DBI/mysql.pm line 58.

I get this error, when I tried to migrate a site from one server to another. I am using a linux box with apache.

I have DBI , DBD::mysql, Ima::DBI installed. when I try to connect from the shell using DBI, its fine. I have added the path to these libs to the INC from the script which is calling this module.

The only difference I see with the other server is that , the original server was using perl 5.8.0 and I am using perl 5.8.8. Would you please shed some light on this?

Thanks and Regards Jose

Replies are listed 'Best First'.
Re: "set_sql" with website migration
by NetWallah (Canon) on Apr 15, 2010 at 03:04 UTC
    set_sql() is inherited from Class::DBI .

    Is that installed, and in @INC ?

         Syntactic sugar causes cancer of the semicolon.        --Alan Perlis

Re: "set_sql" with website migration
by snoopy (Curate) on Apr 15, 2010 at 06:49 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://834810]
Approved by GrandFather
Front-paged by ww
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-03-29 11:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found