• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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