<?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"
	>
<channel>
	<title>Comments on: Popularity Contest Plugins activation error</title>
	<atom:link href="http://azlan.anilezfa.com/popularity-contest-plugins-activation-error/feed" rel="self" type="application/rss+xml" />
	<link>http://azlan.anilezfa.com/popularity-contest-plugins-activation-error</link>
	<description>Rojak Campoq Blog</description>
	<pubDate>Tue, 14 Oct 2008 12:32:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: miCRoSCoPiC^eaRthLinG</title>
		<link>http://azlan.anilezfa.com/popularity-contest-plugins-activation-error#comment-115</link>
		<dc:creator>miCRoSCoPiC^eaRthLinG</dc:creator>
		<pubDate>Thu, 29 May 2008 14:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://azlan.anilezfa.com/?p=169#comment-115</guid>
		<description>Why bother changing it to the likes of &lt;code&gt;require(’../wp-blog-header.php’);&lt;/code&gt; OR &lt;code&gt;require(’../somedir/wp-blog-header.php’);&lt;/code&gt; ? I've read thousands of complaints - it worked for some, it didn't for others. The relative path scheme may not always work out correctly. 

If you ask me, the best option would be to use the ABSPATH variable (defined in wp-config.php) and concatenate the rest of the string to it. 

Example:
&lt;code&gt;require( ABSPATH . '/wp-blog-header.php' );&lt;/code&gt;

This should work out without a hitch for anyone and everyone...

Cheers,
m^e</description>
		<content:encoded><![CDATA[<p>Why bother changing it to the likes of <code>require(’../wp-blog-header.php’);</code> OR <code>require(’../somedir/wp-blog-header.php’);</code> ? I&#8217;ve read thousands of complaints - it worked for some, it didn&#8217;t for others. The relative path scheme may not always work out correctly. </p>
<p>If you ask me, the best option would be to use the ABSPATH variable (defined in wp-config.php) and concatenate the rest of the string to it. </p>
<p>Example:<br />
<code>require( ABSPATH . '/wp-blog-header.php' );</code></p>
<p>This should work out without a hitch for anyone and everyone&#8230;</p>
<p>Cheers,<br />
m^e</p>
]]></content:encoded>
	</item>
</channel>
</rss>
