inconsistent password and user permissions.
Posted: 01 Jul 2007, 22:43
version 17
issue 1.
worked with passwords.php and ensured all files and folders set to 777
If i add a couple restricted users and my password in there not all work.
if i rearrange them some more start to work.
leave guest on the BOTTOM all work.
issue 2.
restricted users. I have multiple groups with multiple folders.
admin works fine most of the time.
groups and folders structure:
-- Aria
---- folder1
---- folder2
-- Home
---- hfolder1
---- hfolder2
user
$data['password1'] = 'content/Aria/';
He cannot upload to folder1 under Aria
change him to
$data['password1'] = 'content/Aria/folder1/';
and he can upload to folder1 but nothing else. (which would be right)
Any ideas on these issues?
issue 1.
worked with passwords.php and ensured all files and folders set to 777
If i add a couple restricted users and my password in there not all work.
if i rearrange them some more start to work.
leave guest on the BOTTOM all work.
issue 2.
restricted users. I have multiple groups with multiple folders.
admin works fine most of the time.
groups and folders structure:
-- Aria
---- folder1
---- folder2
-- Home
---- hfolder1
---- hfolder2
user
$data['password1'] = 'content/Aria/';
He cannot upload to folder1 under Aria
change him to
$data['password1'] = 'content/Aria/folder1/';
and he can upload to folder1 but nothing else. (which would be right)
Any ideas on these issues?