Website URL
(please specify the URL of the site on which you are experiencing the problem )
Error Message
(bXCPtMRVuXPc3Ap)
Other Information
The problem is that my site does not redirect the subscriber to complete creating his profile. To be clear, this problem did not appear when the site was running on a local host. I suspect that the problem is in Apache. Perhaps it was not activated, or perhaps there is a problem in the host itself.
(other information and details relevant to your question)
It has nothing to do with Apache and everything to do with your code
You have the disabled
attribute on the submit button so it can’t be clicked
The POST endpoint returns an HTTP 500 error
When trying to access your website, you may see a page which returns the status code “500”. In Google Chrome, you’ll see a page with the error code HTTP ERROR 500.
There are typically two reasons which can cause this error:
The PHP code has crashed.
The .htaccess file contains invalid rules.
Here are some things you can try to debug and fix this.
Fixing crashing PHP code
A HTTP ERROR 500 simply tells you that the PHP code has crashed, but gives no information as to why it has crashed.
Gett…
Also …
The password requirements cannot be seen
Submitting an invalid password seems to brick the forum
Sending an AJAX request to requests.php
every few seconds is a really good way to reach the hits limit and get your account suspended
One of the limits InfinityFree enforces is the “hits” limit. This article explains what a hit is, how you can control your hits usage and what happens if you exceed the limit.
What is a hit?
A hit is a simply request to a file on your website, which can be a HTML or PHP page, an image, a CSS file or something else.
A hit is not the same as a page view, visit or visitor. Visitor can visit your website multiple times, a visit can include multiple page views, and a single page view can include mu…
7 Likes
system
Closed
November 9, 2024, 12:47am
3
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.