Bug #58403
closed
Error while fetching permissions for
Added by Robert Peter over 10 years ago.
Updated about 10 years ago.
Description
When running the 'Migrate all file links of RTE-enabled fields to FAL' wizard in the install tool it shows following exception:
Oops, an error occurred!
Error while fetching permissions for
Files
Please use the Development-Preset in the Install Tool to enable more detailed error reporting.
Please check your webserver error log for entries.
Hey Markus,
Thanks for your answer. I activated the Development settings in Install Tool and the following errors were displayed:
#1319455097: Error while fetching permissions for (More information)
RuntimeException thrown in file
/path/to/typo3_src-6.2.1/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php in line 1097.
16 TYPO3\CMS\Core\Resource\Driver\LocalDriver::getPermissions("/")
00650: }
00651: // Check 4: "Folder permissions" of the driver
00652: $folderPermissions = $this->driver->getPermissions($folder->getIdentifier());
00653: if ($isReadCheck && !$folderPermissions['r']) {
00654: return FALSE;
...
4 TYPO3\CMS\Install\Controller\Action\Tool\UpgradeWizard::executeAction()
3 TYPO3\CMS\Install\Controller\Action\AbstractAction::handle()
2 TYPO3\CMS\Install\Controller\ToolController::dispatchAuthenticationActions()
1 TYPO3\CMS\Install\Controller\ToolController::execute()
Enclosed you'll finde the complete file. Any thoughts on that?
- Status changed from New to Needs Feedback
Thx for the complete output.
I've have a suspicion what happened here.
Looks like there's something strange with your FAL storages.
Can you take a look which storages are there in the DB?
I suspect you have a storage for '/'. If so, please disable that storage.
Background information: The upgrader assumes that you have a storage for 'fileadmin/' as default storage.
Hey Markus,
That was a very useful hint. I deactivated the second record in table "sys_file_storage". Afterwards the wizard performed the mentioned step completely. The question is, why the record "Bilder" was created in table "sys_file_storage" during the update process.
However, many thanks!
I guess you executed some other upgrade wizard first that created this storage.
- Status changed from Needs Feedback to Closed
- Target version deleted (
next-patchlevel)
As the problem was fixed for you and no one else seams to have this issue, I'll close this one.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Also available in: Atom
PDF