Answer the question
In order to leave comments, you need to log in
How to troubleshoot and install drupal8 in LAMP on Ubuntu?
- Installed Ubuntu 18.04.3 LTS - Installed
LAMP:
1) first installed apache2
2) then installed mySQL database
3) then installed php 7.3 and a few additional packages
- Downloaded Drupal8 c from the official site.
-I configured access rights in the terminal so that I could create files through the terminal and folders in the var/www/html
directory -Copied the folder with drupal8 to the var/www/html directory -I
registered the path in the browser and the installation window appeared, but then I got errors:
Requirements problem
Errors found
File system
Writable (public download method)
The directory sites/default/files does not exist. An automated attempt to create this directory failed, possibly due to a permissions problem. To proceed with the installation, either create the directory and modify its permissions manually or ensure that the installer has the permissions to create it automatically. For more information, see INSTALL.txt or the online handbook.
Settings file
The Settings file does not exist.
The Drupal installer requires that you create a ./sites/default/settings.php as part of the installation process. Copy the ./sites/default/default.settings.php file to ./sites/default/settings.php. More details about installing Drupal are available in INSTALL.txt.
Answer the question
In order to leave comments, you need to log in
The directory sites/default/files does not exist. An automated attempt to create this directory failed, possibly due to a permissions problem. To proceed with the installation, either create the directory and modify its permissions manually or ensure that the installer has the permissions to create it automatically. For more information, see INSTALL.txt or the online handbook.
Settings file
The Settings file does not exist.
The Drupal installer requires that you create a ./sites/default/settings.php as part of the installation process. Copy the ./sites/default/default.settings.php file to ./sites/default/settings.php.
More details about installing Drupal are available in INSTALL.txt.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question