Skip to:
Content

bbPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1952 closed defect (bug) (fixed)

php notice/error

Reported by: alexvorn2's profile alexvorn2 Owned by:
Milestone: 2.2 Priority: low
Severity: normal Version: 2.1.2
Component: Back-end Keywords:
Cc:

Description

Notice: Undefined property: stdClass::$post_category in D:\Dropbox\htdocs\wordpresslast\wp-content\plugins\bbpress\bbp-includes\bbp-theme-compatibility.php on line 348

This is what I get when visiting a forum page.

I use define('WP_DEBUG', true); in wp-config.php file

Change History (7)

#1 @johnjamesjacoby
13 years ago

  • Milestone changed from Awaiting Review to 2.2

Good catch. post_category was removed from the schema a while ago. Moving to 2.2.

#2 follow-ups: @jaredatch
13 years ago

This must have been fixed, I don't get any notices with debug on?

#3 in reply to: ↑ 2 @alexvorn2
13 years ago

Replying to jaredatch:

This must have been fixed, I don't get any notices with debug on?

me too...

#4 @jaredatch
13 years ago

  • Keywords needs-patch removed
  • Milestone 2.2 deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Closing. Reopen if it pops up again :)

#5 @johnjamesjacoby
13 years ago

  • Resolution changed from worksforme to fixed

(In [4247]) Remove references to post_category in theme compat.

#6 in reply to: ↑ 2 @johnjamesjacoby
13 years ago

Replying to jaredatch:

This must have been fixed, I don't get any notices with debug on?

This notice only comes up on new installations where post_category exists as a column in the posts table. New installs will trigger the notice. Either way it's not necessary anymore. Fixed in r4247.

#7 @johnjamesjacoby
13 years ago

  • Milestone set to 2.2
Note: See TracTickets for help on using tickets.