View Single Post
  #1 (permalink)  
Old 04-12-2008, 09:25 PM
jsahleen jsahleen is offline
Junior Member
 
Join Date: Apr 2008
Posts: 7
Default ZF 1.5 MVC, PHP5 as cgi-fcgi

Hi all,

This is my first post so forgive me if this is a simple question with a simple answer. I have a ZF 1.5 MVC app that I have developed and it works fine on my local machine where php5 is running as an apache module. However, when I try to deploy to my staging server where php5 is running as cgi-fcgi I get the following error:

invalid controller specified (error)

I've recreated the directory structure and settings for the staging server on my local machine and the app. works great there. I've also gone through the phpinfo information on both machines and there doesn't seem to be any significant differences in the php configurations.

Has anyone else encountered problems running ZF when php is running as cgi-fcgi? I've tried everything I know, but nothing seems to be working and I can't see what the problem is.

Any help would be very much appreciated.

Thanks.

J.
Reply With Quote