#4788 closed defect (bug) (no action required)
Object of class stdClass could not be converted to int
Reported by: | makemeall | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Core | Keywords: | needs-patch |
Cc: |
Description
I followed instructions on http://buddypress.trac.wordpress.org/ticket/4191
"if (!is_object($bbp->OBJECT)) {
$bbp->OBJECT = new stdClass;
}"
And got the notice:
"Object of class stdClass could not be converted to int"
Change History (3)
Note: See
TracTickets for help on using
tickets.
I'm assuming that this is due to your trunk being out of date. Please svn up to the bleeding edge version of BP and see if you're still having problems. If so, please reopen with details.