• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Issues, Zend 3.3 and Plesk 8.6

D

drifttuners

Guest
Ok so I had Zend 3.3 installed (the latest copy) for months now everything ran great. But did an update in plesk to plesk 8.6 now my script won't load so I comment it out in the php.ini file, reboot the server and the website now loads but of course my script now says that Zend is not installed. So just to check again I un comment the lines in the php.ini file, rebooted and now my website won't load. So know I went back and commented the lines again and the site is up again but the script of course is not working because I need Zend. Any ideas?
 
Hello,

Try to delete Zend (from /usr/local/zend) and reinstall it.
You have ioncube installed ?
 
Ok so now it works. What I did

As suggested above I deleted the zend install (dir) then I reinstalled it, now here is the catch! below is my server config

- Virtual Dedicated Godaddy Hosting
- Plesk 8.6
- Zend 3.3
- PHP 5.2
- Linux 32 bit


Now by default zend wants to install under /usr/local/zend however if your running plesk at Godaddy then zend needs to go under /usr/lib/php/modules/zend. below is what is in my php.ini file


[Zend]
zend_extension_manager.optimizer=/usr/lib/php/modules/zend/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/lib/php/modules/zend/lib/Optimizer_TS-3.3.3
zend_optimizer.version=3.3.3
zend_extension=/usr/lib/php/modules/zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/lib/php/modules/zend/lib/ZendExtensionManager_TS.so


Cheers!

Jeremy Boddy
DRIFT Tuners Inc.
http://drifttuners.com
http://racinguploads.com
 
Back
Top