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.
An Occasional Error
Moderator: General Moderators
Re: An Occasional Error
You should probably contact your hosting provider regarding this
Re: An Occasional Error
I recently stumbled across this article and remembered this post. Might be relevant - http://www.mysqlperformanceblog.com/200 ... tallation/