Jump to content

Recommended Posts

this is my script here:

 

http://pastebin.com/m7661b1ea

 

the problem is that when i click register i get the following errors:

 

nternal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Link to comment
https://forums.phpfreaks.com/topic/183031-register-script-problem/
Share on other sites

This isn't the right forum for help with third party scripts such as this, but in general, Internal Server Errors are caused by malformed CGI scripts or invalid directives in your .htaccess file, etc.

 

Have you done anything with your Apache configuration that could be throwing this error?

You likely got a fatal parse or fatal runtime error and nothing was output on the page in response to the http request.

 

If you learn php, develop php code, and debug php code on a system with error_reporting set to E_ALL and display_errors set to ON in your master php.ini, php will display all the errors it finds.

 

You also might have a problem in a .htaccess file. Did you do what the error suggested -

More information about this error may be available in the server error log.
This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.