Project

General

Profile

Actions

Bug #59033

closed

Invalid Extension key after update

Added by Martin Sonnenholzer almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Categorization API
Target version:
-
Start date:
2014-05-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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.

Actions #1

Updated by Philipp Gampe almost 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.

Actions #2

Updated by Martin Sonnenholzer almost 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 :/

Actions #3

Updated by Martin Sonnenholzer almost 10 years ago

In my opinion this ticket can be closed

Actions #4

Updated by Alexander Opitz almost 10 years ago

  • Status changed from Needs Feedback to Closed
Actions

Also available in: Atom PDF