View Single Post
  #1  
Old 01-24-2006, 12:55 PM
jimbabwe
Hill Giant
 
Join Date: Aug 2005
Posts: 107
Default Problems with serialization

I've already searched the forums and could find nothing that could really help me. I'm having problems serializing the items in my database. The error I'm getting is down below.

C:\PERL\BIN>perl serialize_items.pl -i item_fieldlist.h -d db.ini

Can't locate object method "connect" via package "DBI" (perhaps you forgot to load "DBI"?) at serialize_items.pl line 56, <F> line 12.

I've installed perl, installed io::scalar. Thereafter I've intalled DBI, DBD-mysql, and io-stringy with PPM. If I try to install any of those plugins again it says they're already installed, and if I try to update any of them through the shell interface in perl it says they're all fully updated. I downloaded both serialize_items.pl and item_fieldlist.h are from the developement branch of CVS. I got the DBI, DBD-mysql, and io-stringy plugins from this thread. Any help would be greatly appreciated, and if you need any other info don't be afraid to ask. There were no errors on installation of any of the plugins. I'm running ActivePerl 5.8.7.813

Last edited by jimbabwe; 01-24-2006 at 08:57 PM.. Reason: speeeling
Reply With Quote