Page 1 of 1

An Occasional Error

Posted: Tue May 25, 2010 11:06 pm
by JakeJ
index.php in my web root will display a user and password box in a form if the user is not already logged in.

SOMETIMES. Rarely, but once in a while, when a user visits the page, the page will display but there will be a pop up telling me I need a user name and password to connect to mydomain.com:80.

There is nothing at all in my programming which would cause this. I don't have any hidden code. The user authentication on the form is MySQL based, not apache based.

Anyone seen this before? How do I get around it? It's an intermittent problem but it will annoy our clients when we go live.

**Other helpful information: There is no javascript on the page and the rest of it is php and html. It starts a session but that is properly placed before any output. It's hosted on a 64 bit Ubuntu VPS. Also, I don't have an .htaccess file.

Re: An Occasional Error

Posted: Wed May 26, 2010 1:17 am
by Eran
You should probably contact your hosting provider regarding this

Re: An Occasional Error

Posted: Thu May 27, 2010 6:06 am
by Eran
I recently stumbled across this article and remembered this post. Might be relevant - http://www.mysqlperformanceblog.com/200 ... tallation/