PDA

View Full Version : Trouble with Zend Optimizer


chandler
01-12-2007, 02:10 PM
So My install seems fine. I have the calendar displaying in one page with out any issues. I tried to insert the same calendar into anther page but when viewing on the web I get the message that I need Zend Optimizer. For example I have the URL ...net/pages/calendar.php this works fine ...net/index.php I get the error message to instal the optimizer. ????

ve9gra
01-13-2007, 11:48 AM
Do you have the actual links to your installation so that we can take a look?

chandler
01-13-2007, 03:49 PM
I finally figured out that the issue was a problem with a php.ini file. My host uses a default php.ini file that all directories ifollow. This points to zend optimizer 3.0 something that displayed the calendar fine. In my root folder there was a php.ini file that only pointed to zend optimizer 1.0 something within my actual public_html folder. I removed the later php.ini file and now the site displays fine. This may just be a work around but it seems to work ok. However, now I won't have the control to change the php.ini file. I will have to look into modifying the php.ini file to see how to change it.