Jump to content

Zend Optimizer not recognized


Guest Anti_dentite

Recommended Posts

Guest Anti_dentite

I'm trying to install a cubecart on my local computer to test it out but after installing it says I do not have the zend optimizer installed.

Problem is, I do. It shows up in the phpinfo(), the settings are all correct in php.ini, and even during the cubecart install it showed Zend Optimizer as being installed. I've tried this on two separate computers and it doesn't seem to work, so I'm assuming that something must be screwy on my end.

Both computers run windows xp and I used XAMPP to set up the apache/php install. Cubecart v. 4.2.3 was used for the install (I re-downloaded it again in case file had been corrupted).

I decided to give up on Zend and use Ioncube, but it wasn't any better. I downloaded the ioncube loader and ran the installer, set the global.inc.php file to use ioncube instead of zend, restarted apache, but it still doesn't work.

I'd prefer to use zend anyway though, but I'd rather have at least one of the options work.

Link to comment
Share on other sites

Guest hennaboy

Sure its in the php ini? have a look in a browser at a php info page. This will state that the zend engine is installed but also states if the optimizer is installed.

Also id avoid running installers for ioncube its not required and its just going to install them somewhere incorrect.

Download and copy the files over to the cubecart ioncube directory.

Link to comment
Share on other sites

Guest Anti_dentite

Sure its in the php ini? have a look in a browser at a php info page. This will state that the zend engine is installed but also states if the optimizer is installed.

Also id avoid running installers for ioncube its not required and its just going to install them somewhere incorrect.

Download and copy the files over to the cubecart ioncube directory.

Yes, the php ini is correct, phpinfo() shows the optimizer running, and running php.exe -v shows zend & the zend optimizer installed. For example:

E:\xampp\php>php.exe -v

PHP 5.2.2 (cli) (built: May 2 2007 19:18:26)

Copyright © 1997-2007 The PHP Group

Zend Engine v2.2.0, Copyright © 1998-2007 Zend Technologies

with Zend Extension Manager v1.2.0, Copyright © 2003-2007, by Zend Technol

ogies

with Zend Optimizer v3.3.3, Copyright © 1998-2007, by Zend Technologies

Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...