Internal Server Error after CPANEL install...

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
mykl

Internal Server Error after CPANEL install...

Post by mykl »

After installing 1.22 using http://wiki.cmsmadesimple.org/index.php ... ing_cPanel

and trying to run www.website.com/cms/ or www.website.com/cms/install/index.php I received the error below following:


Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@website.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.


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

--------------------------------------------------------------------------------

Apache/1.3.37 Server at www.website.com Port 80


I have also used http://wiki.cmsmadesimple.org/index.php ... ck_Install to change permissions to 777 or 666 like on documentation???

Help???


Mykl
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Internal Server Error after CPANEL install...

Post by calguy1000 »

Code: Select all

More information about this error may be available in the server error log
What does your error log say?
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
User avatar
kermit
Power Poster
Power Poster
Posts: 693
Joined: Thu Jan 26, 2006 11:46 am

Re: Internal Server Error after CPANEL install...

Post by kermit »

a couple common sources of 500 errors:

check your error log.... if you see entries such as this:
[2007-12-01 02:43:18]: error: directory is writable by others: (/home/username/public_html/install)

you need to unset write permissions for 'group' and 'other', as php in a cgi or suexec environment won't run a script if it or its directory is writable by 'group' or 'other' -- in these cases, you'd use 755 not 777 for directories and 644 for files.


also ensure you don't have any php settings in .htaccess if php runs as cgi.


NOTE: i have noticed filemanager preserving some funky permissions embedded in the zip files as downloaded from cmsmadesimple.org. these permissions have caused problems with php running as cgi as some directories that should not be writable by 'group' or 'other' are set as writable in the zip file. what i do is extract a distribution archive on a local windows pc then rezip the contents of (but not the directory itself) the 'cmsmadesimple' directory with WinRAR, then i upload the new zip (not rar) file into the directory that will become the cmsms root and use cpanel's filemanager to extract. if php runs as your user (php5/cgi here), there are then NO permissions to change on cmsms files or directories, all you need to do is create the database and assign a user to it, create config.php, and start the install script.
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Locked

Return to “[locked] Installation, Setup and Upgrade”