Closed bavarianbytes closed 2 years ago
Hey @bavarianbytes is the EXT:dashboard installed in your installation? Regards, Tim
No. Is that required for calendarize?
No. It is not required. The reason why we use this Services.php and the condition is, that EXT:dashboard is optional and no requirement. I will check this in my test installation again in the next days...
same problem here with Version 12.0.0 and Typo3: 10.4.25
With the change 3ac8bc5985b2db189dc77d3c09b3726f4d6524c7 this should hopefully be fixed.
Since I could not reproduce the problem, I cannot say that for sure. However, the same fix was used in ke_search. If the problem persists with the master/next release, feel free to reopen/create a new issue.
Works now, thanks!
Seems to come from
if ($isDashboardExtensionIsLoaded) { $services->set('dashboard.widgets.calendarizeNextEvents')...
out ofcalendarize/Configuration/Service.php
. If i comment out the if condition and dump the autoload in the install tool, it works again.Version: 12.0.0 Autoloader: 7.3.3 TYPO3: 10.4.24