Make WordPress Core

Opened 3 years ago

Closed 3 years ago

#53772 closed defect (bug) (invalid)

Error Messages and other with Custom Content Types

Reported by: spyglassweb's profile spyglassweb Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Editor Keywords:
Focuses: Cc:

Description (last modified by sabernhardt)

I am seeing various error messages appear since the latest WP. The below error happens when creating a new post that is a CPT. When using mac in an updated Chrome browser we are unable to see the title and blocks to add text (the custom fields show, but not the standard WP fields)

Deprecated: block_categories is deprecated since version 5.8.0! Use block_categories_all instead. in .../wp-includes/functions.php on line 5458

Deprecated: block_categories is deprecated since version 5.8.0! Use block_categories_all instead. in .../wp-includes/functions.php on line 5458

Change History (1)

#1 @sabernhardt
3 years ago

  • Component changed from General to Editor
  • Description modified (diff)
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

@spyglassweb Welcome to WordPress Core Trac!

Deprecation notices are supposed to show when a plugin (or theme) uses a deprecated function and debug is active.
define( 'WP_DEBUG', true );

If you switch that to false in your wp-config.php file (create a backup first), the notices should go away.

Otherwise, you could keep debug on and try deactivating plugins one-by-one to find out which uses the deprecated block_categories filter. Then report the issue on their support forum, if that has not been done yet.

I'll close this ticket because it should not be a core bug.

Note: See TracTickets for help on using tickets.