Re: [fw-general] Error500 with Apache

2008-04-28 Thread cjant83
Just to update others on this topic. Gunter found the problem to be with PHP itself. A bug is listed on it here: http://bugs.php.net/bug.php?id=43677&edit=2HTH It says the problem is fixed in 5.2.6 so will upgrade when that becomes available. In the meantime I'm going to have a play around changi

Re: [fw-general] Error500 with Apache

2008-04-26 Thread Gunter Sammet
Could it be that Horde changes the include path for some reason. If it's set in php.ini or even .htaccess it shouldn't happen but just another thought. On Sat, Apr 26, 2008 at 5:09 AM, cjant83 <[EMAIL PROTECTED]> wrote: > > Hey, > Ive written an application using ZF1.5 on my Windows machine with

Re: [fw-general] Error500 with Apache

2008-04-26 Thread Gunter Sammet
Are you working with sessions? If yes, it might be because of session conflicts. Try to set a different session directory for each domain. HTH Gunter On Sat, Apr 26, 2008 at 5:44 PM, cjant83 <[EMAIL PROTECTED]> wrote: > > I've spent another 8 hours or so on this now. I've gone through all the >

Re: [fw-general] Error500 with Apache

2008-04-26 Thread cjant83
I've spent another 8 hours or so on this now. I've gone through all the code, I made a couple of adjustments but nothing major, and I'm still in the same boat. However!! I think I may have found the fault I've been trying to re-create the error on my site by following links, and refreshin

Re: [fw-general] Error500 with Apache

2008-04-26 Thread till
On Sat, Apr 26, 2008 at 1:09 PM, cjant83 <[EMAIL PROTECTED]> wrote: > > Hey, > Ive written an application using ZF1.5 on my Windows machine with WAMP > server installed. It works brilliantly, but when I uploaded it to my web > server (Linux,PHP5.2,MySQL5) I get into problems. The site works mos

[fw-general] Error500 with Apache

2008-04-26 Thread cjant83
Hey, Ive written an application using ZF1.5 on my Windows machine with WAMP server installed. It works brilliantly, but when I uploaded it to my web server (Linux,PHP5.2,MySQL5) I get into problems. The site works most of the time, but randomly it throws up an Error 500. I've turned display_errors