4.10.4 and undefined constant breaking admin
-
In
views/moove/admin/settings/plugin-boxes.php
on line110
you’re trying to output an undefined constantMOOVE_UAT_VERSION
, which ends up in PHP Fatal error breaking wp-admin. For example in Cookie Banner Settings tab the WYSIWYG-editor doesn’t load. Rendering white text on white background.Uncaught Error: Undefined constant "MOOVE_UAT_VERSION" in /app/wordpress/wp-content/plugins/gdpr-cookie-compliance/views/moove/admin/settings/plugin-boxes.php
Replacing this constant with an empty string fixes wp-admin.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.