I receive the following error message on any page that requires database connectivity in my install of LJ.
[Error: Can't call method "prepare" on an undefined value at /home/lj/cgi-bin/DBI/Role.pm line 252.]
I know I have the database set up correctly because the checkconfig.pl
script that checks the database connectivity throws no errors. Although when I run the script that is supposed to populate the database I see this:
Populating public system styles (S1):
Can't locate object method "prepare" via package "calendar/Clean and Simple" (perhaps you forgot to load "calendar/Clean and Simple"?) at bin/upgrading/update-db.pl line 118.
calendar/Clean and Simple:
I know the user lj has access to the database because I can query all the tables by hand through the command line mysql client and over the internet through mysqlfront (my query tool of choice). Any ideas? Thanks.
-Matt