I’ve run CI successfully on numerous hosting servers and localhost. I moved a client’s site over to a Media Temple domain from my localhost. I went to my admin login page, signed in and to my surprise I got slapped with:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@s7131.gridserver.com 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.
I went to my log and found the following:
DEBUG - 2007-02-09 15:24:42 --> Config Class Initialized
DEBUG - 2007-02-09 15:24:42 --> Router Class Initialized
DEBUG - 2007-02-09 15:24:42 --> Output Class Initialized
DEBUG - 2007-02-09 15:24:42 --> Input Class Initialized
DEBUG - 2007-02-09 15:24:42 --> XSS Filtering completed
DEBUG - 2007-02-09 15:24:42 --> XSS Filtering completed
DEBUG - 2007-02-09 15:24:42 --> Global POST and COOKIE data sanitized
DEBUG - 2007-02-09 15:24:42 --> URI Class Initialized
DEBUG - 2007-02-09 15:24:42 --> Language Class Initialized
DEBUG - 2007-02-09 15:24:42 --> Loader Class Initialized
DEBUG - 2007-02-09 15:24:43 --> Database Driver Class Initialized
DEBUG - 2007-02-09 15:24:43 --> Session Class Initialized
DEBUG - 2007-02-09 15:24:43 --> Helpers loaded: url
DEBUG - 2007-02-09 15:24:43 --> Helpers loaded: form
DEBUG - 2007-02-09 15:24:43 --> Scripts loaded: menuitems
DEBUG - 2007-02-09 15:24:43 --> Controller Class Initialized
DEBUG - 2007-02-09 15:24:43 --> Model Class Initialized
DEBUG - 2007-02-09 15:24:43 --> Pagination Class Initialized
So it goes through the the app all the way to the Pagination Class. I’m not using any rewrite or .htaccess. Any ideas what might be doing this? I can’t figure it out for the life of me. Thanks!
