PDA

View Full Version : Zend test passed but calendar doesn't work


Zenigata
10-10-2007, 06:22 PM
Hi,
I'm evalutating a trial version of Easy php calendar, but I have a big problem:

The test has passed ( Zend Optimizer Pass This server appears compatible with the Easy PHP Calendar!), I have installed the script, I can browse the setup menu but If I try to integrate the script in a page of my site I have this error:

Zend Optimizer not installed

This file was encoded by the Zend Encoder (http://www.zend.com/store/products/zend-encoder.php) / Zend SafeGuard Suite (http://www.zend.com/store/products/zend-safeguard-suite.php)
In order to run it, please install the freely available Zend Optimizer (http://www.zend.com/store/products/zend-optimizer.php), version 2.1.0 or later.



Why? My server has Zend Optimizer 3.0.1, php 4.4.7 and FreeBsd.

edit: please note that demo pages works.

edit2: If I put the demo page outside the calendar installation folder (and, of course, I change the path to required files) I have the same error: Zend Optimizer not installed. It's very strange.


Please help me, thanks

Zenigata
10-10-2007, 07:13 PM
Solved! I had a problem with custom php.ini

I've added these lines:

[Zend]
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.0.1
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.0.1
zend_optimizer.version=3.0.1
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so