• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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