#4900 closed defect (bug) (no action required)
Theme compat: notices with P2 theme
Reported by: | mercime | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | normal | Version: | 1.7 |
Component: | Templates | Keywords: | |
Cc: |
Description
BuddyPress RC 1 - error:
Notice: Trying to get property of non-object in /xxx/xxx/xxx/xxx/wp-includes/capabilities.php on line 1075
Notice: Trying to get property of non-object in /xxx/xxx/xxx/xxx/wp-includes/capabilities.php on line 1076
Notice: Trying to get property of non-object in /xxx/xxx/xxx/xxx/wp-includes/capabilities.php on line 1076
Notice: Trying to get property of non-object in /xxx/xxx/xxx/xxx/wp-includes/capabilities.php on line 1079
Notice: Trying to get property of non-object in /xxx/xxx/xxx/xxx/wp-includes/capabilities.php on line 1079
Attachments (4)
Change History (19)
#1
@
12 years ago
#2
@
12 years ago
line 1079, wp-includes/capabilities.php - get_post_type_object( 'bp_members' ) === null
caused by current_user_can('edit_posts') at http://themes.trac.wordpress.org/browser/p2/1.4.2/entry.php#L51
#3
@
12 years ago
Separate tickets would have been easier to track these issues -- going to keep this one for the Notices, and will a new ticket for all styling, and another for the widget
#6
@
12 years ago
- Summary changed from P2 theme not compatible with BuddyPress to Theme compat: notices with P2 theme
#8
@
12 years ago
Separate tickets would have been easier to track these issues -- going to keep this one for the Notices
Thanks. Will point this ticket to P2 users for 1.7 theme compat.
Other issue found:
- 8. Flashing updates. Shows up in default theme compat or with buddypress.php uploaded in P2 theme folder in server. https://buddypress.trac.wordpress.org/attachment/ticket/4900/p2-flashing-updates.jpg
I'm attaching https://buddypress.trac.wordpress.org/attachment/ticket/4900/buddypress.php file which users can upload to P2 theme folder in server. Fixes #1, #2, and #3. Upload of this file shows some more issues https://buddypress.trac.wordpress.org/attachment/ticket/4900/p2-vertspace-imgavatar.jpg :
- 9. very long vertical space between status/item header and activity-list/members-list/groups-list,etc.
- 10. activity item img.avatar is not displayed inline
#9 and #10 could be addressed via CSS fixes specific to the P2 theme's stylesheet as these issues do not show up in other WP themes I tested
#buddypress ul.item-list { clear: none !important; } #buddypress .activity-list .activity-content .activity-header img.avatar { display: inline; }
#9
@
12 years ago
Not extremely concerned with these. P2 is getting more attention internally at Automattic, and we'll see an influx of themes where BuddyPress doesn't work perfectly after 1.7 ships.
#10
@
12 years ago
- Milestone changed from 1.7 to Future Release
- Priority changed from normal to low
- Version changed from 1.7-beta to 1.7
#12
@
11 years ago
Just for the record, no one is reporting issues with P2 theme in BP forums nor are there any requesting assistance for theme compat with P2 theme.
#13
@
11 years ago
In that regard, I suggest we close this ticket already. Anyone who has an issue in the future can reopen.
P2 is a special theme which some are already using in BuddyPress sites. Per attached image, following issues show up with theme compat:
Some of the issues above could be addressed