Bug #36400
Use configured fileadminDir instead of hardcoded "fileadmin"
| Status: | Resolved | Start date: | 2012-04-21 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Trying to migrate an installation to FAL that uses a custom fileadminDir fails as the update wizard creates folders in fileadmin but then checks in the configured fileadminDir for them.
Uncaught TYPO3 Exception
t3lib_file_exception_FileDoesNotExistException thrown in file
/var/www/core/t3lib/file/Driver/AbstractDriver.php in line 407.
8 t3lib_file_Driver_AbstractDriver::getFile("_migrated/media/back_all.jpg")
(fileadminDir is = zeug, the file actually exists in fileadmin/_migrated/media/back_all.jpg, but the absoluteBasePath in the LocalDriver (line 679) uses the correct "zeug" for the search).
History
Updated by Andreas Wolf about 1 year ago
- Status changed from New to Needs Feedback
Has been fixed with commit b1ac2876fa77554d1bcab66a2cff05efdd9223f8.
Updated by Ingmar Schlecht about 1 year ago
- Status changed from Needs Feedback to Resolved