gusv2007
Junior Member
Posts: 2
Registered: 6/30/2008
Location: winnipeg
Member Is Offline
|
| posted on 6/30/2008 at 01:32 AM |
|
|
database
Hi,
Everything works until I log in. I got a 500 error on the browser and the server's log says:
Can't locate object method "connect" via package "DBI::Mysql" (perhaps you forgot to load "DBI::Mysql"?) at classes/m_storage.pm line 22., etc,
etc...
I run "scms_check.pl" and returns no error at all, but still something is wrong because cannot connect to mysql. I tried everything I found
modifying the script but nothing. I created the database and installed the mysql examples. Do you have any idea what is wrong? DBI, DBD and DBI::mysql
were downloaded from PPM using their interface and I beleive there are well installed.
Thanks
Gus
|
|
|
gusv2007
Junior Member
Posts: 2
Registered: 6/30/2008
Location: winnipeg
Member Is Offline
|
| posted on 6/30/2008 at 04:07 AM |
|
|
Ok. Now works fine. This is what I did: Changed Perl version. I was using 5.10 and changed to 5.6. Then the "capitalization of mysql" error worked.
Use "mysql" and everything is fine.
|
|
|