Error running archiving cronjob

I’ve just setup an archiving cronjob, but it’s throwing out the following error for every archiving request.

ID: 395566
Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=2&period=day&date=2024-12-23&format=json&plugin=Actions&trigger=archivephp&pluginOnly=1&requestedReport=Actions_hits: ‘PHP Warning: Module “intl” is already loaded in Unknown on line 0 {“idarchives”:[557],“nb_visits”:1}’

Obviously, the specific DB record data is different with every error, but it’s the same error. Around 1300 times.

I would love some pointers how to sort this.

1 Like

Fixed it. intl was enabled in the main php.ini (CLI), but was also referencing the extension’s own ini file in conf.d. Commented out the entry in php.ini and it’s fine.

2 Likes