Title: Notice Issues
Last modified: August 22, 2016

---

# Notice Issues

 *  [Joseph G.](https://wordpress.org/support/users/dunhakdis/)
 * (@dunhakdis)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/notice-issues/)
 * Notice: Undefined index: Hpost_bp_activity_template_no_anchor in /var/www/html/
   wordpress-themes/bespoke/wp-content/plugins/breadcrumb-navxt/class.bcn_breadcrumb_trail.
   php on line 372
 * Notice: Undefined index: bpost_bp_activity_taxonomy_display in /var/www/html/
   wordpress-themes/bespoke/wp-content/plugins/breadcrumb-navxt/class.bcn_breadcrumb_trail.
   php on line 222
 * [https://wordpress.org/plugins/breadcrumb-navxt/](https://wordpress.org/plugins/breadcrumb-navxt/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [John Havlik](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/notice-issues/#post-5208729)
 * Thanks for reporting this, I will have to spin up a BuddyPress install to see
   what’s up here. What is likely happening is BuddyPress is adding it’s post types
   in the `wp_loaded` action, which is when I’ve assumed all CPTs would be added
   by (I have to hook in later). If it looks like add CPTs too late I’ll have to
   talk to the devs about what’s up.
 *  Plugin Author [John Havlik](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/notice-issues/#post-5208768)
 * After looking at this briefly, it is going to be a little more involved than 
   initially thought. The main issue is that these post types don’t actually exist(
   they are never registered), it is the theme_compat portion of BuddyPress causing
   this with its faux posts. I’m tracking this in this issue: [https://github.com/mtekk/Breadcrumb-NavXT/issues/94](https://github.com/mtekk/Breadcrumb-NavXT/issues/94)
 *  Thread Starter [Joseph G.](https://wordpress.org/support/users/dunhakdis/)
 * (@dunhakdis)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/notice-issues/#post-5208775)
 * I’m looking into this issue myself. If I found a solution, I will be happy to
   post a solution into this discussion.
 * Thanks 🙂
 *  Thread Starter [Joseph G.](https://wordpress.org/support/users/dunhakdis/)
 * (@dunhakdis)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/notice-issues/#post-5208776)
 * It is more like of an uninitiated variable or method. I haven’t take a look at
   the code yet.
 *  Plugin Author [John Havlik](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/notice-issues/#post-5208786)
 * I know what the root cause is, BuddyPress emulates post types for it’s resources
   but does not actually register the post types. This is part of their “theme compatibility”,
   so it fakes out most of Breadcrumb NavXT. However, Breadcrumb NavXT needs some
   settings for each post type and taxonomy. If these post types and taxonomies 
   are registered the normal way, Breadcrumb NavXT automatically deals with them.
   If they are not registered, as in with BuddyPress, then the settings never get
   set.
 * The only thing that isn’t obvious is the fix. It isn’t that I can’t come up with
   a fix, it is I have not decided which method of fixing this is the correct way.
   As an end user, you can hook into the `bcn_settings_init` filter and add the 
   missing settings to the passed in opt array.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Notice Issues’ is closed to new replies.

 * ![](https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103)
 * [Breadcrumb NavXT](https://wordpress.org/plugins/breadcrumb-navxt/)
 * [Support Threads](https://wordpress.org/support/plugin/breadcrumb-navxt/)
 * [Active Topics](https://wordpress.org/support/plugin/breadcrumb-navxt/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/breadcrumb-navxt/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/breadcrumb-navxt/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [John Havlik](https://wordpress.org/support/users/mtekk/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/notice-issues/#post-5208786)
 * Status: not resolved