[TYPO3-english] [TYPO3 6.2] backend files browsing error : You are not allowed to create directories in the folder "

bernd wilke t3ng at bernd-wilke.net
Tue Jul 8 16:34:57 CEST 2014


Am 08.07.14 14:00, schrieb Jerome P:
> Hello everyone,
>
> I have a really annoying error in the TYPO3 BE, that I get everytime I
> want to browse/list files of the TYPO3 installation.
> The "Filelist" module page, as well as the window opened when I click a
> "browse" button (for browsing files only ; browsing pages/links is OK),
> are displaying the following TYPO3 error :
>
>         Oops, an error occurred!
>         You are not allowed to create directories in the folder "/"
>         More information regarding this error might be available online.
>
>         (online = http://wiki.typo3.org/Exception/CMS/1323059807)
>
> It happened the first time during the 6.1 -> 6.2 upgrade wizard, at step
> "Migrate all RTE magic images from uploads/RTEmagicC_* to
> fileadmin/_migrated/RTE/". I suppose this step/wizard was still here
> because during 6.0 -> 6.1 there were some warnings remaining => some
> files weren't migrated, because they were not found : but these files
> didn't exist anymore, so it's not suprising...
> But I was able to execute the next steps, update the database, etc...

[...]
>
> Apparently, this function thinks that the default processing folder
> doesn't exist ; but that's not true, I have /fileadmin/_processed_/ and
> /typo3temp/_processed_/ folders !
> After that, it obviously try to create the processing folder with
> createFolder(), without giving its parent folder.
> So createFolder() call getRootLevelFolder() to know its path, and it
> seems that "/" is returned, the server root... obviously, the webserver
> doesn't have permissions to create files inside the root, and the
> checkFolderActionPermission() call fails.

what entries do you have in the file_storage-record(s)?
maybe the conversion missed to fill in appropiate folders for the 
processed files?

> Surprisingly, all these problems doesn't affect the t3quixplorer
> extension ; I can use the "Quixplorer" module in the BE without any
> errors, the file tree and all its content is listed, I can browse it.

t3quixplorer does not try to insert thumbnails in processed-folders

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list