Actions
Bug #38964
closed$_EXTKEY not available in global scope in ext_tables.php
Start date:
2012-07-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since changing the ext_tables.php handling to use the caching framework $_EXTKEY is not available in global scope anymore.
This leads to issues when f.e. registering custom navigation components through t3lib_extMgm::addNavigationComponent().
Updated by Ingo Renner over 12 years ago
- Subject changed from $_EXTKEY removed from global scope to $_EXTKEY not available in global scope in ext_tables.php
Updated by Gerrit Code Review over 12 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 http://review.typo3.org/12807
Updated by Ingo Renner over 12 years ago
How to test:
- Install the demo extension attached here: http://bugs.typo3.org/view.php?id=16408
- without the patch the navigation components do not load
- clear the configuration cache, reload backend
- navigation components should load
Updated by Ingo Renner over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4dd7a32c3a71313d6149b5ce0d774e4608e0030e.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions