After using Drupal 6 for 3 years, Drupal 7 has come as a disappointment to me.

The moment I try to access the site with setup files, I get an Internal 500 Server error.

Is there any place where we can find a list of required server modules or features? I can't find any helpful info in Install.txt file for D7.

Comments

jaypan’s picture

Check your server logs and they will tell you what the error is.

Contact me to contract me for D7 -> D10/11 migrations.

kiwibytes’s picture

There is nothing in Apache logs, only access logs have info.

Ramblr’s picture

Did you by any chance try to turn off the register globals by uploading code into your .htaccess file? That may be the reason. I got a 500 error because of that. The best thing to do is actually go into your cpanel and look for php.ini QuickConfig. You can go in there and easily turn off the register_globals. Oh, and remove the line of code in the .htaccess file.

Hope I was able to help!

kiwibytes’s picture

I did have register globals off in PHP.