typo3rel

Results 5 comments of typo3rel

Hi, This is also a Problem with open_basedir. I want to use plugAndPlay but i always get `open_basedir restriction in effect. File(/) is not within the allowed path(s)` in line...

that was with us too .. I think it was the antivirus check on the mail server that followed the links and triggered them. we have replaced the template so...

We had created an extension that connects to 'confirmCreateRequestActionBeforePersist'. If the status is 'userConfirmationRefusedHook' it redirects to the own controller which then displays a deletion link back to femanager... or...

Yes in parts: ext_localconf.php: ``` $signalSlotDispatcher = TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\SignalSlot\\Dispatcher'); $signalSlotDispatcher->connect( In2code\Femanager\Controller\NewController::class, 'confirmCreateRequestActionBeforePersist', Vendor\Extname\Slot\CreateRequestBeforePersist::class, 'beforeConfirmCreateRequest' ); ``` Classes/Slot/CreateRequestBeforePersist.php: ```

Same here.. no error, but Marker is not set. concerns a new entry where lon and lat are empty and a query is made to nominatim my solution in leaflet-backend.js:...