Bug #23195
closedupdate to version 4.4.0 Typo3 User have no premesions to write files in filelist
0%
Description
We try to update our 4.2.12 installation to 4.4.0; Everything works fine but backend-user with filemountpoints and correct write-premission could not upload, copy or delete files into fileadmin.
Error: 1: You are not allowed to upload files!
There is no problem with the filesystem premissions because Typo3 Admins can upload files into the fileadmin and the installtool show use everything is fine.
(issue imported from #M15135)
Updated by Chris topher over 14 years ago
Go to the Install Tool, Update Wizard.
Did you do a compare? After having done so, there should stand "Everything OK". Is that the case?
Updated by David Maier over 14 years ago
Everything is green there, any other ideas?
Updated by Mathias Schreiber over 14 years ago
did you check if the update somehow messed up the file-flags in die user record?
Same problem came up when the flag field was introduced in... um.... let's say I was young :)
Updated by David Maier over 14 years ago
The file-flags in the backend User Settings are the same like in the be_user table field fileoper_perms.
for example fileoper_perms: 7 = backend User Setting: move, copy, edit... and unzip files and move.. directory.
Updated by Georg about 14 years ago
exactly the same here.
any ideas or solutions?
Updated by David Maier about 14 years ago
I have solved the problem.
In my case the extension KB TSConfig Conditions was already installed. After uninstalling this extension everything works fine.
Updated by Georg about 14 years ago
thanks very much.
the problem is that the fileoper_perms don't be set in the xclass-functions fetchGroupData().