#18572 closed defect (bug) (invalid)
Adding new link category fails with no error message.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.2.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
- Go to link categories
- Enter a name
- Enter a slug
- Click Add New Category
OBSERVE: NOTHING HAPPENS.
Change History (8)
comment:1
ghostseeker — 21 months ago
comment:2
SergeyBiryukov — 21 months ago
- Keywords reporter-feedback added; needs-patch removed
- Severity changed from major to normal
Can't reproduce. Tested in IE 9 and Firefox 7. Sounds like a JavaScript conflict with a plugin or theme.
comment:3
ghostseeker — 20 months ago
I just tested this issue with ALL plugins DEACTIVATED and using the Twenty Eleven theme.
The category is added to the WP_terms table, but the term_ID and term_order are set to NULL. Shouldn't at least the term_ID have a value other than NULL?
Paul
comment:4
ghostseeker — 20 months ago
- Keywords 2nd-opinion dev-feedback added
comment:5
tillkruess — 20 months ago
Works fine for me at 18714 and in 3.2.1.
comment:6
ghostseeker — 20 months ago
- Keywords close added
- Resolution set to invalid
- Status changed from new to closed
Please close this ticket. I found the culprit. During the move to a new domain, the term_ID table in the db had gotten mangled, which removed the indexes, and removed properties of key fields. My appologies for 'bugging' you guys on this...;-) Paul
Note: See
TracTickets for help on using
tickets.

Browser: IE9 (32 bit)
Operating system: Windows 7 (64 bit)