Add to Favorites
Hosting Discussion
 

forgot password?


SPONSORED LINKS

Reply


Old
  Post #1 (permalink)   07-20-2006, 10:24 PM
HD Addict
 
Join Date: May 2005
Posts: 119

Status: CLCook is offline
Well, I found out the hard way that Plesk 8 and Zend Optimizer aren't compatible "out of the box".

I figured I'd post the solution so that everyone else doesn't have the problem.

Edit php.ini and remove the following code:
Code:
[Zend]
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.0.1
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.0.1
zend_optimizer.version=3.0.1
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
Edit "/etc/php.d/ioncube-loader.ini" to the following:

Code:
zend_extension=/usr/lib/php4/php_ioncube_loader_lin_4.3.so

[Zend]
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.0.1
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.0.1
zend_optimizer.version=3.0.1
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
Notice that the IonCube loader extension is ABOVE the Zend Optimizer code. The order that the extensions load is very important.
 
 
 


Old
  Post #2 (permalink)   08-19-2006, 06:46 PM
HD Newbie
 
Join Date: Feb 2007
Posts: 25

Status: Trexhost is offline
Very good point. Although I use Cpanel myself for my servers, I do have many customers who prefer to user plesk and have problems with there plesk and zend
 
 
 
Reply

Thread Tools

New Post New Post   Old Post Old Post
Posting Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On