I have a shared hosting account and PHP5 is installed and running. When I view phpinfo, I can see that mysql pdo is running. I think I need to "link" to it from the php.ini file. But I dont know for sure. I read that I needed to type "extension=pdo.so". I did that, and it did nothing. I contacted my hosting support, they said I need to rename php.ini to php5.ini. Did that and nothing.

I am stuck and trying to install Kimai, but cannot without fixing this pdo problem. I have searched for a good hour and can find nothing to help me.

link|improve this question
If phpinfo() reports mysql pdo support, then it's available for use and loaded -- if it's not configured to load, then phpinfo() won't see it. So what's the "problem"? – Phil P Feb 17 '11 at 7:23
Looks like the installer was just giving me a false error. – Keith Groben Feb 17 '11 at 7:38
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.