<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ThinkSupport.net - Outsourced Web Hosting Support, Cheap Server Management, Cheap Fully Managed Dedicated Servers, Software Development, Website Designing and SEO services, Vision Helpdesk Software &#187; Script related errors and fixes</title>
	<atom:link href="http://www.thinksupport.net/blog/category/script-related-errors-and-fixes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thinksupport.net/blog</link>
	<description>Outsourced Web Hosting and Software Development</description>
	<lastBuildDate>Wed, 27 Jan 2010 15:47:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Joomla Error: &#8220;RG_Emulation is Onâ€ warning in my admin area.</title>
		<link>http://www.thinksupport.net/blog/joomla-error-rg_emulation-is-on%e2%80%9d-warning-in-my-admin-area.html</link>
		<comments>http://www.thinksupport.net/blog/joomla-error-rg_emulation-is-on%e2%80%9d-warning-in-my-admin-area.html#comments</comments>
		<pubDate>Mon, 05 Nov 2007 12:38:57 +0000</pubDate>
		<dc:creator>Nisha</dc:creator>
				<category><![CDATA[Script related errors and fixes]]></category>

		<guid isPermaLink="false">http://thinksupport.net/blog/joomla-error-rg_emulation-is-on%e2%80%9d-warning-in-my-admin-area.html</guid>
		<description><![CDATA[ Joomla Error: &#8220;RG_Emulation is Onâ€ warning in my admin area.
Edit the file, globals.php, found in the root directory of your Joomla
then find this code:
define( â€˜RG_EMULATIONâ€™, 1 );
And change the line to:
define( â€˜RG_EMULATIONâ€™, 0 );
Notice the value change from 1 to 0.
]]></description>
			<content:encoded><![CDATA[<p> <strong>Joomla Error: &#8220;RG_Emulation is Onâ€ warning in my admin area.</strong></p>
<p>Edit the file, globals.php, found in the root directory of your Joomla</p>
<p>then find this code:</p>
<p>define( â€˜RG_EMULATIONâ€™, 1 );</p>
<p>And change the line to:<br />
define( â€˜RG_EMULATIONâ€™, 0 );</p>
<p>Notice the value change from 1 to 0.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinksupport.net/blog/joomla-error-rg_emulation-is-on%e2%80%9d-warning-in-my-admin-area.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSCommerce error &#8211; Fatal error: Cannot re-assign $this in &#8230; /upload.php on line..</title>
		<link>http://www.thinksupport.net/blog/oscommerce-error-fatal-error-cannot-re-assign-this-in-uploadphp-on-line.html</link>
		<comments>http://www.thinksupport.net/blog/oscommerce-error-fatal-error-cannot-re-assign-this-in-uploadphp-on-line.html#comments</comments>
		<pubDate>Mon, 05 Nov 2007 11:21:37 +0000</pubDate>
		<dc:creator>Nisha</dc:creator>
				<category><![CDATA[Script related errors and fixes]]></category>

		<guid isPermaLink="false">http://thinksupport.net/blog/oscommerce-error-fatal-error-cannot-re-assign-this-in-uploadphp-on-line.html</guid>
		<description><![CDATA[OSCommerce Error &#8211; Fatal error: Cannot re-assign $this in &#8230; /upload.php on line ..
To fix this, edit the &#8216;upload.php&#8217; file mentioned in the error message. Open the file and find the line that says:
// self destruct
$this = null;
Now edit it to:
// self destruct
// $this = null;
unset($this);
Basically comment out with // the $this = null; line [...]]]></description>
			<content:encoded><![CDATA[<p><strong>OSCommerce Error &#8211; Fatal error: Cannot re-assign $this in &#8230; /upload.php on line ..</strong></p>
<p>To fix this, edit the &#8216;upload.php&#8217; file mentioned in the error message. Open the file and find the line that says:</p>
<p>// self destruct<br />
$this = null;</p>
<p>Now edit it to:</p>
<p>// self destruct<br />
// $this = null;<br />
unset($this);</p>
<p>Basically comment out with // the $this = null; line and add the unset($this); line</p>
<p>Your admin panel should work fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinksupport.net/blog/oscommerce-error-fatal-error-cannot-re-assign-this-in-uploadphp-on-line.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
