I've caught some bugs with the Chrome command line js debugger that Firebug has missed. Just FYI for next time.
-Don-
On 12/23/2009 1:19 PM, Néstor wrote:
I found the problem by using Firebug. There was a js file that I had remove but in the template.php I had drupal_add_js() function calling for it.
Thanks,
Nestor :-)
On Wed, Dec 23, 2009 at 8:33 AM, Néstor <rotsen@gmail.com mailto:rotsen@gmail.com> wrote:
I am gettinf an error when viewing our intranet site on IE8 and it does not display the site but on FF and Chrome the site displays. Thsi is the error on IE: ------------------------------------ Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Wed, 23 Dec 2009 16:29:37 UTC Message: Invalid argument. Line: 93 Char: 3 Code: 0 URI: http://milhouse2.sdcwa.org:8999/nestor/scroller612/sites/all/themes/newsflash/js/sdcwa_ddaccordion.js?f Message: 'document.body' is null or not an object Line: 3204 Char: 3 Code: 0 URI: http://milhouse2.sdcwa.org:8999/nestor/scroller612/misc/jquery.js?f ---------------------------------------------------- There is not line # 3204 on sdcwa_ddaccordion.js. There are only 200 lines on that js Any ideas? Thanks, Néstor :-)