apache

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

  1. You have the disabled attribute on the submit button so it can’t be clicked
  2. The POST endpoint returns an HTTP 500 error

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
7 Likes

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