Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm a complete Drupal newbie trying to install Drupal 8 for the first time on a new server with Ubuntu 18.04, Apache 2.4, MariaDB 10.1 and php 7.2. I downloaded the software using composer as indicated in section 3.5 of the online User Guide. Next,in section 3.7, it says to go to the URL I set up for the site, where I should find an installation page. When I do this, I get an index of the directory with these files and directories in it:
I have two custom content types and forms to create them (so the user can just fill the form to create a node, which is also a taxonomy term).
For example - I have a custom content type Person - and user can fill name, birth date, occupation, etc. After saving it becomes a taxonomy term of Persons dictionary.
The same with Project - Projects dictionary.
The problem is that I need to add the ability for the user to fill info about projects inside a Person form and vice versa.
When logged in user is coming on the website where maintenance mode is switched on he is logged out. I know this behaviour is intended and stored in Drupal\user\EventSubscriber\MaintenanceModeSubscriber , my question is - why is it so?
Why need to logout user that is visiting website in maintenance mode.