Bug #51733
closedFatal Error in Install Tool after Upgrading from 6.0.8 to 6.0.9
100%
Description
After Upgrading from 6.0.8 to 6.0.9, I cannot run the "Migrate all file relations from tt_content.image and pages.media" upgrade wizard. It fails with following fatal error:
Fatal error: Call to a member function isAdmin() on a non-object in /path/to/TYPO3/6.0.9/typo3/sysext/core/Classes/Resource/Security/StoragePermissionsAspect.php on line 76
Updated by Christian Futterlieb about 11 years ago
This applies for TYPO3 6.1.4 as well
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23621
Updated by Helmut Hummel about 11 years ago
Christian Futterlieb wrote:
This applies for TYPO3 6.1.4 as well
Can you check if https://review.typo3.org/23621 solves your problem?
Don't forget to clear the cache (typo3temp/Cache/) after applying the fix, as ext_localconf.php files are cached.
Updated by Ernesto Baschny about 11 years ago
- Category changed from Install Tool to 1394
Updated by Bas van Beek about 11 years ago
The following patch: https://review.typo3.org/23621 fixed the issue with the error:
mod_fcgid: stderr: PHP Fatal error: Call to a member function isAdmin() on a non-object in typo3_src-6.1.4/typo3/sysext/core/Classes/Resource/Security/StoragePermissionsAspect.php on line 76
(TYPO3 4.1.4)
Updated by Ernesto Baschny about 11 years ago
- Target version set to next-patchlevel
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23621
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/23653
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/23654
Updated by Helmut Hummel about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 990cd92c729d0c70142eba5b6b4ee8609442fb23.
Updated by Ernesto Baschny about 11 years ago
- Category changed from 1394 to File Abstraction Layer (FAL)