• Resolved benoitfouc

    (@benoitfouc)


    Hello there, i see this error using PHP 8.2 for the plugin :


    Array to string conversion	
    wp-includes/formatting.php:1108
    wp_check_invalid_utf8()
    
    wp-includes/formatting.php:4682
    esc_html()
    
    wp-content/plugins/query-monitor/output/html/assets.php:224
    do_action('shutdown')
    
    
    shutdown_action_hook()
    wp-includes/load.php:1260

    regards

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

    (@johnbillion)

    WordPress Core Developer

    Thanks, I’ll take a look.

    Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    This must mean that an asset (JavaScript or CSS file) on your site is being enqueued with an array for its $ver parameter, which is incorrect because the version should be a string or boolean. Best thing to do is to deactivate your plugins one by one until the error goes away, and then report the problem to the author of the offending plugin (or theme).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Array to string conversion’ is closed to new replies.