General discussion
Help installation

I just downloaded the site files, and when i started to install it said to me

Uh oh, a problem occured!| 

Please make following files/folders writable
sites/default/config.php
sites/default/assets/img/attachments/
sites/default/assets/img/cats/
sites/default/assets/img/cats/icons/
sites/default/assets/img/profiles/
sites/default/assets/img/profiles/icons/
sites/default/assets/img/smileys/
cache/

I don't understand any of this stuff but I think it has to do with htaccess, this is what i have in it:

<IfModule mod_rewrite.c>
  Options +FollowSymlinks
  Options +Indexes
  RewriteEngine on

  # if your app is in a subfolder
  #RewriteBase /my_app/ 

  # test string is a valid files
  RewriteCond %{SCRIPT_FILENAME} !-f
  # test string is a valid directory
  RewriteCond %{SCRIPT_FILENAME} !-d

  RewriteRule ^(.*)$   index.php?u=/$1    [NC,L,QSA]
  # with QSA flag (query string append),
  # forces the rewrite engine to append a query string part of the
  # substitution string to the existing string, instead of replacing it.
</IfModule>

AddType text/css .less
AddType image/svg+xml svg svgz
AddEncoding gzip svgz

<IfModule mod_deflate.c>
  <FilesMatch ".(js|css|html|php|txt)$">
    SetOutputFilter DEFLATE
  </FilesMatch>
</IfModule>

How do i fix this?

I just downloaded the site files, and when i started to install it said to me ```` Uh oh, a problem occured!| Please make following files/folders writable sites/default/config.php sites/default/assets/img/attachments/ sites/default/assets/img/cats/ sites/default/assets/img/cats/icons/ sites/default/assets/img/profiles/ sites/default/assets/img/profiles/icons/ sites/default/assets/img/smileys/ cache/ ```` I don&#039;t understand any of this stuff but I think it has to do with htaccess, this is what i have in it: ```` &amp;lt;IfModule mod_rewrite.c&amp;gt; Options +FollowSymlinks Options +Indexes RewriteEngine on # if your app is in a subfolder #RewriteBase /my_app/ # test string is a valid files RewriteCond %{SCRIPT_FILENAME} !-f # test string is a valid directory RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*)$ index.php?u=/$1 [NC,L,QSA] # with QSA flag (query string append), # forces the rewrite engine to append a query string part of the # substitution string to the existing string, instead of replacing it. &amp;lt;/IfModule&amp;gt; AddType text/css .less AddType image/svg+xml svg svgz AddEncoding gzip svgz &amp;lt;IfModule mod_deflate.c&amp;gt; &amp;lt;FilesMatch &quot;.(js|css|html|php|txt)$&quot;&amp;gt; SetOutputFilter DEFLATE &amp;lt;/FilesMatch&amp;gt; &amp;lt;/IfModule&amp;gt; ```` How do i fix this?
Hi, I had this issue before with a different script and different host. There is a area in your cpanel which gives you the options to write edit and lock files.. Normally given to have some scripts not able to abuse or to prevent SQL injection(hacking) Youtube search &quot;how to make files writable in cpanel&quot; you should find a video after looking through a few. Basically you have to let the server modify this files without direct user influence, Good luck mate -scooby *typing on a phone atm*
edited Jan 11 '15 at 9:33 am

Did changing permissions to 666 solve your problem ?

If not try changing the permissions to 777.

Did changing permissions to 666 solve your problem ? If not try changing the permissions to 777.
414
4
3
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft