• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Zend Optimizer problems?

B

bprater

Guest
I was having issues with getting Zend Optimizer to work with Plesk and wanted to make a few notes for people with the same trouble.

I was getting the error:
[ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0

* Check your phpinfo() output to see what .php file is being loaded.
* Stripping the [zend] section out of that file and restarting Apache should get you back online. (Or comment it out if you need to get your site back asap.)
* I got things fixed by renaming 'ioncube-loader.ini' to 'ioncube-loader.ini.old' in /etc/php.d. Apparently PHP loads these after processing the php.ini file, so I let the php.ini file load ioncube instead.
 
Back
Top