Page 1 of 1

ajaxplorer unable to upload files

Posted: Sun Jan 30, 2011 3:16 pm
by itfarmer
I installed ajaxplorer i can login, download files etc but cannot upload.

I have all the rights for the shares configured correctly in ajaxplorer (i believe) 0775 same in hda (fedora) the directories have 0775.

When I change the hda shares in fedora to 0777 I can upload. Should they be 0777?

Thanks
H.

Re: ajaxplorer unable to upload files

Posted: Mon Jan 31, 2011 5:57 am
by bigfoot65
Probably correct. Please file a bug at bugs dot amahi dot org so we can look into this further.

Re: ajaxplorer unable to upload files

Posted: Mon Jan 31, 2011 8:03 am
by radioz
bigfoot:

Permissions of 0775 should be sufficient. I don't think it is a good idea to make shares world writeable.

Each user should already be a member of the 'users' group.

You can check this with:

Code: Select all

groups <username>
In addition, apache should also be configured as a member of 'users'. Verify this with:

Code: Select all

groups apache
If this is not the case, make sure to add apache to the users group.

I think this should allow ajaxplorer to work.