• Resolved figment

    (@joldeski)


    Query monitor, my favorite plugin shows this message (PHP errors were triggered during an Ajax request.) almost on every ajax request. And not only on mine ajax request, but on other places as well. For example when updating plugin this message pops up.

    I just wonder if its bug, since my ajax request are all fine, all working, but this message still appears.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    These errors get logged to your browser console. Can you open the console and see what the errors are?

    Thread Starter figment

    (@joldeski)

    Well in the case of my own ajax call hooked to the thank you page of wordpress – this appears when I step debug with xdebug

    query-monitor.js?ver=1641914638:366 PHP Errors in Ajax Response

    And nothing more. If I open the error is empty. After the debug is done, its all good – error gone. So I guess its cause of the debug?

    As for when updating plugin, the latest I saw was cause of Elementor Pro – you are right. So probably nothing to worry about…

    Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    I’ve seen notices get generated if you’re “watching” an expression in your code editor while debugging with Xdebug, so yeah it might be that.

    Thread Starter figment

    (@joldeski)

    Yes, thanks. Sorry to bother you. I will watch out for more and write out if necessery. Thank you for the plugin!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘PHP errors were triggered during an Ajax request.’ is closed to new replies.