<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docs.joomla.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docs.joomla.org/api.php?action=feedcontributions&amp;user=Tdijk&amp;feedformat=atom</id>
		<title>Joomla! Documentation - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://docs.joomla.org/api.php?action=feedcontributions&amp;user=Tdijk&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Special:Contributions/Tdijk"/>
		<updated>2013-05-24T06:26:14Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.3</generator>

	<entry>
		<id>http://docs.joomla.org/Infinite_loop_detected_in_JError_in_Joomla_1.7</id>
		<title>Infinite loop detected in JError in Joomla 1.7</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Infinite_loop_detected_in_JError_in_Joomla_1.7"/>
				<updated>2011-10-01T11:33:42Z</updated>
		
		<summary type="html">&lt;p&gt;Tdijk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}&lt;br /&gt;
{{underconstruction}}&lt;br /&gt;
&lt;br /&gt;
When moving a locally developed Joomla 1.7 site to a server results in the error '''''Infinite loop detected in JError in Joomla 1.7''''' there's something wrong with the configuration in configuration.php&lt;br /&gt;
&lt;br /&gt;
First double check the following variables:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
 public $dbtype = 'mysqli'; // if your server doesn't support mysqli, try 'mysql'&lt;br /&gt;
 public $host = '[some host]';&lt;br /&gt;
 public $user = '[some database user]';&lt;br /&gt;
 public $password = '[some password]';  // wrong password could be the cause&lt;br /&gt;
 public $db = '[some database]';&lt;br /&gt;
 public $dbprefix = '[someprefix_]';&lt;br /&gt;
 public $log_path = '/logs';&lt;br /&gt;
 public $tmp_path = '/tmp';&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To get detailed information about the error, edit on the server /libraries/joomla/error/error.php&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
 public static function throwError(&amp;amp;$exception)&lt;br /&gt;
 {&lt;br /&gt;
     static $thrown = false;&lt;br /&gt;
 &lt;br /&gt;
 // If thrown is hit again, we've come back to JError in the middle of throwing another JError, so die!&lt;br /&gt;
    if ($thrown) {&lt;br /&gt;
       // echo debug_print_backtrace();&lt;br /&gt;
       jexit(JText::_('JLIB_ERROR_INFINITE_LOOP'));&lt;br /&gt;
    }&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
remove the //commenting tag and add the &amp;lt; pre &amp;gt; tags to get a readable output&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt; // echo debug_print_backtrace();&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
change to: &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt; print&amp;quot;&amp;lt;pre&amp;gt;&amp;quot;;&lt;br /&gt;
 echo debug_print_backtrace();&lt;br /&gt;
 print&amp;quot;&amp;lt;/pre&amp;gt;&amp;quot;;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Now Joomla will show a more detailed error that might give you some clues of how to correct the settings in your configuration.php.&lt;br /&gt;
Don't forget to switch off the detailed error reporting afterwards by commenting the ''echo debug_print_backtrace();''.&lt;/div&gt;</summary>
		<author><name>Tdijk</name></author>	</entry>

	</feed>