I'm pulling my hair out on this one. Maybe you can help me out here jpadie, and we can help future posters.
The issue in a nutshell is the PDO_MYSQL extension is unstable, and at times its not getting loaded. What happens is the sites relying on it are issuing an error to the effect of
Line 189 is where the PDO class is instantiated. Why its doing this I do not know. If I run a phpinfo() I can see the extension is loaded sometimes, but not loaded others as I keep refreshing. I find it extremely odd. And cannot find why its doing this.
Any ideas no matter how far fetched?
----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
Web & Tech
The issue in a nutshell is the PDO_MYSQL extension is unstable, and at times its not getting loaded. What happens is the sites relying on it are issuing an error to the effect of
PDOException: could not find driver in /mnt/http/siteaddress/public/site/classes/class.base.php on line 189
Line 189 is where the PDO class is instantiated. Why its doing this I do not know. If I run a phpinfo() I can see the extension is loaded sometimes, but not loaded others as I keep refreshing. I find it extremely odd. And cannot find why its doing this.
Any ideas no matter how far fetched?
----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
Web & Tech