Hi folks,
I'm using cubecart shopping cart software which uses zend optimizer. According to my server admin, Zend Optimizer 3.3 is installed, and he even sent me the log:
[Dec 27 16:46:59] Copying: ../data/5_2_x_comp/TS/ZendOptimizer.so to: /usr/local/Zend/lib/Optimizer_TS-3.3.0/php-5.2.x/ZendOptimizer.so
[Dec 27 16:46:59] Setting permissions on /usr/local/Zend/lib/Optimizer_TS-3.3.0/php-5.2.x/ZendOptimizer.so: mode=100755
[Dec 27 16:46:59] Added new extension to php.ini: zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
[Dec 27 16:46:59] Replaced line: zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.0 by: zend_extension_manager.optimizer=/usr/local/Zend/li
b/Optimizer-3.3.0 in php.ini
[Dec 27 16:46:59] Replaced line: zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.0 by: zend_extension_manager.optimizer_ts=/usr/loca
l/Zend/lib/Optimizer_TS-3.3.0 in php.ini
[Dec 27 16:46:59] Added new extension to php.ini: zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
[Dec 27 16:46:59] Replaced line: zend_optimizer.version=3.3.0a by: zend_optimizer.version=3.3.0a in php.ini
[Dec 27 16:46:59] PHP.ini re-ordered
[Dec 27 16:46:59] Backing-up file: /usr/local/Zend/etc/php.ini
[Dec 27 16:46:59] Copying: /usr/local/Zend/etc/php.ini to: /usr/local/Zend/etc/php.ini-zend_optimizer.bak
[Dec 27 16:46:59] Setting permissions on /usr/local/Zend/etc/php.ini-zend_optimizer.bak: mode=100644
[Dec 27 16:46:59] Saving PHP.ini file: /usr/local/Zend/etc/php.ini
[Dec 27 16:46:59] Open file: /usr/local/Zend/etc/php.ini for writing
[Dec 27 16:46:59] MSGBOX: "The following configuration changes have been made: - The original php.ini was backed up to /usr/local/Zend/etc/php.ini-zend_optim
izer.bak "
[Dec 27 16:46:59] ./dialog --clear --backtitle 'Zend Optimizer Installation' --title 'Zend Optimizer 3.3.0a' --msgbox ' The following configuration changes h
ave been made: - The original php.ini was backed up to /usr/local/Zend/etc/php.ini-zend_optimizer.bak ' 0 0
[Dec 27 16:47:05] MSGBOX: "The installation has completed successfully. Zend Optimizer is now ready for use. You must restart your Web server for the modific
ations to take effect."
[Dec 27 16:47:05] ./dialog --clear --backtitle 'Zend Optimizer Installation' --title 'Zend Optimizer 3.3.0a' --msgbox ' The installation has completed succes
sfully. Zend Optimizer is now ready for use. You must restart your Web server for the modifications to take effect. ' 0 0
[Dec 27 16:47:09] YESNO: Restart the Web server now?
But when I go to the homepage for the storefront, I get an error message that zend optimizer is not installed.
Where can I go to troubleshoot this? Zend says they don't support for installations not on one of their zend platforms, and running phpinfo(); was of very little help, even though that displays that the current PHP system is backed by the Zend Engine.
I'm on a bit of a time crunch and have no idea what to do
Edit: Installed PHP version is 5.1.6, mySQL is version 5 and apache is version 2 running on CentOS