Bug #38031
2.3.0 Fails to load projects
| Status: | Closed | Start date: | 2012-06-14 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Backend Interface | |||
| Target version: | - | |||
| Votes: | 0 |
Description
After updating to 2.3.0 on Typo3 4.7.1 I get the following error when I click on load:
#1313855175: The action "generateCode" (controller "BuilderModule") is not allowed by this plugin. Please check Tx_Extbase_Utility_Extension::configurePlugin() in your ext_localconf.php.
If I add the action "generateCode" at ::registerPlugin(), it (correctly) ends with the message that this action does not exist. I went back to v2.2 where this error does not occur.
History
Updated by Nico de Haen 12 months ago
Hmm,
1. The extension_builder is a module and not a plugin.
2. generateCode action should only be called when saving, not when loading
Maybe it's a cache issue(especially in Chrome that often happens).
Please emty explicitly the browser cache after upgrading
Updated by Nico de Haen 11 months ago
- Status changed from New to Needs Feedback
Did clearing the cache help?
Updated by Andreas Kiessling 10 months ago
Nico de Haen wrote:
Did clearing the cache help?
For me, it did. Had the same error in Firefox after updating.
Thanks a lot for the hint!
Updated by Nico de Haen 8 months ago
- Status changed from Needs Feedback to Closed