Page 1 of 1

Error: You don't have the permission to save for this folder

Posted: 13 May 2008, 09:51
by jamyshaw
Hi,

I get the following error with permissions when trying to create descriptions... "Error: You don't have the permission to save for this folder". However, I have set the content and subfolders all to 777 CHMOD access?

I used to be able to do it as you can see if you follow the menu "web" and then view images in "benninghoff" which have descriptions. But now I can't??

The location is www.jamesshaw.co.nz

Any ideas? Thanks.

Posted: 13 May 2008, 12:38
by jamyshaw
It's OK, I figured it out.

Seems my password was set to
$data['password_here'] = 'admin';
rather than
$data['password_here'] = '*';

Silly me! Easy fix, change to *

Cheers.