I have a strange problem when switching to the production database. I changed the environments file and it works fine with cgi. But when I switch to fcgi the development database is used? Is there something extra I need to change? Everything works under fcgi, but it just uses the wrong database. -- Roeland
On Sun, 16 Jan 2005 22:51:36 +0100, Roeland Moors <roelandmoors-CNXmb7IdZIWZIoH1IeqzKA@public.gmane.org> wrote:> I have a strange problem when switching to the production > database. > I changed the environments file and it works fine with cgi. But > when I switch to fcgi the development database is used? > > Is there something extra I need to change? > Everything works under fcgi, but it just uses the wrong database.What method are you using to switch environments?
On Sun, Jan 16, 2005 at 04:58:15PM -0600, Christian Metts wrote:> On Sun, 16 Jan 2005 22:51:36 +0100, Roeland Moors > <roelandmoors-CNXmb7IdZIWZIoH1IeqzKA@public.gmane.org> wrote: > > I have a strange problem when switching to the production > > database. > > I changed the environments file and it works fine with cgi. But > > when I switch to fcgi the development database is used? > > > > Is there something extra I need to change? > > Everything works under fcgi, but it just uses the wrong database. > > > What method are you using to switch environments?The problem is solved now. I don''t know what the problem was, it solved itself. Maybe a caching problem or the new version that is just released solved it. Roeland