• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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