"Module 'pdo_mysql' already loaded"?

Status
Not open for further replies.

esmsales

New Member
Messages
2
Reaction score
0
Points
0
Hi,
First off, sorry if this is the wrong section... I'm new here ;)

Anyway, I was working on setting up this on my webhost.
So far so good until I actually try so start it. I get the following error:

Unhandled Exception

Message:


Module 'pdo_mysql' already loaded

Location:


Unknown on line 0

I've heard this can be caused by the module being loaded twice in the "php.ini" file, but I don't have access to that. Has anybody had this issue, and is it fixable?

I'm on the "absolut" server. I get the error when I try to go here. (Thats my index.php)

Thanks so much.
 

hbazer

Member
Messages
398
Reaction score
7
Points
18
The script that threw that error is trying to load module [ pdo_msql ] without testing if is already loaded - which it is

The fix is in your script - not the [ php.ini ] file - which is used by all users on your server
 

esmsales

New Member
Messages
2
Reaction score
0
Points
0
The script that threw that error is trying to load module [ pdo_msql ] without testing if is already loaded - which it is

The fix is in your script - not the [ php.ini ] file - which is used by all users on your server

Alright, thanks. Looks like I'm going hunting.
 
Status
Not open for further replies.
Top