Uridium Posted September 6, 2024 Posted September 6, 2024 (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 September 6, 2024 by Uridium fat fingers Quote
Uridium Posted September 6, 2024 Author Posted September 6, 2024 1 hour ago, tom39 said: it works fine here Tom39 mine just started working again its confused the hell out of me why it wasnt working and now it is Quote
rockwood Posted September 7, 2024 Posted September 7, 2024 Xampp is outdated technology you can move on wsl2 Quote
Magictallguy Posted September 8, 2024 Posted September 8, 2024 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! Quote
Uridium Posted September 8, 2024 Author Posted September 8, 2024 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 Quote
Magictallguy Posted September 9, 2024 Posted September 9, 2024 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 🙂 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.