Are you looking forward to resolving Infinite loop detected in JError Joomla?
Unfortunately, sometimes we faced this error while browsing the Joomla site. This is one of confusing error but its simple to resolve.
At Bobcares, we often get requests from our customers to fix this problem as part of our Server Management Services.
Today, let’s get into the details on how our Support Engineers fix this error.
Why Infinite loop detected in JError Joomla
The error occurs while moving the Joomla website from one server to other.
Usually, the problem arrived due to mistake in the configuration.php, database entry mistakes and so on.
For instance, the error appear as follows.
Let’s see how our Support Engineers fix this problem.
How we fix infinite loop detected error
At Bobcares, where we have more than a decade of expertise in managing servers, we see many customers face problems with Joomla.
Now, let’s see how our Support Engineers fix this error by correcting configuration.php file.
Recently one of the customer approached us with the same error as infinite loop detected in JError Joomla while accessing Joomla site.
On further analysis we could trace that the issue was due to misconfiguration in user’s configuration.php file. We have then opened the configuration file and fixed the problem.
We have cross-checked the configuration file and corrected the incorrect ones. Then the error had resolved.
In addition to this, we assist the customer after founding the detailed cause of the problem.
For getting the detailed information about the actual problem, we edit in the following file of the server.
/libraries/joomla/error/error.php
In the file, we have removed the // commenting tag and add the < pre > tags to get a readable output.
// echo debug_print_backtrace();
Changed to
print"<pre>";
echo debug_print_backtrace();
print"</pre>";
Then we have saved the changes. Thereafter, we could see a more detailed error shown by Joomla, that help for us to have more clues of how to correct the settings in your configuration.php.
[Having trouble with error Infinite loop detected in JError Joomla ? We’ll fix it for you.]
Conclusion
In short, Infinite loop detected in JError Joomla occurs mainly after moving Joomla website from one server to other. The problem can be resolved by correcting configuration.php, database entry mistakes and so on. Today, we saw how our Support Engineers helped the customers in resolving the problem.
0 Comments