• Resolved hellothereuk

    (@hellothereuk)


    getting all this when editing any admin pages etc, using a custom basic theme with just Lazy Blocks and ACF plugins. All these error disappear when the plugin is disabled. Have tried removing and reinstalling, these errors just return:

    Notice: register_rest_route was called incorrectly. The REST API route definition for instant-images/test is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home/##########/wp-includes/functions.php on line 5225  (*my functions.php doesnt have this many lines)
    
    Notice: register_rest_route was called incorrectly. The REST API route definition for instant-images/download is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home/#########/wp-includes/functions.php on line 5225  (*my functions.php doesnt have this many lines)
    
    Notice: Undefined variable: suffix in /home/############/wp-content/plugins/instant-images/instant-images.php on line 88
    
    Notice: Undefined variable: suffix in /home/##############/wp-content/plugins/instant-images/instant-images.php on line 97
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/###########/wp-includes/functions.php:5225) in /home/############/wp-admin/admin-header.php on line 9
Viewing 16 replies (of 16 total)
  • it’s happen to me, after update to 5.5
    maybe you need to change (wp-config.php)
    define(‘WP_DEBUG’, false); to define(‘WP_DEBUG’, true);

Viewing 16 replies (of 16 total)
  • The topic ‘lots of errors on 5.5 wordpress update’ is closed to new replies.