• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Fix for Zend Optimizer on Plesk 8.2.1

calderwood

Regular Pleskian
I spoke to Zend about errors on Plesk and the said there was an issue with Plesk and Zend - I have used their supplied files and the problems went away.

My system is:
Plesk 8.2.1
CentOS4.2
PHP 4.3.9

I also made theses changes after installing Optimizer:
Edit the includer for ioncube in /etc/php.d/ and add a # infront of the loader.

Then edit your php.ini file and add at the top of the Zend section:
zend_extension = /usr/lib/php4/ioncube_loader_lin_4.3.so

Test your PHP output with: php -v

HERE IS THE MESSAGE AND FILE LINKS FROM ZEND:
This is a known issue and you need to either upgrade or downgrade Optimizer.

Use one of the versions (preferred 3.2.8 or else 2.6.2) below:
http://downloads.zend.com/optimizer/3.2.8/ZendOptimizer-3.2.8-linux-glibc21-i386.tar.gz
http://downloads.zend.com/optimizer/2.6.2/ZendOptimizer-2.6.2-linux-glibc21-i386.tar.gz

Note: that these are links for Linux i386 - if you need something else, go to http://www.zend.com/downloads/

In addition, please disable ioncube extension before loading Optimizer,
if it solves a loading problem (you can see it in the stderr, console output as below, or Apache error log when starting up Apache.
 
Back
Top