Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Plesk control panel and webmail doesn’t load after installing Zend optimizer  (Read 2717 times)

0 Members and 1 Guest are viewing this topic.

jominj

  • Guest
We may reach a situation where we cannot access the plesk control panel and the web mail after installing the Zend Optimizer.

During the installation process, Zend sets a value for php.ini file in the registry.

    HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath=C:\WINDOWS

Therefore, all .php scripts on the server start to use this setting and go to C:\WINDOWS\php.ini file for PHP configuration.

To fix this problem it’s necessary to clear the value

    HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath.

Then all .php scripts will start to use correct .ini files.