j-training.jpg
Done but with errors - page load error

Are you getting little yellow triangle errors on the bottom right corner in IE when your page loads?


That pesky little "Done, but with errors" message is annoying in Internet Explorer and difficult to work out where you went wrong or which addon has added what is usually a javascript error, hence the message.

Try this quick fix.

In the backend of Joomla, go to your template manager, open the html (which is the template  index.php file, if you are accessing the files via the server) and paste this fix: in the HEAD section - i.e. just before </head> will do the trick.

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com/ -->
<!-- Original:  David Sosnowski ( \n support @codefoot.com ) -->
<!-- Web Site:  http://www.codefoot.com/This e-mail address is being protected from spam bots, you need JavaScript enabled to view it -->

<!-- Begin
function blockError(){return true;}
window.onerror = blockError;
//  End -->
</script>


Please include the comment with the code - J-B-T advocates attributing snippets of code to their creators or source.