#4341 closed defect (bug) (fixed)
Converter "Categories to Tags" does not work
Reported by: | Stargazer | Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
The converter gives an error on try:
---
WordPress database error: [Unknown column 'TAXONOMY_TAG' in 'where clause']
"SELECT * FROM wp_categories WHERE (type & ~ TAXONOMY_TAG) != 0 AND category_count > 0 ORDER BY cat_name ASC"
You have no categories to convert!
---
Change History (4)
This ticket was mentioned in PR #4342 on WordPress/wordpress-develop by @flixos90.
17 months ago
#4
- Keywords has-patch added
This PR is based on #4341 and is solely for demo / testing purposes. It is not intended for merge.
The PR is relying on the same branch as #4341, but in addition includes the necessary Gutenberg fixes to make the query loop work correctly for block themes. This will however need to be fixed directly in Gutenberg (see https://github.com/WordPress/gutenberg/pull/49904) as it touches block code for which Gutenberg is the source of truth.
http://trac.wordpress.org/changeset/5553