probably due to changed Symfony behaviour of current version 5 with the definition of services there actually appears an error while exporting dlstats via the contao-dlstats-statistic-export-bundle:
Internal Server Error
Was ist das Problem?
"BugBuster\DlstatsExportBundle\Controller\ExportController" has no container set, did you forget to define it as a service subscriber?
I could fix the error by inserting some code for the ExportController service to the corresponding file services47.yml as following:
Hi there,
probably due to changed Symfony behaviour of current version 5 with the definition of services there actually appears an error while exporting dlstats via the contao-dlstats-statistic-export-bundle:
I could fix the error by inserting some code for the ExportController service to the corresponding file services47.yml as following:
Hope this helps you, Harry.
Edit: Fixed typo and link to services.47.yml