I've got 2.0.0.4 & 1.05 and it's been working fine for me.
When I had trouble with other mozilla plugins, I found I had to uninstall and delete the /docs & settings/user/application data/mozilla product folder to get it working again. For that matter, if you can just uninstall firebug and locate which folder it's using inside application data, that may get it back to ground zero for you.
On another note, do you two have any other plugins in common?
> I've got 2.0.0.4 & 1.05 and it's been working fine for me.
> When I had trouble with other mozilla plugins, I found I had to > uninstall and delete the > /docs & settings/user/application data/mozilla product folder to get > it working again. For that matter, if you can just uninstall firebug > and locate which folder it's using inside application data, that may > get it back to ground zero for you.
> On another note, do you two have any other plugins in common?
I'm using Linux. I've removed ~/.mozilla directory and still got the same problem.
So, at least in my case, it has nothing to do with firebug settings or conflict with other plugins, because after removing ~/.mozilla I got a clean firefox run, with no add-on installed and no configurations left.
On Jul 10, 3:19 am, jaygo <jaygo...@gmail.com> wrote:
> I've got 2.0.0.4 & 1.05 and it's been working fine for me.
> When I had trouble with other mozilla plugins, I found I had to > uninstall and delete the > /docs & settings/user/application data/mozilla product folder to get > it working again. For that matter, if you can just uninstall firebug > and locate which folder it's using inside application data, that may > get it back to ground zero for you.
> On another note, do you two have any other plugins in common?
Do you see any errors in Firefox->Tools->ErrorConsole? When you use url="about:config" filter on firebug, do any settings look wrong? Do you have the same problem with the fireclipse.xucia.com version?
On Jul 11, 10:28 pm, Nilton Volpato <nilton.volp...@gmail.com> wrote:
> I'm using Linux. I've removed ~/.mozilla directory and still got the > same problem.
> So, at least in my case, it has nothing to do with firebug settings or > conflict with other plugins, because after removing ~/.mozilla I got a > clean firefox run, with no add-on installed and no configurations > left.
> On Jul 10, 3:19 am, jaygo <jaygo...@gmail.com> wrote:
> > I've got 2.0.0.4 & 1.05 and it's been working fine for me.
> > When I had trouble with other mozilla plugins, I found I had to > > uninstall and delete the > > /docs & settings/user/application data/mozilla product folder to get > > it working again. For that matter, if you can just uninstall firebug > > and locate which folder it's using inside application data, that may > > get it back to ground zero for you.
> > On another note, do you two have any other plugins in common?
> On another note, do you two have any other plugins in common?
Well, this is strange. After the morning install of the Microsoft patches and a reboot, FireBug is back. Very weird! I'd stopped/started FireFox many times without Firebug showing up, and now, the little Green check box is back and the FireBug console works.
> On Jul 11, 10:28 pm,NiltonVolpato <nilton.volp...@gmail.com> wrote:
> > I'm using Linux. I've removed ~/.mozilla directory and still got the > > same problem.
> > So, at least in my case, it has nothing to do with firebug settings or > > conflict with other plugins, because after removing ~/.mozilla I got a > > clean firefox run, with no add-on installed and no configurations > > left.
> > On Jul 10, 3:19 am, jaygo <jaygo...@gmail.com> wrote:
> > > I've got 2.0.0.4 & 1.05 and it's been working fine for me.
> > > When I had trouble with other mozilla plugins, I found I had to > > > uninstall and delete the > > > /docs & settings/user/application data/mozilla product folder to get > > > it working again. For that matter, if you can just uninstall firebug > > > and locate which folder it's using inside application data, that may > > > get it back to ground zero for you.
> > > On another note, do you two have any other plugins in common?
var _CC = Components.classes; So when you load Firebug the Mozilla Components.classes object is undefined. Something bad is broken in your environment; its not a Firebug "bug" and the xucia.com version will not help.
John.
On Jul 16, 3:54 pm, Nilton Volpato <nilton.volp...@gmail.com> wrote:
> On 12 jul, 03:05, John J Barton <johnjbar...@johnjbarton.com> wrote:
> > Do you see any errors in Firefox->Tools->ErrorConsole?
> Yes! See below.
> Error: _CC[cName] has no properties > Source File: chrome://firebug/content/xpcom.js > Line: 25
> Error: FBL.ns is not a function > Source File: chrome://firebug/content/sourceCache.js > Line: 3
> Error: FBL.ns is not a function > Source File: chrome://firebug/content/insideOutBox.js > Line: 3
> Error: FBL.ns is not a function > Source File: chrome://firebug/content/tabWatcher.js > Line: 3
> Error: FBL.ns is not a function > Source File: chrome://firebug/content/firebug.js > Line: 3
> "Error: FBL.ns is not a function" is repeated for a bunch of other > files.
> Error: FBL.initialize is not a function > Source File: chrome://firebug/content/chrome.js > Line: 63
> > When you use url="about:config" filter on firebug, do any settings > > look wrong?
> No. It seems everything is right.
> > Do you have the same problem with the fireclipse.xucia.com version?
> I've not tried it yet.
> But there are a lot of errors shown in ErrorConsole. Does this give > any hint?
> Thanks, > -- Nilton
> > On Jul 11, 10:28 pm,NiltonVolpato <nilton.volp...@gmail.com> wrote:
> > > I'm using Linux. I've removed ~/.mozilla directory and still got the > > > same problem.
> > > So, at least in my case, it has nothing to do with firebug settings or > > > conflict with other plugins, because after removing ~/.mozilla I got a > > > clean firefox run, with no add-on installed and no configurations > > > left.
> > > > I've got 2.0.0.4 & 1.05 and it's been working fine for me.
> > > > When I had trouble with other mozilla plugins, I found I had to > > > > uninstall and delete the > > > > /docs & settings/user/application data/mozilla product folder to get > > > > it working again. For that matter, if you can just uninstall firebug > > > > and locate which folder it's using inside application data, that may > > > > get it back to ground zero for you.
> > > > On another note, do you two have any other plugins in common?
> var _CC = Components.classes; > So when you load Firebug the Mozilla Components.classes object is > undefined. Something bad is broken in your environment; its not a > Firebug "bug" and the xucia.com version will not help.
> John.
> On Jul 16, 3:54 pm, Nilton Volpato <nilton.volp...@gmail.com> wrote:
> > John,
> > On 12 jul, 03:05, John J Barton <johnjbar...@johnjbarton.com> wrote:
> > > Do you see any errors in Firefox->Tools->ErrorConsole?
> > Yes! See below.
> > Error: _CC[cName] has no properties > > Source File: chrome://firebug/content/xpcom.js > > Line: 25
> > Error: FBL.ns is not a function > > Source File: chrome://firebug/content/sourceCache.js > > Line: 3
> > Error: FBL.ns is not a function > > Source File: chrome://firebug/content/insideOutBox.js > > Line: 3
> > Error: FBL.ns is not a function > > Source File: chrome://firebug/content/tabWatcher.js > > Line: 3
> > Error: FBL.ns is not a function > > Source File: chrome://firebug/content/firebug.js > > Line: 3
> > "Error: FBL.ns is not a function" is repeated for a bunch of other > > files.
> > Error: FBL.initialize is not a function > > Source File: chrome://firebug/content/chrome.js > > Line: 63
> > > When you use url="about:config" filter on firebug, do any settings > > > look wrong?
> > No. It seems everything is right.
> > > Do you have the same problem with the fireclipse.xucia.com version?
> > I've not tried it yet.
> > But there are a lot of errors shown in ErrorConsole. Does this give > > any hint?
> > Thanks, > > -- Nilton
> > > On Jul 11, 10:28 pm,NiltonVolpato <nilton.volp...@gmail.com> wrote:
> > > > I'm using Linux. I've removed ~/.mozilla directory and still got the > > > > same problem.
> > > > So, at least in my case, it has nothing to do with firebug settings or > > > > conflict with other plugins, because after removing ~/.mozilla I got a > > > > clean firefox run, with no add-on installed and no configurations > > > > left.
> > > > > I've got 2.0.0.4 & 1.05 and it's been working fine for me.
> > > > > When I had trouble with other mozilla plugins, I found I had to > > > > > uninstall and delete the > > > > > /docs & settings/user/application data/mozilla product folder to get > > > > > it working again. For that matter, if you can just uninstall firebug > > > > > and locate which folder it's using inside application data, that may > > > > > get it back to ground zero for you.
> > > > > On another note, do you two have any other plugins in common?
> Any hints on how to fix this? Or where to look for help?
> Thanks, > -- Nilton
> On Jul 17, 2:39 am, John J Barton <johnjbar...@johnjbarton.com> wrote:
> > var _CC = Components.classes; > > So when you load Firebug the Mozilla Components.classes object is > > undefined. Something bad is broken in your environment; its not a > > Firebug "bug" and the xucia.com version will not help.
> > > > > I'm using Linux. I've removed ~/.mozilla directory and still got the > > > > > same problem.
> > > > > So, at least in my case, it has nothing to do with firebug settings or > > > > > conflict with other plugins, because after removing ~/.mozilla I got a > > > > > clean firefox run, with no add-on installed and no configurations > > > > > left.
> > > > > > I've got 2.0.0.4 & 1.05 and it's been working fine for me.
> > > > > > When I had trouble with other mozilla plugins, I found I had to > > > > > > uninstall and delete the > > > > > > /docs & settings/user/application data/mozilla product folder to get > > > > > > it working again. For that matter, if you can just uninstall firebug > > > > > > and locate which folder it's using inside application data, that may > > > > > > get it back to ground zero for you.
> > > > > > On another note, do you two have any other plugins in common?
I rebuilt my version of Firebug and it had the symptoms reported here: green check but nothing works. And I got the error: Error: _CC[cName] has no properties At least in my case, the error came when the UI part of Firebug tried to load the debugger service component (components/firebug- service.js). My bet is that is also what happened to others who report this problem.
In my case the root cause was a syntax error in firebug-service.js. (Insert rant about systems that allow syntax errors to be revealed in this way). However, this is probably not what caused the problems reported in this thread.
Rather my guess is that the components registry is corrupted or more likely the firebug file components/nsIFireBug.xpt is corrupted. Since most (all?) the reports are on Linux my first guess would be the .xpt file got put through some line-ending fixer (carriage returns <-> newlines). Almost all files in firebug would survive this, not the .xpt files. This file must be byte identical to the one in the zip file.
In case its the components registry, that is easy to repair, just exit FF, find your Profiles directory, and delete compreg.dat file in your active profile.
John
On Jul 17, 10:02 am, John J Barton <johnjbar...@johnjbarton.com> wrote:
> Reinstall FF or get a different version. > John.
> On Jul 16, 11:19 pm, Nilton Volpato <nilton.volp...@gmail.com> wrote:
> > John,
> > Any hints on how to fix this? Or where to look for help?
> > Thanks, > > -- Nilton
> > On Jul 17, 2:39 am, John J Barton <johnjbar...@johnjbarton.com> wrote:
> > > var _CC = Components.classes; > > > So when you load Firebug the Mozilla Components.classes object is > > > undefined. Something bad is broken in your environment; its not a > > > Firebug "bug" and the xucia.com version will not help.
> > > > > > I'm using Linux. I've removed ~/.mozilla directory and still got the > > > > > > same problem.
> > > > > > So, at least in my case, it has nothing to do with firebug settings or > > > > > > conflict with other plugins, because after removing ~/.mozilla I got a > > > > > > clean firefox run, with no add-on installed and no configurations > > > > > > left.
> > > > > > > I've got 2.0.0.4 & 1.05 and it's been working fine for me.
> > > > > > > When I had trouble with other mozilla plugins, I found I had to > > > > > > > uninstall and delete the > > > > > > > /docs & settings/user/application data/mozilla product folder to get > > > > > > > it working again. For that matter, if you can just uninstall firebug > > > > > > > and locate which folder it's using inside application data, that may > > > > > > > get it back to ground zero for you.
> > > > > > > On another note, do you two have any other plugins in common?
My Firebug Wasn't Working So. I Uninstalled Firebug, Then Re-Installed It.....Its Working Fine Now. BTW Im Using A Standard Windows XP PC And I COULD NOT Find This Compreg.Dat File....So I Had To Find Another Method. Hope This Helps Other People. Peace
Yes, uninstalling will delete the compreg.dat file. It lives in your user profile directory, C:\Documents and Settings\<username> \Application Data\Mozilla\Firefox\Profiles\<profilename> John.
On Jul 23, 7:17 pm, Dramatik <dramatikbe...@googlemail.com> wrote:
> My Firebug Wasn't Working So. I Uninstalled Firebug, Then Re-Installed > It.....Its Working Fine Now. BTW Im Using A Standard Windows XP PC And > I COULD NOT Find This Compreg.Dat File....So I Had To Find Another > Method. Hope This Helps Other People. Peace
Here o Firefox 2.0.0.5 I got this error, with Firebug 1.1 beta
Erro: uncaught exception: Failed to load service @joehewitt.com/ firebug;1, (components/firebug-service.js) caused: TypeError: _CC[cName] has no properties
On 24 jul, 00:53, John J Barton <johnjbar...@johnjbarton.com> wrote:
> Yes, uninstalling will delete the compreg.dat file. It lives in your > user profile directory, C:\Documents and Settings\<username> > \Application Data\Mozilla\Firefox\Profiles\<profilename> > John.
> On Jul 23, 7:17 pm, Dramatik <dramatikbe...@googlemail.com> wrote:
> > My Firebug Wasn't Working So. I Uninstalled Firebug, Then Re-Installed > > It.....Its Working Fine Now. BTW Im Using A Standard Windows XP PC And > > I COULD NOT Find This Compreg.Dat File....So I Had To Find Another > > Method. Hope This Helps Other People. Peace
Are you running on Linux? Can you check md5sum on these files in fire...@software.joehewitt.com/components: 893ca79961e96a29dc54030659f7b3dd *nsIFireBug.xpt 1734908e1740e7f99ebe9546cbd3229b *nsIFireBugWithEval.xpt John.
On Jul 24, 10:21 am, Anunakin <anuna...@gmail.com> wrote:
> Here o Firefox 2.0.0.5 I got this error, with Firebug 1.1 beta
> Erro: uncaught exception: Failed to load service @joehewitt.com/ > firebug;1, (components/firebug-service.js) caused: TypeError: > _CC[cName] has no properties
> On 24 jul, 00:53, John J Barton <johnjbar...@johnjbarton.com> wrote:
> > Yes, uninstalling will delete the compreg.dat file. It lives in your > > user profile directory, C:\Documents and Settings\<username> > > \Application Data\Mozilla\Firefox\Profiles\<profilename> > > John.
> > On Jul 23, 7:17 pm, Dramatik <dramatikbe...@googlemail.com> wrote:
> > > My Firebug Wasn't Working So. I Uninstalled Firebug, Then Re-Installed > > > It.....Its Working Fine Now. BTW Im Using A Standard Windows XP PC And > > > I COULD NOT Find This Compreg.Dat File....So I Had To Find Another > > > Method. Hope This Helps Other People. Peace