Clicking sign up button gives me a 404

https://grlive.rf.gd/register/
Idk why but when you click the “Sign Up” button it brings you to a 404 page I didn’t make.
Please help me. - It’s Dolphin. P.S. How do I make and insert my own custom error page.

Well, you do have a lot of errors. As for custom error pages, you will have to figure out how to do that with the software you are using, same with the signup error. It looks like you have a lot of missing files, so make sure everything is uploaded correctly and in the right spot.

Error information

Errors come from the network and error tab upon submission of the fourm.

GET https://grlive.rf.gd/errors/ec404.html 404
8Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure element '<URL>'. This request was automatically upgraded to HTTPS, For more information see <URL>
ec404.html:5 Mixed Content: The page at 'https://grlive.rf.gd/errors/ec404.html' was loaded over HTTPS, but requested an insecure stylesheet 'http://404tutorial.com/2.css'. This request has been blocked; the content must be served over HTTPS.
ec404.html:6 Mixed Content: The page at 'https://grlive.rf.gd/errors/ec404.html' was loaded over HTTPS, but requested an insecure stylesheet 'http://404tutorial.com/1.css'. This request has been blocked; the content must be served over HTTPS.
ec404.html:200 A parser-blocking, cross site (i.e. different eTLD+1) script, https://secure.statcounter.com/counter/counter.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
(anonymous) @ ec404.html:200
ec404.html:200 A parser-blocking, cross site (i.e. different eTLD+1) script, https://secure.statcounter.com/counter/counter.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
(anonymous) @ ec404.html:200
DevTools failed to load SourceMap: Could not load content for chrome-extension://pgjjikdiikihdfpoppgaidccahalehjh/webspeed.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
ec404.html:58 GET https://404tutorial.com/kb.png net::ERR_CONNECTION_REFUSED
ec404.html:64 GET https://404tutorial.com/search.png net::ERR_CONNECTION_REFUSED
ec404.html:70 GET https://404tutorial.com/premium.png net::ERR_CONNECTION_REFUSED
ec404.html:76 GET https://404tutorial.com/cpanel_whm1.gif net::ERR_CONNECTION_REFUSED
ec404.html:1 GET https://grlive.rf.gd/errors/ec404.html 404
1 Like

Is working for me

Entering creditenials and clicking “sign-up” works?

In the code, you can see the form is submitted to the URL register.php. Since this is a relative URL, browsers interpret this as https://grlive.rf.gd/register/register.php, and no such script exists on your site.

Please check whether that URL is correct, whether the script has been uploaded and whether all the names match.

2 Likes

It’s supposed to error if you have invalid credentials.

I put index.php

Ceck the folders

They’re in the same folder

which ones?

Admin means that is the path correct, not the URL. He is saying that the file /register/register does not exist, and that is the file being called on upon forum submission. You need to either change your URL upon submission, or upload the file that is supposed to be in the /register/register location.
Thanks.

File manager is not loading. It can’t read a line from the socket it’s saying.

Um seems like there is some stuff I can’t see. Is there a browser that allows me to see PHP?

I think both the file manager and PHP are not working right now due to internal issues. And no, you cannot see PHP code on the client end.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.