<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Fix -&gt;Wordpres plugin could not be activated fatal error cannot redeclare!</title>
	<atom:link href="http://corpocrat.com/2009/12/22/fix-wordpres-plugin-could-not-be-activated-fatal-error-cannot-redeclare/feed/" rel="self" type="application/rss+xml" />
	<link>http://corpocrat.com/2009/12/22/fix-wordpres-plugin-could-not-be-activated-fatal-error-cannot-redeclare/</link>
	<description>Daily Blog from Internet Entrepreneur/Webmaster</description>
	<lastBuildDate>Sun, 20 May 2012 17:24:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Priyanka</title>
		<link>http://corpocrat.com/2009/12/22/fix-wordpres-plugin-could-not-be-activated-fatal-error-cannot-redeclare/#comment-25788</link>
		<dc:creator>Priyanka</dc:creator>
		<pubDate>Fri, 23 Mar 2012 11:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=568#comment-25788</guid>
		<description>can&#039;t activate my wpshopcart plugin beacuse it gives a fatal error as:

plugin could not be activated because it triggered a fatal error.

can anybody help??it&#039;s urgent ;(

Thanx in advance...........

priyanka:)</description>
		<content:encoded><![CDATA[<p>can&#8217;t activate my wpshopcart plugin beacuse it gives a fatal error as:</p>
<p>plugin could not be activated because it triggered a fatal error.</p>
<p>can anybody help??it&#8217;s urgent ;(</p>
<p>Thanx in advance&#8230;&#8230;&#8230;..</p>
<p>priyanka:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pbu</title>
		<link>http://corpocrat.com/2009/12/22/fix-wordpres-plugin-could-not-be-activated-fatal-error-cannot-redeclare/#comment-5431</link>
		<dc:creator>pbu</dc:creator>
		<pubDate>Tue, 22 Dec 2009 19:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=568#comment-5431</guid>
		<description>Cant agree more! Like you said the functions should be uniquely chosen to avoid collision.</description>
		<content:encoded><![CDATA[<p>Cant agree more! Like you said the functions should be uniquely chosen to avoid collision.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Andrews</title>
		<link>http://corpocrat.com/2009/12/22/fix-wordpres-plugin-could-not-be-activated-fatal-error-cannot-redeclare/#comment-5429</link>
		<dc:creator>James Andrews</dc:creator>
		<pubDate>Tue, 22 Dec 2009 18:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=568#comment-5429</guid>
		<description>The problem with that though is it still doesn&#039;t fix the problem.  If the function exists and has different attributes, then you may be calling the wrong function and then things are not going to be happy.  A better option is when writing a them is to make sure all your functions carry a namespace that won&#039;t be common for example

myplugin_similar_posts()

unless your plugin has the same name as another plugin, then your functions shouldn&#039;t collide.</description>
		<content:encoded><![CDATA[<p>The problem with that though is it still doesn&#8217;t fix the problem.  If the function exists and has different attributes, then you may be calling the wrong function and then things are not going to be happy.  A better option is when writing a them is to make sure all your functions carry a namespace that won&#8217;t be common for example</p>
<p>myplugin_similar_posts()</p>
<p>unless your plugin has the same name as another plugin, then your functions shouldn&#8217;t collide.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

