Forum

Page not found, update.php/selection, during update procedure Drupal 8 site

Menno
7 August 2016, 21:16
Hi,
The last step of my update of Drupal 8.1.7 to 8.1.8, I need to execute the database update script.
update.php as mentioned https://www.linuxbabe.com/linux-server/drupal-8-update-core
and now running into the issue that it needs to execute php fastcgi code but there is no php extension in linked update.php/selection url
An solution for the same is mentioned in https://www.drupal.org/node/2606180 but the mentioned solutions are not working as is within Hiawatha.
I run the latest Hiawatha server version 10.3 , fastCGI PHP7 with the default urltoolkit for drupal on Debian.
What solutions is possible?
Thanks,
Menno
8 August 2016, 20:06
I did find an temporary solution to have the update.php/selection run with success.
I have updated the "Match /(.*) Rewrite /index.php?q=$1" into "Match /(.*) Rewrite /update.php?q=$1" in the UrlToolkit
Add
NoExtensionsAs = cgi
and changed to standard ExecuteCGI = yes
in the VirtualHost
octavhendra
9 August 2016, 07:37
Hi, Menno. You can use drupal 8 URL Toolkit in this page https://www.hiawatha-webserver.org/forum/topic/2280/#11687
Menno
14 August 2016, 10:56
Thanks!
This topic has been closed.