The directory sites / default / files is not writable drupal 7

0

my problem is this, I'm installing Drupal 7.5 on RHEL and at the time of installation I get the following error:

  

The directory sites / default / files is not writable. 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 or to ensure that the installer has the permissions to create it automatically. For more information, see INSTALL.txt or the online handbook.

I created the directory sites / default / files and tried with

  • chmod a + w files
  • chmod 777 files
  • chmod 755 files

but I still see the same error, what should I do to solve the error? beforehand thank you for your time greetings.

    
asked by Felipe Andres 12.03.2018 в 16:50
source

0 answers