Debug showed these items:
Notice: The called constructor method for WP_Widget in textlinkads_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /var/www/humortimes/wp-includes/functions.php on line 3916
Notice: The called constructor method for Debug_Bar_Panel::Debug_Bar_Panel in Debug_Bar_Panel is deprecated since version 0.8.3! Use
__construct()
instead. in /var/www/humortimes/wp-includes/functions.php on line 3916
Fatal error: Cannot declare class MatthiasMullie\Minify\Minify, because the name is already in use in /var/www/humortimes/wp-content/plugins/wp-file-upload/vendor/minifier/minify/src/Minify.php on line 26
Using Debug bar showed some more detail:
NOTICE: wp-includes/functions.php:3916 - The called constructor method for Debug_Bar_Panel::Debug_Bar_Panel in Debug_Bar_Panel is deprecated since version 0.8.3! Use __construct() instead.
require_once('wp-admin/admin.php'), do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, _wp_admin_bar_init, WP_Admin_Bar->initialize, do_action('admin_bar_init'), WP_Hook->do_action, WP_Hook->apply_filters, Debug_Bar->init, Debug_Bar->init_panels, apply_filters('debug_bar_panels'), WP_Hook->apply_filters, PucDebugBarPlugin->addDebugBarPanel, PluginUpdateCheckerPanel->__construct, Debug_Bar_Panel->Debug_Bar_Panel, _deprecated_constructor, trigger_error
NOTICE: wp-content/plugins/popup-builder/com/classes/Style.php:20 - Trying to get property of non-object
require_once('wp-admin/admin-header.php'), do_action('admin_enqueue_scripts'), WP_Hook->do_action, WP_Hook->apply_filters, sgpb\Style::enqueueStyles
NOTICE: wp-content/plugins/popup-builder/com/classes/Javascript.php:20 - Trying to get property of non-object
require_once('wp-admin/admin-header.php'), do_action('admin_enqueue_scripts'), WP_Hook->do_action, WP_Hook->apply_filters, sgpb\Javascript::enqueueScripts
I tried deactivating textlinkads and popup-builder, but that didn’t help.
How can I figure out what else is using MatthiasMullie\Minify\Minify, or make it so both your plugin and the other can use it?