Search…

X3 Photo Gallery Support Forums

Search…
 
jamyshaw
Topic Author
Posts: 13
Joined: 15 Mar 2008, 17:20

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

13 May 2008, 09:51

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.
 
jamyshaw
Topic Author
Posts: 13
Joined: 15 Mar 2008, 17:20

13 May 2008, 12:38

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.