-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
I've got the following error after installing and enabling this extension:
TYPO3 Fatal Error: Extension key "realurl" is NOT loaded!
This EXT was installed by
$ composer req dmitryd/typo3-realurl
The PackageStates.php includes
<?php
return [
'packages' => [
'typo3_realurl' => [
'composerName' => 'dmitryd/typo3-realurl',
'state' => 'active',
'packagePath' => 'typo3conf/ext/typo3_realurl/',
'suggestions' => [],
],
],
'version' => 4,
];
My environment is:
- TYPO3 7.6.45
- PHP 7.1.22
I hope you can help me and point out my mistake.
Metadata
Metadata
Assignees
Labels
No labels