-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Front end Fatal error rendering tag cloud for unregistered taxonomy #7
Comments
This wasn't a problem on |
… parts. Issue #7: cater for unregistered taxonomies
The problem still occurs when the taxonomy is not registered and the tag-cloud override is not enabled. Warning: Attempt to read property "labels" on bool in C:\apache\htdocs\wp55\wp-includes\taxonomy.php on line 652 Fatal error: Uncaught Error: Attempt to assign property "labels" on bool in C:\apache\htdocs\wp55\wp-includes\taxonomy.php:652 Stack trace:
It's a bug in Gutenberg which has now made its way into core.
|
While attempting to check that
oik.css
wasn't inadvertently affecting the style changes noticed when using Gutenberg-source ( latest trunk) I deactivated oik. This prevented the custom taxonomies from being registered which produced a Fatal error trying to display the tag cloud.Warning: Attempt to read property "labels" on bool in C:\apache\htdocs\bigram\wp-includes\taxonomy.php on line 582
Fatal error: Uncaught Error: Attempt to assign property "labels" on bool in C:\apache\htdocs\bigram\wp-includes\taxonomy.php:582
Stack trace:
The text was updated successfully, but these errors were encountered: