You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install your Extension in the latest github version at an TYPO3 10.4.21 (classic installation, php 7.2.23) and open a page with the plugin I got the following error when entering the frontend:
When I install your Extension in the latest github version at an TYPO3 10.4.21 (classic installation, php 7.2.23) and open a page with the plugin I got the following error when entering the frontend:
(1/2) #1278450972 TYPO3\CMS\Extbase\Reflection\Exception\UnknownClassException
Class Webschmiede\SessionPopup\Controller\PopupController does not exist. Reflection failed.
(2/2) #-1 ReflectionException
Class Webschmiede\SessionPopup\Controller\PopupController does not exist
In my case I changed
ext_localconf.php
8: in 'KKSoftware.SessionPopup',
and in
Classes/Controller/PopupController.php
2: in namespace KKSoftware\SessionPopup\Controller;
The text was updated successfully, but these errors were encountered: