• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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