[Zen Cart] Zend Optimizer not installed

Magic SEO URLs for Zen Cart.
nicolas_c
Posts: 15
Joined: Thu Oct 07, 2010 12:20 am

[Zen Cart] Zend Optimizer not installed

Postby nicolas_c » Mon Oct 11, 2010 3:46 am

Hello,

Just bought Magic SEO, but when I installed it and load my main page, there is an error message :

Zend Optimizer not installed

This file was encoded by the Zend Guard. In order to run it, please install the Zend Optimizer (available without charge), version 3.0.0 or later.
Seeing this message instead of the website you expected?
This means that this webserver is not configured correctly. In order to view this website properly, please contact the website's system administrator/webmaster with the following message:

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.

Note: Zend Technologies cannot resolve issues related to this message appearing on websites not belonging to Zend Technologies.
What is the Zend Optimizer?

The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been available without charge, since the early days of PHP 4. It improves performance by scanning PHP's intermediate code and passing it through multiple Optimization Passes to replace inefficient code patterns with more efficient code blocks. The replaced code blocks perform exactly the same operations as the original code, only faster.

In addition to improving performance, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Guard.

The Zend Optimizer is a free product available for download from Zend Technologies. Zend Technologies also developed the PHP scripting engine, known as the Zend Engine.


Thanks for your help,
Nicolas.

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] Zend Optimizer not installed

Postby inveo » Mon Oct 11, 2010 1:02 pm

There is Zend Optimizer missing on the server. You need to contact your host support and ask for Zend Optimizer installation.

If your host supports custom php.ini file, we can try to also install it (FTP credentials required).

nicolas_c
Posts: 15
Joined: Thu Oct 07, 2010 12:20 am

Re: [Zen Cart] Zend Optimizer not installed

Postby nicolas_c » Mon Oct 11, 2010 11:26 pm

Will ask my host, let you know later today :) thanks Nicolas

nicolas_c
Posts: 15
Joined: Thu Oct 07, 2010 12:20 am

Re: [Zen Cart] Zend Optimizer not installed

Postby nicolas_c » Tue Oct 12, 2010 1:00 am

My host told me to add : SetEnv ZEND_OPTIMIZER 1 in my htaccess file, then Zend Optimizer is activated.

Now the problem is : Magic SEO edit the htaccess file, so my line is deleted...

On my back office, the SEO is ok, www.mywebsite.com/admin/index.php but, check this print screen with my front office :

Image

1/ I have to make a htaccess file where the line : SetEnv ZEND_OPTIMIZER 1 should always stay
2/ I have to fix all the error line when the SEO is activated

Thanks per advance,
Nicolas.

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] Zend Optimizer not installed

Postby inveo » Tue Oct 12, 2010 5:55 am

After you install Magic SEO URL. .htaccess is no longer overwritten. If you add that line before and after Magic SEO URL installation, everything will work fine.

nicolas_c
Posts: 15
Joined: Thu Oct 07, 2010 12:20 am

Re: [Zen Cart] Zend Optimizer not installed

Postby nicolas_c » Tue Oct 12, 2010 6:43 am

It doesn't work, when I refresh my page, I always have to re-upload my .htaccess file with the code line.

What about my 2nd problem ?

Thanks
Nicolas

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] Zend Optimizer not installed

Postby inveo » Tue Oct 12, 2010 11:42 am

nicolas_c wrote:It doesn't work, when I refresh my page, I always have to re-upload my .htaccess file with the code line.


Make sure you have protect your .htaccess file as specified in installation instructions.

nicolas_c wrote:What about my 2nd problem ?


We do not see any problems there. There are just a few notices, not errors or warnings

nicolas_c
Posts: 15
Joined: Thu Oct 07, 2010 12:20 am

Re: [Zen Cart] Zend Optimizer not installed

Postby nicolas_c » Wed Oct 13, 2010 5:35 am

What can I do to fix this notice ?

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] Zend Optimizer not installed

Postby inveo » Wed Oct 13, 2010 5:36 am

It is not necessary to do anything. There is no problem.

nicolas_c
Posts: 15
Joined: Thu Oct 07, 2010 12:20 am

Re: [Zen Cart] Zend Optimizer not installed

Postby nicolas_c » Wed Oct 13, 2010 6:29 am

Ok, but I change the permissions on www/.htaccess (444 or -r--r--r--) is it ok ?