Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 11 months ago

#4341 closed defect (bug) (fixed)

Converter "Categories to Tags" does not work

Reported by: stargazer's profile 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)

#1 @rob1n
17 years ago

  • Milestone changed from 2.4 to 2.3

#3 @Stargazer
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

works now

This ticket was mentioned in PR #4342 on WordPress/wordpress-develop by @flixos90.


11 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.

Note: See TracTickets for help on using tickets.