| Zend errors after upgrading PHP to 5.1.6 -
22-09-2006, 06:52 PM
I have had my eSupport install setup adn running for about a year now without any issues. Upon upgrading php from 4.x to 5.1.6 I now receive the following error when visiting my install...
Zend Optimizer not installed
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.
php -v indicates the following...
PHP 5.1.6 (cli) (built: Sep 22 2006 12:28:26)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
with Zend Extension Manager v1.0.10, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v3.0.0, Copyright (c) 1998-2006, by Zend Technologies
Just for kicks I created a php file with phpinfo() in it and it reflects what php -v says.
What do I do to make this work again?
Thank you. |