Page 1 of 1

XAMPP 1.7.7 ISSUES

PostPosted: 18. September 2012 20:09
by marins
Dear all,

I'm having issues on my xampp 1.7.7 server. Sometimes it shows me Internal Server Error 500 on some pages.

This is very weird issue, because it doesn't happen all the time - sometimes yes, sometimes no on the same page.

In error.log I get the following:

Code: Select all
[Tue Sep 18 20:35:43 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce
[Tue Sep 18 20:35:44 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce
[Tue Sep 18 20:35:46 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce
[Tue Sep 18 20:35:58 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/announce
[Tue Sep 18 20:36:37 2012] [error] [client 127.0.0.1] script 'C:/xampp/htdocs/announce.php' not found or unable to stat


Why is Apache trying to get announce if this folder doesn't exist in installation directory?

What do you think it my cause the issue?

Thanks!

Re: XAMPP 1.7.7 ISSUES

PostPosted: 20. September 2012 21:58
by JonB
its not a folder - its likely some broken code. (my guess) that would go with getting 500 errors

Good Luck

Re: XAMPP 1.7.7 ISSUES

PostPosted: 22. September 2012 18:50
by marins
This is very weird. I don't think that the problem is on my web pages, because I have 3 different web pages testing on Xampp, and all sometimes gets this error...

What do you think, if I upgrade Xampp, will it work?

Thanks.