500 Internal Server Error

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
ellaissad
Forum Members
Forum Members
Posts: 48
Joined: Wed Jul 11, 2007 6:41 pm

500 Internal Server Error

Post by ellaissad »

I just downloaded version 1.1 and uploaded the files to the server and ran index.php. It gave me a 500 internal server Error.

Any ideas? ???

I have installed 1.0.8 before for the same web host and everything work fine.

I haven't point this web server to any particular domain name yet (still user the web hosting default domain..)
can that be the problem?

Operating system  Linux
Apache version 1.3.37 (Unix)
PERL version 5.8.8
PHP version 4.4.7
MySQL version 5.0.27-standard


Thanks so much!
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: 500 Internal Server Error

Post by tsw »

and what does apache log say?
ellaissad
Forum Members
Forum Members
Posts: 48
Joined: Wed Jul 11, 2007 6:41 pm

Re: 500 Internal Server Error

Post by ellaissad »

Premature end of script headers: /home/advan64/public_html/index.php

???
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: 500 Internal Server Error

Post by tsw »

probably broken upload
ellaissad
Forum Members
Forum Members
Posts: 48
Joined: Wed Jul 11, 2007 6:41 pm

Re: 500 Internal Server Error

Post by ellaissad »

I have tried re-upload.. same thing happen.
Maybe I should use some other ftp program??
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: 500 Internal Server Error

Post by tsw »

maybe
ellaissad
Forum Members
Forum Members
Posts: 48
Joined: Wed Jul 11, 2007 6:41 pm

Re: 500 Internal Server Error

Post by ellaissad »

I think I found the problem...  :(

Right now the web site is not being pointed to http://www.websiteaddress.com/index.php
It is going to http://www.mywebhost.com/~myaccount/index.php
And this gives me a 500 internal server error.

I tested it with the current working version of my other web site. I visited http://www.myotherwebsite.com/index.php and it works fine. But when I typed http://www.mywebhost.com/~myotheraccount/index.php and it gives me error 500.

The new web site is hosted on a shared server and right now I can't change the DNS to point to this account because the web site will be live and it is nowhere nearly completion. They still have their web site hosted by another company with a similar CMS so I don't think there's a easy way for me to copy or move their existing web site for now while I am building the new one.  :-[

Any suggestions? Any way to easily move the cms database from one ftp to another without destroying the files/data?

please help!!
Pierre M.

Re: 500 Internal Server Error

Post by Pierre M. »

Hello,
ellaissad wrote: Any way to easily move the cms database from one ftp to another without destroying the files/data?
Copy to a new server is in the doc.
Back up, back up, back up.
Rerunning the installer without creating database tables&objects (don't check the box) provides a new config.php for the new server.

Pierre M.
ellaissad
Forum Members
Forum Members
Posts: 48
Joined: Wed Jul 11, 2007 6:41 pm

Re: 500 Internal Server Error

Post by ellaissad »

Thanks for your reply Pierre.
I don't believe the hosting plan allows me to run command stuff or ssh or sftp...

Can I do it manually?
Pierre M.

Re: 500 Internal Server Error

Post by Pierre M. »

Only the small howto uses SSH. But the "basic steps" above the Howto describe the moving process/idea and can be walked through with simple plain old FTP.
Remember : back up, back up, back up, back up...
Pierre M.
ellaissad
Forum Members
Forum Members
Posts: 48
Joined: Wed Jul 11, 2007 6:41 pm

Re: 500 Internal Server Error

Post by ellaissad »

Thank you! I'll try that.
caktux

Re: 500 Internal Server Error

Post by caktux »

Hi,
I just had the same problem over here installing v.1.1. I was also installing cmsms temporarily (http://22.22.22.22/~username/.........) on my host.

here are the logs I had :

[2007-08-07 23:01:29]: error: directory is writable by others: (/home/*****/public_html/install)
[Tue Aug  7 23:01:29 2007] [error] [client 66.130.155.69] Premature end of script headers: /home/*******/public_html/install/index.php

I solved the problem by simply doing a chmod 755 on the install directory instead of the 775 it had after uploading. I had to do the same with the admin/ directory. Hope this helps!
Last edited by caktux on Wed Aug 15, 2007 8:15 pm, edited 1 time in total.
Tealon

Re: 500 Internal Server Error

Post by Tealon »

I had a 500 error by putting a .htaccess file on my server with the following line: php_flag display_errors on
Just replacing the .htaccess file with a blank one, solved the problem.
Locked

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