troubleshoot the problem using what is explained in this link in general issues.
Before Posting
I have deactivated all plugins, but I still see the warning. The error message does go away when switching to the twenty fourteen wordpress theme. I am using a free theme called evolve. I have reached out to the theme developers weeks ago, but I haven’t received a response.
did you try to edit the templates to add the freshness author , because the theme doesn’t have it by default??
No sorry, I haven’t modified any bbpress or evolve files.
I’ve isolated the line the error message is coming from. It’s coming from this line in the function bbp_get_topic_author_link( $args = ” ). Guys I’m really stuck here. I don’t see how this can be a theme error when the warning is clearly being generated by the bbpress plugin.
$author_link = implode( $r[‘sep’], $author_link );
@casnbug
its definitely something wrong with the freshness link just cant tell if a code snippet could be affecting the code or what.
you can go through the basic troubleshooting for general issues by following this post
Before Posting
@Robkk I’ve followed the basic troubleshooting for general issues. Below are the results.
“I have deactivated all plugins, but I still see the warning. The error message does go away when switching to the twenty fourteen wordpress theme. I am using a free theme called evolve. I have reached out to the theme developers weeks ago, but I haven’t received a response.”
The error message does go away when switching to the twenty fourteen wordpress theme.
so the issue is definitely in your theme then.
ill try to search your theme and see if i can find anything.
other than that since i said it looked fine on my end when i tested your theme, maybe you should try uninstalling your theme then re-installing it to see if it fixes the issue.
@Robkk
Sorry, but I disagree. It may be that the theme is not hiding the warning like the default wordpress theme, but the error is definitely coming from the bbpress plugin.
@casnbug
ok if you think its just bbPress maybe your bbPress installation had some issues??
try uninstalling the bbPress plugin then re-install it.
I get this Implode error too
wp-content/plugins/bbpress/includes/topics/template.php on line 1518
Forums with no-parent containing just topics are fine.
But Forums (of type ‘Forum’ or ‘Category’) and containing child-forums display the implode error message against each child-forum.
Am also seeing this with the Evolve theme. My bbPress plugin install is unmodified, as is the theme.
Steve
FYI…The evolve development team figured out that this is a problem with their theme. They’ve fixed it in version 3.2.6 which should be released very soon.
Ah, Thank you very much. Really glad I posted here otherwise may never have found that out.
Thank you.
@casnbug
thats great that they solved the issue.