You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2024-11-05T09:38:17.826071+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "MailchimpModel" from the global namespace. Did you forget a "use" statement?" at /html/contao-413/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model/Registry.php line 112 {"exception":"[object] (Symfony\Component\ErrorHandler\Error\ClassNotFoundError(code: 0): Attempted to load class "MailchimpModel" from the global namespace.\nDid you forget a "use" statement? at /html/contao-413/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model/Registry.php:112)"} []
The text was updated successfully, but these errors were encountered:
I have a contao site error this morning, after checking the log i found that mailchimp extension made an internal server error. The error screen says:
Attempted to load class "MailchimpModel" from the global namespace. Did you forget a "use" statement?
googled that and search in the contao forum, but found nothing. Any idea?
Below the detaile of the error log:
[2024-11-05T09:38:17.646987+01:00] request.INFO: Matched route "contao_backend". {"route":"contao_backend","route_parameters":{"_route":"contao_backend","_scope":"backend","_controller":"Contao\CoreBundle\Controller\BackendController::mainAction"},"request_uri":"https://mydomain.de/contao?act=edit&do=themes&id=168&nb=1&popup=1&rt=8628b60c3c9079be.LxwZEm43a_g05VEC7xsqO2WIzJk3vcLpsBIbBI8PvZY.Zi9wfTxiPKFC03xIsFxbCyf6ud5Bx--FiUJdXMdF-_1-eDR8BU0NuXDXOg&table=tl_module","method":"GET"} []
[2024-11-05T09:38:17.826071+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "MailchimpModel" from the global namespace. Did you forget a "use" statement?" at /html/contao-413/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model/Registry.php line 112 {"exception":"[object] (Symfony\Component\ErrorHandler\Error\ClassNotFoundError(code: 0): Attempted to load class "MailchimpModel" from the global namespace.\nDid you forget a "use" statement? at /html/contao-413/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model/Registry.php:112)"} []
The text was updated successfully, but these errors were encountered: