my site: http://yuanzhong.webfactional.com/ I just restart the sever, right now. Then I saw:Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [no address given] 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. Any help will be greatly appreciated. Thank youasked 26 Jan '11, 09:34 yuanzhong |
DEBUG = True in my settings.py. But no error be printed to the screen. By looking at the error logs, I solved the problem. (I forgot to upload the application I need to which led to an import error) Thank you very much. answered 26 Jan '11, 09:57 yuanzhong |
You can find the cause of the error two ways:
You can turn on DEBUG in your settings.py. This will print the error to the screen.
You can check your error log (~/logs/user/error_<appname>.log).
Have you tried either of these?