Support FAQs

User Rating:  / 0
PoorBest 


There is a fairly simple fix for the "Internet Explorer - Cannot open the site..." problem that is becoming more prevalent as we experiment with different Javascript libraries and Google API.

In the index.php of the template file of Joomla, there should be a segment of code that calls the Google component config.php through a require function, as well as a Javascript call from Google itself. This segment of code was originally set to be inserted before head section the of the HTML. This insertion, however causes IE6 to abort all functions and not load the site.

Solution: Remove the code from the head section and insert it before the end body tag at the bottom of the file. This will fix the problem.

Copyright © 2007-2012 3by400, Inc. All Rights Reserved

Joomla! is Free Software released under the GNU/GPL License. The Joomla!® name is used under a limited license from Open Source Matters in the United States and other countries. 3by400 is not affiliated with or endorsed by Open Source Matters or the Joomla! Project.

Back to Top