PHP storm server randomly fails to server html files Follow
Often when I open an html file in the editor and click the open in chrome button it load fine in chrome. But every now and then all I get is a page like so: any ideas?
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: http://localhost:63342/****
Connection to ::1 failed.
The system returned: (111) Connection refused
The remote host or network may be down. Please try the request again.
Please sign in to leave a comment.
Hi there,
Looks like you local specific issue.
>Connection to ::1 failed
::1 is IPv6 (localhost in IPv4 = 127.0.0.1; in IPv6 = ::1) -- maybe check your network settings. Can also check your code -- maybe it has such reference in it
>Your cache administrator is *********
Please check who that guy is. If you hover over the link it has reference to ********** domain; contains your gmail email address etc
I suggest:
BTW: