Prerequisite Problems - ./uploads/customer_files is not writable

When going through the initial set up under the prerequisites page I get the failure shown above. My htaccess is shown below. Please let me know what you think my problem is. Thanks.

    <IfModule mod_rewrite.c>

  RewriteEngine On
  #RewriteBase /subfolder
  RewriteRule ^index\.php$ - [L]
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule . /index.php [L]
  
  ## Remove the hash in front of the following two lines if you want to force HTTPS
  #RewriteCond %{HTTPS} off
  #RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
  
</IfModule>

Just create the folder and set it to writable.

I have done that but it did not change the error. I used sudo chmod +w /Applications/MAMP/htdocs/A/uploads/customer_files … any other suggestions? I appreciate the help.

Try to refresh the browser with Ctrl+F5

It will be better to add this folder in the project source to avoid such problem … no ?

1 Like

Yes, why is this folder not included in the download archive? Must be a mistake.

The folder will be included in the next release.

1 Like