PDA

View Full Version : Installation Problem


pkevents
09-28-2006, 10:27 PM
I have installed the Zend optimized EasyPHPCalendar to my remote server, however when i goto the setup it tells me zend is not installed??:confused:

Brian
09-28-2006, 10:31 PM
Have you tried Zend.com? They would be best at helping configure your server for the optimizer.

BlueSkyraider
10-09-2006, 04:16 AM
I have about the same question. I installed the calendar first on my own webserver and then on a hosting server. Neither of them works though the Zend Optimizer is installed.

php info of my own server: http://blueskyraider.no-ip.org/dwebackup/phpinfo.php

php info of my hosting server
http://www.testdomainet.com/info.php

When I run the setup of the calendar. It says, Zend Optimizer not installed.
http://blueskyraider.no-ip.org/dwebackup/calendar/setup/index.php
or
http://de-wilde-eend.be/calendar/setup/index.php

:confused::confused:

Any solutions would be welcome :)

I also checked the zend.com forums and faq's but didn't found an answer.
I hope someone can help me out of here.

Thx in advance.

NB: My own server don't run 24/24 7/7 ;)

pkevents
10-09-2006, 03:43 PM
[Post Removed]

Brian
10-09-2006, 09:30 PM
Put this in a blank file and upload it to your server then pull it up in a web browser:

<?php
phpinfo();
?>

Search for Optimizer. If you can find that word on the page, you should have the optimizer properly installed. If not, then the optimizer is still not configured properly.


Zend.com would be best at helping you configure your server.

:)