Drupal ошибка при установке File system The directory sites/default/files is not writable

Drupal ошибка при установке File system The directory sites/default/files is not writable

File system The directory sites/default/files is not writable. An automated attempt to create this directory failed, possibly due to a permissions problem.


chmod o+w sites/default
chmod 777 -R sites/default/files
cp sites/default/default.settings.php sites/default/settings.php
chmod 777 sites/default/settings.php
cp sites/default/default.services.yml sites/default/services.yml
chmod 777 sites/default/services.yml

После установки не забываем убрать лишние права http://drupal.org/server-permissions

chmod 755 sites/default/services.yml
chmod 755 sites/default/settings.php

=====
-7.x-x.x.tar.gz does not contain any .info.yml files.

Drupal 7 > Drupal 8
***.info > ***.info.yml
template.php > MYTHEME.theme
template_name.tpl.php > template_name.html.twig

Добавить комментарий

Ваш адрес email не будет опубликован.