![]() |
How to tell if zend optimizer is installed
Been running blog organizer on a virtual sever and finally moved it to a dedicated. Host says zend is installed but the scripts say something different:
This 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. |
The host is mistaken.
|
It may not be installed for the cli.
I'm assuming you're not running Direct Admin or CPanel. There's a different .ini for the cli. |
could also do a phpinfo(); and see what it says about zend
|
Quote:
|
Quote:
:thumbsup |
Quote:
|
Quote:
|
Run this:
PHP Code:
|
Quote:
Checking for exec() exec() is here. Checking for shell_exec() shell_exec() too. Checking for PHP cli You'll need to set $phpPath in signup_first_config.php! Checking PHP for cli build I can't test, beca use I couldn't find PHP! Checking cli for Zend Optimizer Support I can't test, b ecause I couldn't find PHP! |
It can't find a PHP cli.
That means that you probably don't have the PHP cli in your path, and it couldn't find it. I can't do much for ya to see if it's trying for the cli, sorry. As suggested, make a page with <?php phpinfo(); ?> in it. If Optimizer is installed for the in-apache version, it will say so. |
http://onlinehowto.net/Tutorials/PHP...allation/411/1
or http://www.activecampaign.com/blog/2...end-optimizer/ But first check with a phpinfo file to see if it is already installed. |
Quote:
|
Quote:
|
Quote:
|
Quote:
This throwaway script has also saved me countless hours of work trying to explain the differences between the cli, and the 'built into apache' module. I'll let you license it. |
Create a page with
Code:
<?php upload - access |
All times are GMT -7. The time now is 03:09 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123