Web Hosting Forum | Lunarpages


*
Welcome, Guest. Please login or register.
Did you miss your activation email?



Login with username, password and session length
May 25, 2012, 09:29:58 AM

Pages: [1]   Go Down
  Print  
Author Topic: Zend Optimizer Problems  (Read 1534 times)
Alston
Spaceship Navigator
*****
Offline Offline

Posts: 88


CT Insurance Agent


WWW
« on: October 21, 2010, 01:31:19 AM »

I can see via phpinfo() that Zend Optimizer is installed.

However, I can't seem to get it to work.  I uploaded my files using binary mode.

Do I need to do something with my php.ini (or something else) to make it work?
Logged

katrina1
Guest
« Reply #1 on: October 21, 2010, 03:19:09 AM »

Hi. You have a custom php.ini file which does not contain needed entries for Zend to work properly. Please add the following to your php.ini file:

[Zend]
zend_extension=/usr/local/IonCube/ioncube_loader_lin_5.2.so
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

To make subfolders inherit the settings, please also add the following to .htaccess:

suPHP_ConfigPath /home/username/public_html

Change username to your Cpanel username.
Logged
Alston
Spaceship Navigator
*****
Offline Offline

Posts: 88


CT Insurance Agent


WWW
« Reply #2 on: October 28, 2010, 08:49:53 AM »

Thanks for your reply.

I changed my php.ini and got a different error message.  That was a little frustrating, but it also meant that I was making progress.

The other thing that was keeping the program from working was Dreamweaver.  I followed the directions to force Dreamweaver to upload .php files in binary, but it didn't work. 

I wound up downloading Filezilla and using that program.  Now everything works.
Logged

Pages: [1]   Go Up
  Print  
 
Jump to: