login community faq

I'm installing a Q&A script, and it gives me the following error during installation:

> "Zend Optimizer" extension status FAILED

I'm not sure if it's installed our not, But I find the following information in my phpinfo(), it says:

->This program makes use of the Zend Scripting Language Engine
->Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
->with the ionCube PHP Loader v4.0.7, Copyright (c) 2002-2011, by ionCube Ltd.

Is "Zend Optimizer" part of "Zend Engine"? If so, is there a path to it, so I can tell my script where to find it?

If it's not installed, is there a way to install Zend Optimizer?

asked Jul 31 '12 at 22:31

pim's gravatar image

pim
11


Zend Optimizer is installed, as phpinfo states. You should not need to define its path, and as it is plugin associated with the shared apache server's PHP, its path can't be configured and should not need to be defined.

Can you post the code which is failing? If not you may want to submit a support ticket so we can look directly.

answered Aug 01 '12 at 00:46

johns's gravatar image

johns ♦♦
345427

There's an "installer" that comes with the script. In the source code I find the following code where it seems to fail:

//checking the various php extensions, required to run script
$formdata->phpversion = explode('.',phpversion());
$formdata->extensions = array(
'mysqli' => extension_loaded('mysqli'),
'pdo_mysql' => extension_loaded('pdo_mysql'),
'zendoptimizer' => (extension_loaded('Zend Optimizer') || extension_loaded('Zend Optimizer+')) );

(Aug 01 '12 at 01:56) pim pim's gravatar image

Actually, Zend Optimizer is not installed according to those phpinfo() results - sorry about that. Please try creating a PHP5.2 or PHP5.3 app type and check if it's installed in it. Otherwise, you'd have to install it yourself. You can do this by building the extension in your home directory and then including it in php.ini, similar to this.

(Aug 01 '12 at 05:16) todork todork's gravatar image
Your answer
If you have an answer to the above question, then use the form below. Otherwise, use the appropriate 'add new comment' button above to post your feedback.
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×3
×1

Asked: Jul 31 '12 at 22:31

Seen: 314 times

Last updated: Aug 01 '12 at 05:16

Plans & prices    Sign up    Why WebFaction?    Contact us    Affiliate program    Support    Legal    Jobs    Blog    Control panel login
Powered by OSQA
© Copyright 2003-2012 Swarma Limited - WebFaction is a service of Swarma Limited