Quote:
04/06/2012 20:50:36: MDTM 20120604195035 SBSE____.9F5
04/06/2012 20:50:36: 550 SBSE____.9F5: Permission denied (config file). ----- this bit here
|
Yup that's clearly a disabled permission in the config file (the default).
Check the [VFS] section... You probably have the default
Code:
TimeStamp = /* !*
TimeStampOwn = /* !*
and you probably want something like
Code:
TimeStamp = /* 1M
TimeStampOwn = /* *
or something like that. Or consider leaving the TimeStampOwn disabled and just enable the override I mentioned before that only allows setting the last file just uploaded by a user which is sufficient for almost all normal users.