Jump to content

register script problem


ChrisMartino

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.

Archived

This topic is now archived and is closed to further replies.

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