Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Installation Issue: Some of your folders do not have the correct permissions.

Doing a clean install of Vanilla 2. Getting the following error below:

Some of your folders do not have the correct permissions.

Using your ftp client, or via command line, make sure that the following permissions are set for your vanilla installation:
chmod -R 777 /var/www/html/vanilla/conf
chmod -R 777 /var/www/html/vanilla/uploads
chmod -R 777 /var/www/html/vanilla/cache
Running:
Apache/2.2.17 (Fedora)
PHP Version 5.3.6
Mysql 5.5.14

pdo.so and pdo_mysql.so explicitly defined by path in php.ini
vanilla installed to /var/www/html/vanilla which I've down the following things to try to resolve the permission issues.
chmod -R 777 /var/www/html/vanilla/{conf, uploads, cache}
chmod -R 775 /var/www/html/vanilla
chown -R apache:apache /var/www/html/vanilla
edited the .htaccess file in /var/www/html/vanilla to have correct path for RewriteBase

Answers

Sign In or Register to comment.