
| 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">
Please include the comment with the code - J-B-T advocates attributing snippets of code to their creators or source. |

