Jump to content
MakeWebGames

Recommended Posts

Posted (edited)

As with  most people I work offline using Xampp to do mods and such and today I ran into an issue..

I know my code works yet Xampp on localhost wont open the page just says

 

This site can’t be reached

The connection was reset.

Try:

Checking the connection

Checking the proxy and the firewall

Running Windows Network Diagnostics

ERR_CONNECTION_RESET

Ive tried everything to get that one page working but to noavail anyone else had this Issue and have found a way around it...

 

ive done the usual <?PHP instead of the <? to see if thats the issue nope

checked all HTML for close outs im not getting any error just page cant be reached...

Edited by Uridium
fat fingers
Posted

If you're already using Docker, why not Dockerize your project?
If you're not using containers, why not?! Once over the initial hurdle of "whaddafuqisthisballs?!", Docker/Podman/Portainer can be span up in 1 command.
There are a few forks of the now open-source MCCv2 which include variations of configs to run in containers.

On a personal note, since writing a drop-in Docker config (copy files -> paste files, done), I haven't touched LAMP/XAMPP/WAMP (couldn't anyway, I'm on Linux) and don't bloody want to!

Posted
2 hours ago, Magictallguy said:

If you're already using Docker, why not Dockerize your project?
If you're not using containers, why not?! Once over the initial hurdle of "whaddafuqisthisballs?!", Docker/Podman/Portainer can be span up in 1 command.
There are a few forks of the now open-source MCCv2 which include variations of configs to run in containers.

On a personal note, since writing a drop-in Docker config (copy files -> paste files, done), I haven't touched LAMP/XAMPP/WAMP (couldn't anyway, I'm on Linux) and don't bloody want to!

I solved the issue it wasnt any broken scripts it was a stray ' being added to the dbase which managed to break the whole page Only found it when I exported the SQL and found the son of a gun

Posted
22 hours ago, Uridium said:

I solved the issue it wasnt any broken scripts it was a stray ' being added to the dbase which managed to break the whole page Only found it when I exported the SQL and found the son of a gun

Error reporting! When in doubt, go straight for the logs.
Glad you found it 🙂

  • Like 1
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...