• 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 + PR 7.5.3.. no go!!

D

dennysp

Guest
Hi guys,
I upgraded to PR 7.5.3 a couple of days ago and everything went well. Today a customer asked me why his pages were showing to install the zendoptimizer program again.
I figured since I had upgraded, I had to install zendo. again which I did, however, it doesn't seem to have any effect. I'm still getting the page that ZendOptimizer needs to be installed in order to view certain pages. Is there a fix for this? I installed the latest version from the zend website... please advice.

-d
 
Plesk is nor related to Zend Optimizer. Make sure that the php.ini loads the Zend extension after installation, and restart apache.
 
Thanks for the prompt response,
I added
Code:
zend_extension = /usr/lib/ioncube/Ioncube_loader_lin_4.3.so

at the the of the php.ini located at
/usr/local/psa/admin/conf/php.ini and still doesn't load Zend after restarting apache. The /etc/php.ini only has the above Zend line, nothing else :confused:
Is there anything I need to add/modify?

Thanks in advance
-d
 
You're installing the zend optimizer in your admin interface... you should probably install it in the user interface, if that's what you're trying to do... :D

The admin interface and the user interface are two seperate apache services, and they both have their own php.ini file.

On freebsd, the user version of php.ini is at /usr/local/psa/apache/conf/php.ini .. if it's not there for you, just search your system for other php.ini's...

find / -name "php.ini"
 
Back
Top