derhansen / sf_event_mgt

An event management and registration extension for TYPO3 CMS based on ExtBase and Fluid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event module doesn't work

Mariem-Chaabene opened this issue · comments

In my project after the migration from typo3 v10 to typo3 v12 , the module event doesn't open anymore
i have typo3 v12.4 and sf_event v^7.4 , but in other projects the module works fine.
image

The error message describes the problem and what to do in this case. Make sure, that the TypoScript of the extension is included on root level and that the folder with events is within the same tree structure. If the folder is outside of a a root level tree structure (e.g. shared with different sites), this is problematic, since settings (e.g. notification settings) can not be configured individually per site.

If the folder is outside of a root level tree structure by intention, make sure to include the extensions TypoScript for the folder as well.

Hi @derhansen , thanks for your quick response, but the Typoscript of the extension is already included in root level and the event folder also is within the same tree structure.

In general the backend module works as intended. Please check your local TypoScript setup and that it does not remove required module.tx_sfeventmgt TypoScript for the backend module.

I'm closing this isue, since it is not reproducable and no additional feedback has been provided.