By scuzzyworks on
I have been trying to install Drupal 8 on my shared server and keep running into the same issue. I get through the install just fine and when I go to view the site I get 500 error. Tried with a clean install of Drupal 8 and a Drupal 8 Spark distro as well. It's not throwing anything into the log and I've tried all the normal .htaccess stuff I usually do like uncomment Rewrite Base and whatnot.
Any help would be much appreciated.
Comments
Figured it out...
I turned on display erros in my php.ini and it said I need to disable magic quotes. Just add the following to your php.ini and you'll be good to go.
magic_quotes_sybase = Off
magic_quotes_runtime = Off
magic_quotes_gpc = Off
Got 500 Internal Server Error while installing drupal 8
Hey,
I have wampserver 2.0, php with 5.3, and MySql with 5.3, i am installing Drupal 8 in my server but its gets
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost 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 don't know why i am getting this error, i already un-comment the .htaccess files ( RewriteBase /) still i get same error, Any help would be appreciated.
Thank You
PHP to be upgraded
Hi Samra,
Minimum requirement for Drupal 8:
PHP: PHP 5.5.9 or higher
MySQL: MySQL 5.5.3
(Refer: https://www.drupal.org/requirements)
Please upgrade and then your error might be resolved.
Thanks!
Drupal 8 Install issues
I have encoured the same problem and i got the same message as samra195.
Help us please.
PHP/MySQL to be upgraded
Hi Akimana,
Minimum requirement for Drupal 8:
PHP: PHP 5.5.9 or higher
MySQL: MySQL 5.5.3
(Refer: https://www.drupal.org/requirements)
Please upgrade and then your error might be resolved.
Thanks!