• 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.

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