WPIntell

Source evidence

Fatal ERROR Version 4.2.2

Enable Media Replace · support · 2026-06-29T06:55:00+00:00

complaintsentiment
highseverity
0.56relevance
7replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 19 rows with source links

15.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
meinService resolved
ERROR breaks my WordPress complete $notices = Notices::getInstance(); (u dont use $notices in the functionm why u call it?) public function plugin_actions() { $this->plugin_path = plugin_dir_path(EMR_ROOT_FILE); //$this->plugin_url = plugin_dir_url(EMR_ROOT_FILE); // loads the dismiss hook. $notices = Notices::getInstance(); // init plugin add_action('admin_menu', array($this,'menu')); add_action('submenu_file', array($this, 'hide_sub_menu')); add_action( 'current_screen', array($this, 'setScreen') ); // annoying workaround for notices in edit-attachment screen add_action('admin_enqueue_scripts', array($this,'admin_scripts')); // content filters add_filter('media_row_actions', array($this,'add_media_action'), 10, 2); add_action('attachment_submitbox_misc_actions', array($this,'admin_date_replaced_media_on_edit_media_screen'), 91); // notices // editors add_action('add_meta_boxes_attachment', array($this, 'add_meta_boxes'), 10, 2); add_filter('attachment_fields_to_edit', array($this, 'attachment_editor'), 10, 2); /** Just after an image is replaced, try to browser decache the images */ if (isset($_GET['emr_replaced']) && intval($_GET['emr_replaced'] == 1)) { add_filter('wp_get_attachment_image_src', array($this, 'attempt_uncache_image'), 10, 4); // adds a metabox to list thumbnails. This is a cache reset hidden as feature. //add_action( 'add_meta_boxes', function () { ); add_filter('postbox_classes_attachment_emr-showthumbs-box', function ($classes) { $classes[] = 'closed'; return $classes; }); } } Hello @meinservice , Thank you for your message and sorry to hear about this issue 🙁 This is really strange! Could you please confirm if you encountered this issue with the previous version too or it just started happening with 4.2.2? Looking forward to your reply so we can investigate this in more detail! All the best, Yes, definitely after 4.2.2 since this morning. First Solution for me now: comment the row. //$notices = Notices::getInstance(); Testing: After comment, again WordPress is running After erase comment, WordPress is running too My conclusion, the error only comes one times, first call the website, but with hard break Thank you for letting us know about this, we will continue investigating this on our end! Waiting for new Version, using this $notices inside the function This reply was modified 1 day, 6 hours ago by meinService . Hello @meinservice , Since this error only appeared for you upon activation of the new version, we need the full error, including the stack trace, to understand what is going on. Do you still have it in your logs? The $notices is just an init for the NoticeController class, and normally, it should not affect anything or generate an error. Sorry, in dont have logs of what happens, only the white Screen and DIE – Message. But after that, the error again dont appears

Comments

7 shown
Adrian 2026-06-29T06:58:00+00:00

Hello @meinservice , Thank you for your message and sorry to hear about this issue 🙁 This is really strange! Could you please confirm if you encountered this issue with the previous version too or it just started happening with 4.2.2? Looking forward to your reply so we can investigate this in more detail! All the best,

meinService 2026-06-29T07:02:00+00:00

Yes, definitely after 4.2.2 since this morning. First Solution for me now: comment the row. //$notices = Notices::getInstance();

meinService 2026-06-29T07:07:00+00:00

Testing: After comment, again WordPress is running After erase comment, WordPress is running too My conclusion, the error only comes one times, first call the website, but with hard break

Adrian 2026-06-29T07:28:00+00:00

Thank you for letting us know about this, we will continue investigating this on our end!

meinService 2026-06-29T11:39:00+00:00

Waiting for new Version, using this $notices inside the function This reply was modified 1 day, 6 hours ago by meinService .

Pedro 2026-06-30T06:38:00+00:00

Hello @meinservice , Since this error only appeared for you upon activation of the new version, we need the full error, including the stack trace, to understand what is going on. Do you still have it in your logs? The $notices is just an init for the NoticeController class, and normally, it should not affect anything or generate an error.

meinService 2026-06-30T15:05:00+00:00

Sorry, in dont have logs of what happens, only the white Screen and DIE – Message. But after that, the error again dont appears