evoWeb / store_finder

Store finder extension for TYPO3
GNU General Public License v2.0
2 stars 9 forks source link

No Content Object definition found at TypoScript object path "tt_content.list.20.storefinder_show" #24

Closed wechselstroom closed 4 years ago

wechselstroom commented 4 years ago

in version 4.1.1 the show plugin is not registered and typo3 throws an exception. (see title)

fix is to register the show plugin by adding the following code to ext_localconf.php:

\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( $extensionName, 'Show', [$mapController => 'show'], [$mapController => 'show'] );

garbast commented 4 years ago

Is in addition to develop in branch dev-4.x available