I'm having issues installing the latest version of OpenChurch...
I run the installer, and during the Install Profile step I get 404 errors as shown in the screenshot. I have not changed anything in the .htaccess, and simply refreshing the page continues the installation. However, when all 142 components are installed it redirects to "/install.php?profile=openchurch&locale=en&id=1&op=finished" which again can't be found. I never get to the point where I set up the admin user or site settings.

memory_limit = 1024M
upload_max_filesize = 128M
post_max_size = 128M
max_execution_time = 3600
max_input_time = 3600
max_input_nesting_level = 500
realpath_cache_size = 2M

phpinfo() shows that all of these settings have taken effect.

The 404s may be a result of high server load on the shared host, but the resulting install.php not found when finished seems to be a config error, I just can't figure out what, and I've tried everything I can think of.

CommentFileSizeAuthor
OpenchurchError2.PNG14.02 KBtottenc
OpenchurchError.PNG52.8 KBtottenc
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tottenc’s picture

Issue summary: View changes
drupalninja99’s picture

Shared hosts are using pretty crummy. You did good in confirming your php configuration as that is usually the issue. I don't suppose you could run the install locally and then upload it to your server via phpMyAdmin?

It looks to me that your install is bombing half way through. Also are you not using the 2x version? The 2x version is definitely recommend over the 1x version.

drupalninja99’s picture

Status: Active » Closed (works as designed)