Similar Problem?
I have posted on this in another forum, but since this seems relevant I thought I would post here too. Sorry about that. I am also having problems using Zend Framework on servers running php as cgi-fcgi, and I can definitely say that I am getting to the bootstrap, because the error I am getting is a Zend_Exception message. My application finds the necessary controllers perfectly well when I run it on my local machine (php as apache module) but it can't even find the error controller when I run it in a php cgi-fcgi context. I have triple-checked that the controller is there, but for some reason it is not being found. Needless to say none of my other controllers are being found either. Is there some setting I am unaware of? I've tried about every php.ini option but nothing seems to change.
Please help.
J.
|