| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
(#2)
|
| Senior Member Posts: 5,753 Join Date: Jun 2005 Location: Cumbria, UK |
02-09-2007, 07:11 PM
That is odd. It says you have 3.3 so that should be fine. What operating system is your server running? You could try the IonCube version of Kayako. This is loaded dynamically so should work fine. Icon Headquarters - Its Elixir - Web2Messenger |
| | |
(#3)
|
(#4)
|
| Senior Member Posts: 5,753 Join Date: Jun 2005 Location: Cumbria, UK |
02-09-2007, 08:27 PM
You can easily install IonCube. Use the installer version for Windows on http://www.ioncube.com/loaders.php Icon Headquarters - Its Elixir - Web2Messenger |
| | |
(#5)
|
| Senior Member Posts: 3,852 Join Date: Aug 2006 Location: Mumbai, India |
03-09-2007, 03:13 PM
Check if your server is not running multiple installations of PHP. Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support Our Skins and Services - http://www.supportskins.com/store/ SupportSkins.com - http://www.supportskins.com/ |
| | |
(#6)
|
(#7)
|
| Senior Member Posts: 5,753 Join Date: Jun 2005 Location: Cumbria, UK |
03-09-2007, 04:40 PM
Well Add / Remove Programs would show you if they have been installed seporatly multiple times. Have you tried reinstalling XAMPP and then reinstalling the Zend Optimizor? Also, what errors were you getting when trying IonCube? Icon Headquarters - Its Elixir - Web2Messenger |
| | |
(#8)
|
(#9)
|
| Senior Member Posts: 5,753 Join Date: Jun 2005 Location: Cumbria, UK |
17-09-2007, 09:01 PM
Thanks for sharing that jaylopez! Icon Headquarters - Its Elixir - Web2Messenger |
| | |
(#10)
|
| New Member Posts: 1 Join Date: Sep 2007 | Need help Zend Optimizer not installed -
19-09-2007, 07:35 PM
his file was encoded by the Zend Encoder / Zend SafeGuard Suite In order to run it, please install the freely available Zend Optimizer, version 2.1.0 or later. What is the Zend Optimizer? The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been freely available since the early days of PHP 4. It improves performance by taking PHP's intermediate code through multiple Optimization Passes, which replace inefficient code patterns with efficient code blocks. The replacement code blocks perform exactly the same operations as the original code, only faster. In addition to performance-improvement, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Encoder or Zend SafeGuard Suite. The Zend Optimizer is a freely-available product from Zend Technologies. Zend Technologies is the company that develops the scripting engine of PHP, also known as the Zend Engine. www.wanleshop.com |
| | |
(#11)
|
(#12)
|
| New Member Posts: 2 Join Date: Oct 2007 |
25-10-2007, 08:14 PM
Issue resolved. I got it (with some help from experts-exchange). Here is the info... Expert Comment: Normally, Apache uses the php.ini file located in the /etc directory. /etc/php.ini You might check in your zend directory and see if during the install a php.ini file was placed there. Not being certain on where you or CentOS installed Zend, it could be /usr/local/Zend/etc/php.ini and zend may be looking at that location for the php.ini Lastly, check your php.ini for both lines... zend_optimizer.optimization_level=1 zend_extension="/usr/local/Zend/lib/Zend Optimizer.so" Just make sure that ZendOptimizer.so is there and that its location is correct. My Comment: Checking /usr/local/Zend/etc/php.ini I noticed this added to the end of the file: [Zend] zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.0 zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.0 zend_optimizer.version=3.3.0a zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so Adding this to the end of /etc/php.ini fixed the issue. No where do I see 'zend_optimizer.enable_loader = 1' but since it is working like this no worries. |
| | |
![]() |
| Tags |
| installed, optimizer, zend |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Zend not installed but it is | Skeptical | SupportSuite, eSupport and LiveResponse | 3 | 02-11-2006 02:52 PM |