• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Please help! Rolled back php5 to v4 but now MySQL isn't working

D

dtb71

Guest
Determined that YUM automatically updated php to version 5.0.4 - caused a nightmare!

I've rolled back to php 4.4.2 and Apache is starting gracefully, standard php pages (that do not connect to a DB) are workng fine...
But when attempting to view a web app that connects to DB it displays a blank white screen with no errors in error_log.
The only errors I'm finding is from horde at the point of sign-on:
A fatal error has occurred
Auth_imp: Required IMAP extension not found
And when viewing phpinfo() I noticed the "mysql" section is missing.

I executed all the php4 rpm as such:
Code:
rpm -Uvh --force php-mysql-4.4.2-3.rhfc3.art.i386.rpm
I have no idea what to check next.... anyone got ideas?
 
Back
Top