<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Object of class WP_Error could not be converted to string</title>
		<link>http://www.themolitor.com/forums/topic/plugin-issue-1</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Object of class WP_Error could not be converted to string</description>
		<language>en-US</language>
		<pubDate>Sat, 09 May 2026 13:28:04 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/plugin-issue-1" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Object of class WP_Error could not be converted to string"</title>
			<link>http://www.themolitor.com/forums/topic/plugin-issue-1#post-20261</link>
			<pubDate>Wed, 17 Apr 2013 09:33:07 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">20261@http://www.themolitor.com/forums/</guid>
			<description><p>Sure thing!</p>
<p>Please don't forget to rate the theme on your downloads page on ThemeForest when you have the chance. It REALLY helps.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Mouchoir on "Object of class WP_Error could not be converted to string"</title>
			<link>http://www.themolitor.com/forums/topic/plugin-issue-1#post-20247</link>
			<pubDate>Tue, 16 Apr 2013 13:56:31 +0000</pubDate>
			<dc:creator>Mouchoir</dc:creator>
			<guid isPermaLink="false">20247@http://www.themolitor.com/forums/</guid>
			<description><p>Hello !</p>
<p>Thanks a lot Molitor, I remplaced the line 78 and it worked :)<br />
Am I allowed to share the answer on the topic I opened on the plugin's support website ?</p>
<p>Thanks
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Object of class WP_Error could not be converted to string"</title>
			<link>http://www.themolitor.com/forums/topic/plugin-issue-1#post-20245</link>
			<pubDate>Tue, 16 Apr 2013 13:53:04 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">20245@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>This is actually a plugin-related issue...</p>
<p>That URL is showing a single post, correct? The error you're getting is caused by the fact that that post isn't assigned to any category, which the breadcrumbs on the page is looking for. </p>
<p>If you look at the URL, you'll see "events/event". Those aren't actual categories as visiting these pages returns a 404 error message.</p>
<p>I'm not sure how the plugin developer is creating these urls or posts, but that is the reason it isn't working. Those aren't real categories the post is sitting in, so the breadcrumbs are throwing an error message.</p>
<p>All that said, you can try replacing the following on line 78 in the functions.php file...</p>
<pre><code>echo get_category_parents($cat, TRUE, &#039; &#039; . $delimiter . &#039; &#039;);</code></pre>
<p>...with this...</p>
<pre><code>echo is_wp_error( $cat_parents = get_category_parents($cat, TRUE, &#039;&#039; . $delimiter . &#039;&#039;) ) ? &#039;&#039; : $cat_parents;</code></pre>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Mouchoir on "Object of class WP_Error could not be converted to string"</title>
			<link>http://www.themolitor.com/forums/topic/plugin-issue-1#post-20236</link>
			<pubDate>Tue, 16 Apr 2013 11:44:24 +0000</pubDate>
			<dc:creator>Mouchoir</dc:creator>
			<guid isPermaLink="false">20236@http://www.themolitor.com/forums/</guid>
			<description><p>Hello,</p>
<p>I have an issue with a plugin called Event Organizer : basicly, the events just don't display. I tried to get in touch with the plugin dev, but he told me it was a theme issue : <a href="https://github.com/stephenharris/Event-Organiser/issues/80#issuecomment-16466757" rel="nofollow">https://github.com/stephenharris/Event-Organiser/issues/80#issuecomment-16466757</a><br />
Here is the eror I get :</p>
<p>Catchable fatal error: Object of class WP_Error could not be converted to string in /homez.705/solidarikx/www/wp-content/themes/wpaid/functions.php on line 78</p>
<p>Like here : <a href="http://solidariteenfanceroumanie.fr/events/event/piece-de-theatre-lidiote-de-marcel-achard/" rel="nofollow">http://solidariteenfanceroumanie.fr/events/event/piece-de-theatre-lidiote-de-marcel-achard/</a></p>
<p>I hope you'll be able to help me with this</p>
<p>Thanks a lot for your understanding and your help</p>
<p>Regards
</p></description>
		</item>

	</channel>
</rss>
