perusio / drupal-with-nginx

Running Drupal using nginx: an idiosyncratically crafted bleeding edge configuration.
855 stars 246 forks source link

Problems doing drupal 8.x browser install #279

Closed graham00 closed 6 years ago

graham00 commented 6 years ago

I'm trying to do a fresh drupal 8 install via composer with, and I'm having trouble during install.

If I use a simple nginx config, it proceeds without issues. If I put this config in place afterwards, everything works fine, but if I try to install with this config (_first uncommenting all #include apps/drupal/drupalinstall.conf) from /etc/nginx/sites-available/*.conf and then restarting all services) I get the following behavior:

  1. Open http://mysite.com
  2. Get redirected to http://mysite.com/core/install.php
  3. Get a white (blank) page

I've spent countless hours trying to enable every php, nginx, etc error log I can find, but I can't get anything to throw an error at this point and I don't know how to proceed further.

I found this issue here, and when I make that change I can get further in the web install wizard. After I go through the database setup page, however, I get redirected to: http://mysite.com/install.php?q=/core/install.php&langcode=en&profile=standard&id=1&op=start

...and I'm back at another blank white page with no errors being thrown anywhere. Any suggestions would be appreciated. Thanks

graham00 commented 6 years ago

I'm still not sure what was going on, but I pulled bits and pieces from all the confs and made a single large conf for my own scenario, and after a lot of tweaking everything is working where it should and locked down otherwise. Sorry I wasn't able to pinpoint what was going on beyond that.

I'm going to go ahead and close this. Thanks