• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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