Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Permissions and extensions
I am a newbie and it feels like a miracle that I actually have a forum up and ready to go. A number of my extensions are not working. I read the troubleshooting and understand that this usually has to do with permissions. I think I understand what to do, but need to clarify.
In the Troubleshooting section it says:
Vanilla saves configuration settings to the conf/settings.php file instead of the database in order to keep the application lean and fast. In order to allow Vanilla to make changes to those files, you must give your web server permission to write to the conf files. ...
In order to fix these problems there are two methods for linux/unix servers. You either need to chmod the files so that the web server has permission to edit them, or you need to chown the files so that the web server owns the files and can retain full control over them.
You can chmod the files so that they are wide open to all users on the server with a command like:
chmod --recursive 777 /path/to/vanilla/conf/
Here is where I need clarification: Using my ftp client, Cyberduck, do I simply go to "Send Command" , write "chmod --recursive 777 /path/to/vanilla/conf/" and hit send?
Is it that simple? Any help would be greatly appreciated. Thanks
0
This discussion has been closed.
Comments
Are you sure it needs to be 777? I am away from my access point at the moment, maybe someone else can chime in?
OK mate, just downloaded and installed Cyberduck.
To set permissions...
1. In the list, select the file or folder you want to change permissions on
2. Right-click or control-click
3. Select "Info" from the menu that pops up
4. Set the permissions there
Some permissions may be referred to as rwxrwxrwx but this translates to 777
Experiment with the check boxes to get the settings you need.
Oh and there is the "Apply changes recursively" option too.
Cyberduck is not the best FTP client out there but it's free and seems to do an OK job until you out-grow it.
Sorry this took so long, I'm chained to a useless Windows box all day!
Posted: Saturday, 27 October 2007 at 9:04AM
Posted: Thursday, 1 November 2007 at 6:34PM
Maybe a more technically aware person could shed more light but that's it in a nutshell.