Bug #59033
closedInvalid Extension key after update
0%
Description
After I updated my development system from Typo3 6.2.1 to 6.2.2 I got following error trying to get into the backend "No or invalid extension key "" given." With the following Exception Key number 1397836158.
Downgrading did the job for me.
I don't think my extension keys are invalid only difference to the standard way is, that I symlink the extension folders into the typo3conf/ext folder.
Updated by Philipp Gampe over 10 years ago
- Category set to Categorization API
- Status changed from New to Needs Feedback
The error comes from the CategoryRegistry typo3/sysext/core/Classes/Category/CategoryRegistry.php
. Please check your call to this registries add
function. Most likely you are not providing the correct extension key or you do the call from the wrong place.
Please use the mailing list for guidance on how to use the categorisation API.
Updated by Martin Sonnenholzer over 10 years ago
I had the makeCategorizable function call in the TCA files of each model. That fixed the problem, nevertheless breaking change in a path-level update :/
Updated by Martin Sonnenholzer over 10 years ago
In my opinion this ticket can be closed
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed