Title: benbluef's Replies | WordPress.org

---

# benbluef

  [  ](https://wordpress.org/support/users/benbluef/)

 *   [Profile](https://wordpress.org/support/users/benbluef/)
 *   [Topics Started](https://wordpress.org/support/users/benbluef/topics/)
 *   [Replies Created](https://wordpress.org/support/users/benbluef/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/benbluef/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/benbluef/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/benbluef/engagements/)
 *   [Favorites](https://wordpress.org/support/users/benbluef/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/benbluef/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/benbluef/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP w3all phpBB] phpBB login redirect](https://wordpress.org/support/topic/phpbb-login-redirect/)
 *  Thread Starter [benbluef](https://wordpress.org/support/users/benbluef/)
 * (@benbluef)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/phpbb-login-redirect/#post-16051580)
 * I’ll give it a try, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields: Font Awesome Field] Breaking WPBakery icons](https://wordpress.org/support/topic/breaking-wpbakery-icons/)
 *  Thread Starter [benbluef](https://wordpress.org/support/users/benbluef/)
 * (@benbluef)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/breaking-wpbakery-icons/#post-15747177)
 * I’ve had to do a clunky workaround of setting this plugin to use version 5.
 * Then I load the V6 on the front end with compatibility mode enabled (in the Kit
   settings).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP w3all phpBB] New wordpress registration not added to phpBB](https://wordpress.org/support/topic/new-wordpress-registration-not-added-to-phpbb/)
 *  Thread Starter [benbluef](https://wordpress.org/support/users/benbluef/)
 * (@benbluef)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/new-wordpress-registration-not-added-to-phpbb/#post-15465693)
 * Actually, looks like it is working. I had the wrong database specified in the
   w3all settings… sorry!
 * We are using a custom WordPress page and form to register and login.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP w3all phpBB] Cannot transfer users](https://wordpress.org/support/topic/cannot-transfer-users/)
 *  Thread Starter [benbluef](https://wordpress.org/support/users/benbluef/)
 * (@benbluef)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/cannot-transfer-users/#post-15464922)
 * 2.5.9 is still broken
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP w3all phpBB] Cannot transfer users](https://wordpress.org/support/topic/cannot-transfer-users/)
 *  Thread Starter [benbluef](https://wordpress.org/support/users/benbluef/)
 * (@benbluef)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/cannot-transfer-users/#post-15403505)
 * Sounds good, thanks for the fast response!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP w3all phpBB] Cannot transfer users](https://wordpress.org/support/topic/cannot-transfer-users/)
 *  Thread Starter [benbluef](https://wordpress.org/support/users/benbluef/)
 * (@benbluef)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/cannot-transfer-users/#post-15403246)
 * Uncommenting that line didn’t make any difference.
 * I got the other admin pages working by calling the function to set the W3PHPBBCONFIG
   constant within the function wp_w3all_menu() in this file:
    wp-w3all-phpbb-integration\
   class.wp.w3all-admin.php
 * I added this line there:
    `WP_w3all_phpbb::w3all_get_phpbb_config_res();`
 * Can you check and release a proper solution please?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP w3all phpBB] Cannot transfer users](https://wordpress.org/support/topic/cannot-transfer-users/)
 *  Thread Starter [benbluef](https://wordpress.org/support/users/benbluef/)
 * (@benbluef)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/cannot-transfer-users/#post-15403170)
 * It’s not the capability check that is the problem, because the displayed error
   message does not match – the error is the generic “Sorry, you are not allowed
   to access this page.”
 * W3PHPBBCONFIG is not defined, so the admin pages never get added.
 * There is a line (#211) commented out in wp-w3all-phpbb-integration\wp_w3all.php
   `//
   add_action( 'init', array( 'WP_w3all_phpbb', 'w3all_get_phpbb_config_res'), 2);`
 * Is that meant to be commented out? It looks like that is where W3PHPBBCONFIG 
   is defined.
    -  This reply was modified 4 years, 5 months ago by [benbluef](https://wordpress.org/support/users/benbluef/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP w3all phpBB] Cannot transfer users](https://wordpress.org/support/topic/cannot-transfer-users/)
 *  Thread Starter [benbluef](https://wordpress.org/support/users/benbluef/)
 * (@benbluef)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/cannot-transfer-users/#post-15400749)
 * The management_pages being are not being added.
 * I can get to the page if I comment out the check for W3PHPBBCONFIG here:
    \wp-
   content\plugins\wp-w3all-phpbb-integration\class.wp.w3all-admin.php # line 24
 * Although the page is empty apart from:
 * > Wp w3all miss phpBB db configuration. Set phpBB connection values by opening:
   > Settings -> WP w3all
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP w3all phpBB] Cannot transfer users](https://wordpress.org/support/topic/cannot-transfer-users/)
 *  Thread Starter [benbluef](https://wordpress.org/support/users/benbluef/)
 * (@benbluef)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/cannot-transfer-users/#post-15400713)
 * I can access the main options page:
    /wp-admin/options-general.php?page=wp-w3all-
   options
 * but not any any of the tools.php pages
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Back In Stock Notifier for WooCommerce | WooCommerce Waitlist Pro] Form not showing on product page](https://wordpress.org/support/topic/form-not-showing-on-product-page-2/)
 *  Thread Starter [benbluef](https://wordpress.org/support/users/benbluef/)
 * (@benbluef)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/form-not-showing-on-product-page-2/#post-15058513)
 * It seems that “Back In Stock Notifier for WooCommerce” is NOT compatible with“
   Toolset WooCommerce Blocks 3.0”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Back In Stock Notifier for WooCommerce | WooCommerce Waitlist Pro] Form not showing on product page](https://wordpress.org/support/topic/form-not-showing-on-product-page-2/)
 *  Thread Starter [benbluef](https://wordpress.org/support/users/benbluef/)
 * (@benbluef)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/form-not-showing-on-product-page-2/#post-15028217)
 * I’m afraid you probably need to register as a Trade customer and log in
    -  This reply was modified 4 years, 9 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Max Mega Menu] Some menu sub items are not shown in admin](https://wordpress.org/support/topic/some-menu-sub-items-are-not-shown-in-admin/)
 *  Thread Starter [benbluef](https://wordpress.org/support/users/benbluef/)
 * (@benbluef)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/some-menu-sub-items-are-not-shown-in-admin/#post-14124128)
 * Could this be related to Menu/Theme Locations?
 * In earlier versions different language menus were set to the same Menu Theme 
   Location but now setting a menu to a location removes any other menus that were
   already assigned to it.
 * E.g. Previously it was set like this on Menus > Manage Locations page:
    (English
   UK) Theme Location – Mega Menu Desktop = Assigned Menu (Mega Menu Desktop)
 * (English AE)
    Theme Location – Mega Menu Desktop = Assigned Menu (Mega Menu Desktop
   AE)
 * But now I can only one language version to a Theme Location.
 * (the website uses WPML)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Max Mega Menu] Some menu sub items are not shown in admin](https://wordpress.org/support/topic/some-menu-sub-items-are-not-shown-in-admin/)
 *  Thread Starter [benbluef](https://wordpress.org/support/users/benbluef/)
 * (@benbluef)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/some-menu-sub-items-are-not-shown-in-admin/#post-14123309)
 * > [View post on imgur.com](https://imgur.com/a/2tC9rUt)
 * The first two images show the Looking For Job menu – it still displays correctly
   on the front end but cannot be edited properly in the admin.
 * The “Looking To Recruit” menu looks broken on the front end as all items are 
   in a single column and sub items aren’t displayed in admin :
 * tiger-recruitment.com/ae/
    (AE version of the website)
 * Thanks!
    -  This reply was modified 5 years, 5 months ago by [benbluef](https://wordpress.org/support/users/benbluef/).
    -  This reply was modified 5 years, 5 months ago by [benbluef](https://wordpress.org/support/users/benbluef/).
    -  This reply was modified 5 years, 5 months ago by [benbluef](https://wordpress.org/support/users/benbluef/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] ancestor_id cannot be null](https://wordpress.org/support/topic/ancestor_id-cannot-be-null/)
 *  Thread Starter [benbluef](https://wordpress.org/support/users/benbluef/)
 * (@benbluef)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/ancestor_id-cannot-be-null/#post-13920943)
 * I think that’s fixed it, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] ancestor_id cannot be null](https://wordpress.org/support/topic/ancestor_id-cannot-be-null/)
 *  Thread Starter [benbluef](https://wordpress.org/support/users/benbluef/)
 * (@benbluef)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/ancestor_id-cannot-be-null/#post-13906349)
 * I’m using Yoast 15.6.2
 * The website is on my local development machine so I’m using the root database
   user that has all permissions.
 * I changed theme to TwentyTwentyOne but still getting the same error (even when
   not using the yoast_breadcrumbs() function).
 * Sometimes constantly re-saving the category and constantly re-saving the product
   makes the breadcrumbs work for that product.

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/benbluef/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/benbluef/replies/page/2/?output_format=md)