BBpress not showing topics after update

Hiya,

I’ve just updated my X Theme and WordPress to the latest versions and now BBPress no longer shows any topics.

You can see the forums here:

http://www.wpeagle.com/forums/

But when you click through, say to here:

http://www.wpeagle.com/forums/forum/amazon-affiliate-website-support/

The page doesn’t appear to load.

I’ve switched to Twenty twelve and they show fine so it must be a theme problem…

-Alex

I am having this same issue.

Our BBPress is not working and it seems that others are having an issue as well… the site address: staging.truesacredunion.com. None of our forums are displaying. Only one topic.

So it looks like a problem with X Theme.

Themeco are you going to reply?

Hoping for a resolution. Having an impact on business. Thanks!

Where are you themeco? maybe you guys should start some more threads on this

-Alex

Hi guys,

Please provide your sample URLs and I’ll check.

@alexdigital, it’s due to internal server error.

To find out what error this is, please edit your site’s wp-config.php and replace this line

define('WP_DEBUG', false);

with these new lines

define('WP_DEBUG', true);
define('WP_DEBUG_DEBUG', true);
define('WP_DEBUG_DISPLAY', false);

Then load that page again (the blank one), then through your FTP, download the file /wp-content/debug.log here in your thread, in a secure note. We’ll see what’s in there, but if it’s about exhausted memory then you can simply increase your memory limit by adding this line just above the debug line in your wp-config.php

define( 'WP_MEMORY_LIMIT', '256M' );

Thanks!

Please advise: www.supersprings.com

Hi,

Does this help…

PHP Fatal error: Call to undefined function x_get_breadcrumb_delimiter() in /nas/content/live/eaglewp/wp-content/themes/x/framework/functions/global/plugins/bbpress.php on line 439

-Alex

I was getting the same server level 500 error. Spoke with host. Issue resolved.

Here is what my host identified as the problem and how they resolved it.

The bbpress plugin in the theme folder was trying to call a deprecated theme function. We moved the deprecated theme functions into the child theme so that it wouldn’t throw an error.

Hi @alexdigital and @millertj42,

You are getting the same error. There is a known bug on a bbpress breadcrumbs. A fixed will be available on the next release. See this: https://theme.co/apex/forum/t/pro-1-2-4-rc1-x-5-2-3-rc1-cornerstone-2-1-4-rc1/11736

Hope this helps.

thanks. that’s fixed it…

-Alex

Glad to hear it’s sorted.

Cheers!