I'm getting a 500 Internal Server Error while trying to install Bolt.
- First time Bolt user (been using Drupal for a few years).
- I'm running on a VPS (with cPanel/WHM).
- PHP version 5.4.37, Apache version 2.4.12
- PHP memory_limit = 128M
- PDO extension, curlssl extension, and GD extension are enabled
- Chrome version 40.0.2214.111
- mod_rewrite, SQLite, and MySQL 5.6.22
- Downloaded the latest version and installed the traditional way (FTP)
- Unzipped and updated permissions
- .htaccess is there and looks the same as the one referenced on the Bolt installation page
- I tried MySQL database and as-is to use SQLite database
- Checked host configuration and AllowOverrides is enabled
- tried enabling RewriteBase in .htaccess as well as the "FallbackResource /index.php" method
- Bolt is in the root directory (not a subfolder)
- I have PHP compiled as FCGI with suEXEC on and Ruid2 off.
All I get is the 500 Internal Server Error. What am I missing?
Looks like I just figured it out.
I disabled "Zend Guard Loader" on my VPS (cPanel/WHM >> EasyApache) and now I'm good to go!