develCuy,

I have installed firebug_lite module on my drupal 6.11.
I got it adding 'core = 6.x' on firebug_lite.info file.

When I browse into my drupal site with Firefox, Firebug shows the following message: FIREBUG_LITE_CSS is not defined

I think this is caused by first line of code on firebug-lite-compressed.js:

var firebug={version:[1.23,20090309],el:{},env:{"cache":{},"extConsole":null,"css":FIREBUG_LITE_CSS,"debug":true,"detectFirebug":FIREBUG_LITE_DETECT_FIREBUG

firebug-lite.css IS inside firebug_lite module directory

CommentFileSizeAuthor
#3 firebug_lite-ie8.png88.98 KBfcedillo

Comments

develcuy’s picture

It seems like invocations of drupal_add_css and drupal_add_js have to be tweaked for D6.

develcuy’s picture

Status: Active » Fixed

Just committed a working port to D6

fcedillo’s picture

StatusFileSize
new88.98 KB

I got the following error message running drupal_lite on Internet Explorer 8.0

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322)
Timestamp: Sun, 24 May 2009 22:38:20 UTC

Message: 'el.button[...].container' is null or not an object
Line: 74
Char: 343
Code: 0
URI: http://.../cms/sites/default/modules/firebug_lite/firebug-lite-compressed.js?k

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.