dg_name
03-07-2008, 10:49 PM
Hi, I've just installed the trial version and I'm very impressed, except:
The site where I need to install this makes use of mod_rewrite for search engine friendly URLS, if I install the calendar here (for instance):
http://mydomain.com/calendar/
And require the script from this page:
http://mydomain.com/SomeDirectory/calendar
( using require ("../calendar/calendar.php") )
I receive the message "Zend Optimizer not installed"
On the other hand if I remove my .htaccess file and set up a script here:
http://mydomain.com/SomeDirectory/calendar_test.php using the same require code, the calendar displays perfectly.
Is the script getting confused as to where the Zend Optimizer can be found because of my .htaccess mod_rewrite code? Is there a way to set that path manually and absolutely to get around the issue? Or is there some simpler way to make this work?
Any advice would be very much appreciated!
David
The site where I need to install this makes use of mod_rewrite for search engine friendly URLS, if I install the calendar here (for instance):
http://mydomain.com/calendar/
And require the script from this page:
http://mydomain.com/SomeDirectory/calendar
( using require ("../calendar/calendar.php") )
I receive the message "Zend Optimizer not installed"
On the other hand if I remove my .htaccess file and set up a script here:
http://mydomain.com/SomeDirectory/calendar_test.php using the same require code, the calendar displays perfectly.
Is the script getting confused as to where the Zend Optimizer can be found because of my .htaccess mod_rewrite code? Is there a way to set that path manually and absolutely to get around the issue? Or is there some simpler way to make this work?
Any advice would be very much appreciated!
David