<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	
	<channel>
	
	<title>Archived ExpressionEngine Community Support Forums</title>
	<link>http://expressionengine.com/archived_forums/</link>
	<description>Archived ExpressionEngine Community Support Forums</description>
	<copyright>Copyright 2010 EllisLab</copyright>
	<docs>http://www.rssboard.org/rss-specification</docs>
	<generator>ExpressionEngine v2.2.2 http://expressionengine.com/</generator>
	<language>en</language>
	<lastBuildDate>Fri, 09 Jul 2010 14:25:08 GMT</lastBuildDate>
	<atom:link href="http://expressionengine.com/archived_forums/rss/" rel="self" type="application/rss+xml" />
		

	<item>
		<title>getting &amp;quot;file expired&amp;quot; message in trying to install 30 day trial of EE2</title>
		<link>http://expressionengine.com/archived_forums/viewthread/160271/</link>
		<author>John St-Amand</author>
		<description><![CDATA[<p>Hi there - I just downloaded the EE2 trial and tried to upload it to my new account on Engine Hosting and when i go to complete the install, i get the following error:</p>

<p>Fatal error: This file has expired. in /www/eh13436/public_html/system/expressionengine/installer/core/Installer_Config.php on line 0</p>

<p>What do I do now?&nbsp; I&#8217;m really anxious to get started familiarizing myself with EE2.</p>

<p>Thanks,<br />
Jean</p>

<p><span style="color:purple;">Moved to 2.0 beta trial support by Moderator</span></p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/160271/#When:14:21:40Z</guid>
		<pubDate>Fri, 09 Jul 2010 14:21:40 GMT</pubDate>
	</item>

	<item>
		<title>Your config file does not appear to be formatted correctly.</title>
		<link>http://expressionengine.com/archived_forums/viewthread/160158/</link>
		<author>chrisx</author>
		<description><![CDATA[<p>Thank you for reading. Trying to get a feel for EE, I have downloaded the EE 2.0 trial,<br />
unzipped the files in an Apache htdocs directory, and right away I get an error:<br />
<i>Your config file does not appear to be formatted correctly</i>.</p>

<p>If I do this with CodeIgniter, I get the Welcome view.<br />
I do not have any htaccess rules defined anywhere.<br />
This is the software I am using, if it helps.</p>

<p>EE 2.0 30-day Trial with Zend Optimizer<br />
ZCE 5.0 (ZendServer-CE-5.0.1_RC29-5.3.2-Windows_x86)<br />&#8212;- Apache/2.2.15 (Win32) mod_ssl/2.2.15 OpenSSL/0.9.8n<br />&#8212;- PHP 5.3.2<br />
XP Pro SP3 (2600.xpsp_sp3_gdr.100216-1514: Service Pack 3)<br />
Zend Optimizer 3.3.3<br />
Also Zend Guard 5.1.0 EA, after reading a different thread:<br />
<a href="http://expressionengine.com/forums/viewthread/138453/">http://expressionengine.com/forums/viewthread/138453/</a></p>

<p>And, taking a peek for myself&#8230;</p>

<p><b>system\core\Common.php</b> on line 241 reads:</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">if&nbsp;(&nbsp;!&nbsp;isset(</span><span style="color: #0000BB">$config</span><span style="color: #007700">)&nbsp;OR&nbsp;!&nbsp;</span><span style="color: #0000BB">is_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$config</span><span style="color: #007700">))&nbsp;</span>
</span>
</code></div>
<p>Yet <b>system\expressionengine\config\config.php</b> is a zero-byte file</p>

<p>Am I to create the $config array here to bypass the error?</p>

<p>Thank for your help!</p>

<p>Chris</p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/160158/#When:03:51:43Z</guid>
		<pubDate>Thu, 08 Jul 2010 03:51:43 GMT</pubDate>
	</item>

	<item>
		<title>&#8220;A PHP Error was encountered&#8221; while installing a fresh copy of EE</title>
		<link>http://expressionengine.com/archived_forums/viewthread/159914/</link>
		<author>GuettaBlaster</author>
		<description><![CDATA[<p><b>This question may be related to a <a href="http://expressionengine.com/forums/viewthread/155194/">resolved thread</a>.</b></p>

<p>While installing a fresh copy of demo EE on linux with PHP 5.2.9 and Zend Optimizer 3.3.9 I get following errors after submiting the installation process:<br />&#8212;-<br />
A PHP Error was encountered<br />
Severity: Notice<br />
Message: Use of undefined constant AJAX_REQUEST - assumed &#8216;AJAX_REQUEST&#8217;<br />
Filename: core/EE_Exceptions.php<br />
Line Number: 56<br />&#8212;&#8212;<br />&#8212;&#8212;<br />
A PHP Error was encountered<br />
Severity: Notice<br />
Message: Use of undefined constant AJAX_REQUEST - assumed &#8216;AJAX_REQUEST&#8217;<br />
Filename: core/EE_Exceptions.php<br />
Line Number: 62<br />&#8212;&#8212;&#8212;&#8212;</p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/159914/#When:15:28:50Z</guid>
		<pubDate>Mon, 05 Jul 2010 15:28:50 GMT</pubDate>
	</item>

	<item>
		<title>Standard Global Variables Question</title>
		<link>http://expressionengine.com/archived_forums/viewthread/159804/</link>
		<author>PeeTER</author>
		<description><![CDATA[<p>Hi,</p>

<p>I&#8217;m converting a 1.x site to 2.x and I make use of the &#123;bio&#125; tag as a standard global in my templates. I noticed in the docs for 2.x beta the &#123;bio&#125; variable, among several others, is no longer listed as as standard global variable. I&#8217;m wondering if this is an oversite or it is it a depreciated feature.</p>

<p>Currently the global works even though it&#8217;s not listed. Please let me know what&#8217;s up with this.</p>

<p>Thanks!</p>

<p>Peter</p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/159804/#When:19:48:36Z</guid>
		<pubDate>Sat, 03 Jul 2010 19:48:36 GMT</pubDate>
	</item>

	<item>
		<title>Change captcha colours</title>
		<link>http://expressionengine.com/archived_forums/viewthread/159717/</link>
		<author>simontmitchell</author>
		<description><![CDATA[<p>Hi</p>

<p>I want to change the default captcha colours to match my website design.</p>

<p>I read another thread on how to do this in 1.* but the file structure seems different in 2.0.</p>

<p>I&#8217;ve found the file captcha_pi.php in ./system/plugins/captcha_pi.php and made the the following changes (should now be blue-green not pink), <br /></p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #FF8000">//&nbsp;-----------------------------------<br />&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;&nbsp;Assign&nbsp;colors<br />&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;-----------------------------------<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$bg_color&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">imagecolorallocate&nbsp;</span><span style="color: #007700">(</span><span style="color: #0000BB">$im</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">255</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">255</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">255</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$border_color&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">imagecolorallocate&nbsp;</span><span style="color: #007700">(</span><span style="color: #0000BB">$im</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">191</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">218</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">218</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$text_color&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">imagecolorallocate&nbsp;</span><span style="color: #007700">(</span><span style="color: #0000BB">$im</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">70</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">173</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">172</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$grid_color&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">imagecolorallocate</span><span style="color: #007700">(</span><span style="color: #0000BB">$im</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">122</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">182</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">183</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$shadow_color&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">imagecolorallocate</span><span style="color: #007700">(</span><span style="color: #0000BB">$im</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">236</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">238</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">238</span><span style="color: #007700">);&nbsp;</span>
</span>
</code></div>
<p>but it has had no effect. Any advice?</p>

<p>Simon</p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/159717/#When:13:27:44Z</guid>
		<pubDate>Fri, 02 Jul 2010 13:27:44 GMT</pubDate>
	</item>

	<item>
		<title>What template tags are allowed in an entry&#63;</title>
		<link>http://expressionengine.com/archived_forums/viewthread/159239/</link>
		<author>twaddington</author>
		<description><![CDATA[<p>I&#8217;m trying to use a snippet tag in a channel entry and it doesn&#8217;t seem to be working. What template tags are allowed in channel entries?</p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/159239/#When:04:43:24Z</guid>
		<pubDate>Mon, 28 Jun 2010 04:43:24 GMT</pubDate>
	</item>

	<item>
		<title>A PHP Error was encountered when trying to create a custom field</title>
		<link>http://expressionengine.com/archived_forums/viewthread/159071/</link>
		<author>alandickinson</author>
		<description><![CDATA[<p>Having this same problem - Can I update my trial version to the full version without doing a full reinstall?</p>

<p>Thanks.</p>

<p><span style="font-size:11px;"><i>[<b>Mod Edit:</b> Split into a new thread from <a href="http://expressionengine.com/forums/viewthread/157756/">here</a></i></span></p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/159071/#When:04:40:41Z</guid>
		<pubDate>Sat, 26 Jun 2010 04:40:41 GMT</pubDate>
	</item>

	<item>
		<title>Garbled characters in 2.0 Public Beta Trial when unzipped</title>
		<link>http://expressionengine.com/archived_forums/viewthread/158163/</link>
		<author>Garden-variety Fool</author>
		<description><![CDATA[<p>I just  tried downloading the Trail version of the public beta with the aim of installing it for a client to try out, but when I unzipped the files and uploaded them to the server, I encountered the following message when attempting to install EE:</p>

<blockquote><p>Fatal error: Unable to read 16234 bytes in /path/to/system/expressionengine/core/EE_Config.php  on line 0</p>
</blockquote>

<p>Looking at that file, I see that everything from line 11 onward looks something like this:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">・ﾍ&#125;&#91;・G描NUﾍﾐT3ｨ･</span><span style="color: #007700">;</span><span style="color: #0000BB">ZYﾗﾘKﾛ</span><span style="color: #007700">@</span><span style="color: #0000BB">ｻ3</span><span style="color: #FF8000">#2"#ﾍﾚ焉ｼcl醤ﾆｰﾝ跛VUvﾕ賓ﾝ&#123;ｹ塁ｲ焜・齣ZBB鑓XB4鎤ﾏFｰdﾏﾇ0Vk%ｾ,$&gt;@xﾌ葦眦&#123;Ndfﾄ烏・wwﾕ9拓:q箴・､ﾙ數dｼ|dｴ;xxｺgｨ&lt;岾BI!yﾁU剳ｩLｴ$G_ｿ4)ｾ・・ﾂﾟ,g'ﾃjｱ・&gt;p!K9蹕JU&lt;ｼ7;椣ﾎf"ﾏﾋ\ﾂ'5Y&#93;OｪaxｹZ槝ﾊ2Wｹ・C&nbsp;&nbsp;&nbsp;&nbsp;俍砧咐4+dｩ･ﾀ8Z,Fﾗﾏf9胙&nbsp;</span>
</span>
</code></div>

<p>At first I thought maybe I had uploaded the files incorrectly, but I checked the local copies and found out they are the same way. Is it supposed to look like this? I&#8217;ve tried a number of different ways of unzipping the files, but the results always seem the same. </p>

<p>Are there any special steps to unzipping/uploading the Trial files that I should be aware of?</p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/158163/#When:14:57:35Z</guid>
		<pubDate>Wed, 16 Jun 2010 14:57:35 GMT</pubDate>
	</item>

	<item>
		<title>Rss Template Error</title>
		<link>http://expressionengine.com/archived_forums/viewthread/157991/</link>
		<author>geisterwerker</author>
		<description><![CDATA[<p>Hi, </p>

<p>Im trying to generate my feed with with RSS 2 Atom. Here is the template:</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;assign_variable</span><span style="color: #007700">:</span><span style="color: #0000BB">master_channel_name</span><span style="color: #007700">=</span><span style="color: #DD0000">"portfolio"</span><span style="color: #0000BB">&#125;<br />&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">rss</span><span style="color: #007700">:</span><span style="color: #0000BB">feed&nbsp;channel</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;master_channel_name&#125;"</span><span style="color: #0000BB">&#125;<br /><br />&lt;?xml&nbsp;version</span><span style="color: #007700">=</span><span style="color: #DD0000">"1.0"&nbsp;</span><span style="color: #0000BB">encoding</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;encoding&#125;"</span><span style="color: #0000BB">?&gt;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">rss&nbsp;version</span><span style="color: #007700">=</span><span style="color: #DD0000">"2.0"<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">xmlns</span><span style="color: #007700">:</span><span style="color: #0000BB">dc</span><span style="color: #007700">=</span><span style="color: #DD0000">"http://purl.org/dc/elements/1.1/"<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">xmlns</span><span style="color: #007700">:</span><span style="color: #0000BB">sy</span><span style="color: #007700">=</span><span style="color: #DD0000">"http://purl.org/rss/1.0/modules/syndication/"<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">xmlns</span><span style="color: #007700">:</span><span style="color: #0000BB">admin</span><span style="color: #007700">=</span><span style="color: #DD0000">"http://webns.net/mvcb/"<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">xmlns</span><span style="color: #007700">:</span><span style="color: #0000BB">rdf</span><span style="color: #007700">=</span><span style="color: #DD0000">"http://www.w3.org/1999/02/22-rdf-syntax-ns#"<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">xmlns</span><span style="color: #007700">:</span><span style="color: #0000BB">content</span><span style="color: #007700">=</span><span style="color: #DD0000">"http://purl.org/rss/1.0/modules/content/"</span><span style="color: #007700">&gt;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">channel</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">title</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">xml_encode&#125;&#123;site_name&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">xml_encode&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">title</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">link</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;site_url&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">link</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">description</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;channel_description&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">description</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">dc</span><span style="color: #007700">:</span><span style="color: #0000BB">language</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;channel_language&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">dc</span><span style="color: #007700">:</span><span style="color: #0000BB">language</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">dc</span><span style="color: #007700">:</span><span style="color: #0000BB">creator</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;email&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">dc</span><span style="color: #007700">:</span><span style="color: #0000BB">creator</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">dc</span><span style="color: #007700">:</span><span style="color: #0000BB">rights</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Copyright&nbsp;&#123;gmt_date&nbsp;format</span><span style="color: #007700">=</span><span style="color: #DD0000">"%Y"</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">dc</span><span style="color: #007700">:</span><span style="color: #0000BB">rights</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">dc</span><span style="color: #007700">:</span><span style="color: #0000BB">date</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;gmt_date&nbsp;format</span><span style="color: #007700">=</span><span style="color: #DD0000">"%Y-%m-%dT%H:%i:%s%Q"</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">dc</span><span style="color: #007700">:</span><span style="color: #0000BB">date</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">admin</span><span style="color: #007700">:</span><span style="color: #0000BB">generatorAgent&nbsp;rdf</span><span style="color: #007700">:</span><span style="color: #0000BB">resource</span><span style="color: #007700">=</span><span style="color: #DD0000">"http://expressionengine.com/"&nbsp;</span><span style="color: #007700">/&gt;<br />&nbsp;<br /></span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">channel</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&nbsp;channel</span><span style="color: #007700">=</span><span style="color: #DD0000">"portfolio"&nbsp;</span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"10"&nbsp;</span><span style="color: #0000BB">rdf</span><span style="color: #007700">=</span><span style="color: #DD0000">"off"&nbsp;</span><span style="color: #0000BB">dynamic_start</span><span style="color: #007700">=</span><span style="color: #DD0000">"on"&nbsp;</span><span style="color: #0000BB">disable</span><span style="color: #007700">=</span><span style="color: #DD0000">"member_data|trackbacks"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">item</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">title</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">xml_encode&#125;&#123;title&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">xml_encode&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">title</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">link</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;site_url&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">link</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">guid</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;title_permalink</span><span style="color: #007700">=</span><span style="color: #0000BB">site</span><span style="color: #007700">/</span><span style="color: #0000BB">index&#125;</span><span style="color: #FF8000">#When:&#123;gmt_entry_date&nbsp;format="%H:%i:%sZ"&#125;&lt;/guid&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">description</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">xml_encode&#125;&#123;excerpt&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">xml_encode&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">description</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">dc</span><span style="color: #007700">:</span><span style="color: #0000BB">subject</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">xml_encode&#125;&#123;categories&nbsp;backspace</span><span style="color: #007700">=</span><span style="color: #DD0000">"1"</span><span style="color: #0000BB">&#125;&#123;category_name&#125;</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">categories&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">xml_encode&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">dc</span><span style="color: #007700">:</span><span style="color: #0000BB">subject</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">dc</span><span style="color: #007700">:</span><span style="color: #0000BB">date</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;gmt_entry_date&nbsp;format</span><span style="color: #007700">=</span><span style="color: #DD0000">"%Y-%m-%dT%H:%i:%s%Q"</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">dc</span><span style="color: #007700">:</span><span style="color: #0000BB">date</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">item</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">channel</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">channel</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">rss</span><span style="color: #007700">&gt;<br /><br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">rss</span><span style="color: #007700">:</span><span style="color: #0000BB">feed&#125;&nbsp;</span>
</span>
</code></div>

<p><br />
Here is the error:</p>

<p>&#8220;This page contains the following errors:<br />
error on line 1 at column 1: Document is empty<br />
Below is a rendering of the page up to the first error.&#8221;</p>

<p>What am I doing wrong here? Running v2.0.2pb01</p>

<p>Many thanks,<br />
G</p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/157991/#When:03:28:42Z</guid>
		<pubDate>Tue, 15 Jun 2010 03:28:42 GMT</pubDate>
	</item>

	<item>
		<title>Frustrating format problems!</title>
		<link>http://expressionengine.com/archived_forums/viewthread/157914/</link>
		<author>philipdring</author>
		<description><![CDATA[<p>Hi,</p>

<p>Despite hours and hours of lost production time reading forums and the beta documentation, I am unable to resolve a critical problem concerning unwanted  tags in my edit form. Apparently, any custom field tags, regardless of the channel or field configuration, add paragraph tags to data added using the standalone entry form. I&#8217;m using the latest version of the public beta 2 and urgently need to resolve this problem. Please can you help?</p>

<p><span style="font-size:11px;"><i>[<b>Mod Edit:</b> Moved to the EE 2.0 PB: Trial Support forum]</i></span></p>]]></description>
		<guid isPermalink="false">http://expressionengine.com/archived_forums/viewthread/157914/#When:12:16:43Z</guid>
		<pubDate>Mon, 14 Jun 2010 12:16:43 GMT</pubDate>
	</item>

	
	</channel>
</rss>
