Kayako logo
Installation & Upgrading Questions and issues regarding the installation and upgrade procedure of SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
adrianhess Offline
New Member
 
Posts: 3
Join Date: Sep 2007
Zend Optimizer not installed - 02-09-2007, 07:09 PM

Hello

I get the message that my zend optimizer is not installed, when i want to install kayako. It tells me:

The component "Zend Optimizer" is not installed on the Web Server and therefore cannot service encoded files. Please download and install the Zend Optimizer (available without charge) on the Web Server.



Here are my Zend-Infos:
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies

Does anyone know, what I can do?

Thanks.
   
Reply With Quote
  (#2) Old
craigbrass Offline
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.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#3) Old
adrianhess Offline
New Member
 
Posts: 3
Join Date: Sep 2007
02-09-2007, 07:15 PM

My Webserver is a Windows 2000 Server, I am running the latest version of XAMPP 1.6.3.

I also tried IonCube, but it tells me that IonCube is not installed.
   
Reply With Quote
  (#4) Old
craigbrass Offline
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


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#5) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
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/
   
Reply With Quote
  (#6) Old
adrianhess Offline
New Member
 
Posts: 3
Join Date: Sep 2007
03-09-2007, 04:21 PM

Thanks for your answers. I tried to install IonCube but it gives me error messages. I think something is wrong with my server.

How can I check, if there are more PHP-Installations on my server?
   
Reply With Quote
  (#7) Old
craigbrass Offline
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?


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#8) Old
jaylopez Offline
New Member
 
Posts: 12
Join Date: Sep 2007
Solution for Zend Optimizer error "not installed" when it is! - 17-09-2007, 08:53 PM

Hi,

I had the same error and the solution is EASY. Go to the PHP.INI (if using XAMPP go to XAMPP> Apache > bin >php.ini) and at the end of the file find the entry: zend_optimizer.enable_loader = 0, and change the value to 1.

That's it, guaranteed to load your encoded files
   
Reply With Quote
  (#9) Old
craigbrass Offline
Senior Member
 
Posts: 5,753
Join Date: Jun 2005
Location: Cumbria, UK
17-09-2007, 09:01 PM

Thanks for sharing that jaylopez!


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#10) Old
fatuuxa Offline
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
   
Reply With Quote
  (#11) Old
FCAHS-IT Offline
New Member
 
Posts: 2
Join Date: Oct 2007
25-10-2007, 05:16 PM

Quote:
Originally Posted by jaylopez View Post
Hi,

I had the same error and the solution is EASY. Go to the PHP.INI (if using XAMPP go to XAMPP> Apache > bin >php.ini) and at the end of the file find the entry: zend_optimizer.enable_loader = 0, and change the value to 1.

That's it, guaranteed to load your encoded files
I don't see this in my php.ini file.

Running CentOS 5, Apache 2.2.3, PHP 5.1.6, and Webmin 1.370....

I downloaded and installed: ZendOptimizer-3.3.0a-linux-glibc21-i386.tar.gz

My phpinfo() says:

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

Last edited by FCAHS-IT; 25-10-2007 at 05:19 PM.
   
Reply With Quote
  (#12) Old
FCAHS-IT Offline
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.
   
Reply With Quote
Reply

Tags
installed, optimizer, zend

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47