ChrisMartino Posted November 26, 2009 Share Posted November 26, 2009 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. Quote Link to comment https://forums.phpfreaks.com/topic/183031-register-script-problem/ Share on other sites More sharing options...
nethnet Posted November 26, 2009 Share Posted November 26, 2009 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? Quote Link to comment https://forums.phpfreaks.com/topic/183031-register-script-problem/#findComment-965982 Share on other sites More sharing options...
PFMaBiSmAd Posted November 26, 2009 Share Posted November 26, 2009 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. Quote Link to comment https://forums.phpfreaks.com/topic/183031-register-script-problem/#findComment-965984 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.