What could cause an 101 Error in WAMP under Windows 7
Posted by: Miesjh (---.cable.quicknet.nl)
Date: November 05, 2009 03:50PM

Hello.

I've installed Wampserver om my Windows 7 machine. [localhost] Works. I see the Welcome page.

When I open a php page which has a connection to the db it fails.

IE8: Internet Explorer cannot display the webpage

There's nothing wrong with my code, because on my Vista machine (previous installation) it worked.

But when I comment this part in my code, it works on the windows 7 machine: mysql_close();


What's the deal with this. There's nothing in my php log.



Edited 1 time(s). Last edit at 11/05/2009 04:05PM by Miesjh.

Options: ReplyQuote
Re: Internet Explorer cannot display the webpage
Posted by: Miesjh (---.cable.quicknet.nl)
Date: November 05, 2009 04:02PM

I get this error in Google Chrome: 101 (net::ERR_CONNECTION_RESET)

Options: ReplyQuote
Re: Internet Explorer cannot display the webpage
Posted by: Miesjh (---.cable.quicknet.nl)
Date: November 05, 2009 04:04PM

Looks similar to this problem: [serverfault.com]

Options: ReplyQuote
Re: What could cause an 101 Error in WAMP under Windows 7
Posted by: arnb (---.dyn.optonline.net)
Date: November 25, 2009 07:02PM

User note found on PHP documentation for mysql_close()

11-Oct-2009 09:09
It seems that as of PHP 5.3, the link_identifier parameter is no longer optional. If not included, it would cause the script to crash with no errors in the output.

Options: ReplyQuote


Sorry, only registered users may post in this forum.