calendarize icon indicating copy to clipboard operation
calendarize copied to clipboard

imported events aren't displayed

Open GitCybers opened this issue 2 years ago • 4 comments

After importing events with the scheduler the events aren't displayed in the eventlist. When I open the imported event in the list view in typo3 were I can change the event description or the date and save the event WITHOUT making any change the event will be displayed.

GitCybers avatar May 02 '22 13:05 GitCybers

Do you check if this is just a cache invalidation problem. If you clear the FE cache, the event is also loaded?

lochmueller avatar May 02 '22 13:05 lochmueller

Yes I tried it with clearing all caches and reloading the page with Strg+F5.

GitCybers avatar May 02 '22 14:05 GitCybers

Hi @GitCybers, could you open an event for editing (which is not displayed), go to the Date Options tab and look under Calendarize (Information - Save to refresh...) if there are any items listed? Save the event and check again and post the results.

Could you also try to run the scheduler task calendarize:reindex?

okmiim avatar May 02 '22 14:05 okmiim

Hey @okmiim

also good point... I also checked the import method and there is a reindexAll: https://github.com/lochmueller/calendarize/blob/master/Classes/Command/ImportCommandController.php#L181 So I hope it is no inconsistency in the index :)

Hey @GitCybers please add your EXT:calendarize version, the information if you use the default events and the default import process, and your TYPO3 Version.

Regards, Tim

lochmueller avatar May 02 '22 17:05 lochmueller

No feedback related to the open questions. Please check if the reindexAll is really executed at the end of the import in your case and if really the indices are missing in the DB (Check index table, open record, save, check index table again)

lochmueller avatar Nov 05 '22 13:11 lochmueller