TYPO3 Exception 1289918325¶
Note
Below, the TYPO3 community may have provided additional information or solutions for this exception. However, these may or may not apply to your particular case. If you can provide more information, you should come back here and add your experience and solution steps to this issue once you have resolved it.
General TYPO3 troubleshooting tips can be found in the section “Troubleshooting” of the menu, and live support is available in the TYPO3 Slack channel #typo3-cms.
To add your experience, click “Edit on GitHub” above and follow the “Edit on GitHub” workflow. Also check out our tip on Coding Style and reST.
#1289918325: Module ‘my_module’ is not configured.¶
This message appears when trying to load a module from BE context
menu. The module was configured in Route.php
and loaded via
BackendControllerHook
.
This problem appears when changing a module name or when old module names are still cached (for example when upgrading the TYPO3 core or extensions).
The solution is to clear all caches (either via the install tool or if that
does not help via manually removing the files in typo3temp
).