Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drupal 8 Suddenly redirects to /core/install.php

I was working on updating some contents on my website and suddenly it keeps redirect to www.example.com/core/install.php and gives me this message: "Drupal already installed" . I don't know what is the reason because it was working fine.

like image 584
Byte Developer Avatar asked May 16 '26 20:05

Byte Developer


1 Answers

Maybe it's file permission problem. Try to set the owner of the web-root of Drupal installation:

chown -R YOUR-USER:WEBSERVER-USER .

Especially it's file permission problem of the settings.php. If the web server can't read this file, the new install process is started and redirects to /core/install.php

If it helps so you can go on with more secure file permission setting described here: https://www.drupal.org/node/244924

like image 123
Hermann Schwarz Avatar answered May 19 '26 13:05

Hermann Schwarz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!