Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#4035 closed defect (bug) (fixed)

Tagging support breaks post/page posting without tags

Reported by: xmion's profile Xmion Owned by: matt's profile matt
Milestone: 2.2 Priority: high
Severity: blocker Version: 2.2
Component: General Keywords:
Focuses: Cc:

Description

Warning: array_unique() [function.array-unique]: The argument should be an array in \wp-includes\post.php on line 792

Warning: array_diff() [function.array-diff]: Argument #2 is not an array in \wp-includes\post.php on line 807

Warning: array_diff() [function.array-diff]: Argument #1 is not an array in \wp-includes\post.php on line 820

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in \wp-includes\post.php on line 832

Warning: array_unique() [function.array-unique]: The argument should be an array in \wp-includes\post.php on line 832

Warning: Invalid argument supplied for foreach() in \wp-includes\post.php on line 833

Warning: Cannot modify header information - headers already sent by (output started at \wp-includes\post.php:792) in \wp-includes\pluggable.php on line 327

==========================

Another good feature should be to make tagging support for pages, could be good thing if people wanna use tags for SEO plugins etc. I myself should love to transform tags into Meta Keywords.

Change History (4)

#1 @johnbillion
18 years ago

  • Severity changed from normal to critical

Confirming bug at r5111.

#2 @Otto42
18 years ago

  • Component changed from Administration to General
  • Priority changed from normal to high
  • Severity changed from critical to blocker

#3 @foolswisdom
18 years ago

  • Version set to 2.2

Although critical, the symptom is cosmetic in my experience so far.

#4 @matt
18 years ago

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

(In [5113]) If we don't have IDs at this point, bail out. There are no tag defaults. Should fix #4035 though I can't recreate their particular error.

Note: See TracTickets for help on using tickets.