Ticket #4413 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Auto save generate "0" taxonomy

Reported by: tinyau Assigned to: anonymous
Priority: high Milestone: 2.3
Component: Administration Version: 2.3
Severity: major Keywords:
Cc:

Description

SVN r5657

During preparation of new post, let auto save save the content. Then click <Save and Continue Editing> button and found several "0" categories are generated.

Invalid "0" records are generated in both wp_terms and wp_term_taxonomy tables.

Change History

06/06/07 08:40:02 changed by devil1591

Confirmed on a fresh install

06/19/07 05:31:14 changed by tinyau

Additional information.

This problem will happen if no category is selected for the post. After auto saved, invalid "0" category will be generated.

The auto save function cannot select the default category automatically if no category is selected. Instead, it generate invalid "0" category.

06/20/07 22:06:29 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [5739]) Don't create '0' categories. fixes #4413