I've just upgraded to 1.5.2 and Firebug is acting as though it is
disabled - Even if I do somehow manage to show the Firebug window, the
window is completely empty.
Am I the only one with this problem?
Thanks
Spofer
Are you using en-us version of firefox?
Do you have FirePHP 0.4.3?
jjb
>
> Thanks
> Spofer
Thanks,
WR
On Mar 9, 6:45 am, Windrider <68windri...@gmail.com> wrote:
> I have the same issue. Have the latest versions of Firefox and
> Firebug, and have tried reinstalling both several times. Even tried
> some of the Alpha versions of Firebug and still no luck. Basically the
> bug is grayed out in the status bar and nothing happens when you click
> on it. If you go under Tool>Firebug nothing happens as well. Very
> frustrating since I use this daily. Hope someone has a solution to
> this.
WR,
We don't know what causes this effect.
Do you have up to date versions of all of your extensions?
Are you using US-english version?
Are you using Windows 2000?
Typically installing firebug in a new Firefox profile will solve these
problems. Re- or un-installing does not change the Firefox extension
configuration information.
jjb
I believe I have up to date versions for all my extensions. One
strange thing in my list of extensions is that I seem to have about 10
Java Consoles from version 6.0.03 to 6.0.18. Not sure if this is
normal or not. Seems to me there should be only one.?
I am using a US-En version.
I am using Windows XP Professional.
I will try installing firebug in a new profile and see if that works.
Thanks,
WR
I'm using the en-US version, windows XP, with the following add-ons:
- Adblock Plus 1.1.3
- DownThemAll! 1.1.8 - Disabled
- Firebug, obviously 1.5.2
- Flashgot 1.2.1.15
- IE Tab 1.5.20090525
- Skype extension for Firefox 3.3.0.3971 - Disabled
No firePHP.
Thanks!
Spofer
On Mar 9, 8:31 am, Spofer <nit...@gmail.com> wrote:
> I'm sorry for the late post.
>
> I'm using the en-US version, windows XP, with the following add-ons:
> - Adblock Plus 1.1.3
> - DownThemAll! 1.1.8 - Disabled
> - Firebug, obviously 1.5.2
> - Flashgot 1.2.1.15
See also:
http://code.google.com/p/fbug/issues/detail?id=2753
> - IE Tab 1.5.20090525
> - Skype extension for Firefox 3.3.0.3971 - Disabled
See also:
http://code.google.com/p/fbug/issues/detail?id=1559
Also, I've disabled all add-ons - The problem still occurs.
Thanks Again
Spofer
Try installing Firebug in a new profile. As JJB stated:
"Typically installing firebug in a new Firefox profile will solve these
problems. Re- or un-installing does not change the Firefox extension
configuration information."
regards,
Pedro Simonetti.
2010/3/9 Spofer <nit...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups "Firebug" group.
> To post to this group, send email to fir...@googlegroups.com.
> To unsubscribe from this group, send email to firebug+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
>
>
Thanks,
WR
On Mar 9, 1:59 pm, Pedro Simonetti Garcia <pedrosimone...@gmail.com>
wrote:
On Mar 9, 12:37 pm, Windrider <68windri...@gmail.com> wrote:
> Tried creating a new profile and still have the same issue. Even went
> and created a new windows user account and tried in there, no luck
> either. Any other suggestions?
Use this page to remove all of the old Java Quick start extensions
http://kb.mozillazine.org/Firefox_:_FAQs_:_Uninstall_Extensions
Restart firefox on a new Firefox profile and verify that no extensions
are loaded. Then install Firebug. Let us know.
On Mar 9, 6:31 pm, John J Barton <johnjbar...@johnjbarton.com> wrote:
> On Mar 9, 12:37 pm, Windrider <68windri...@gmail.com> wrote:
>
> > Tried creating a new profile and still have the same issue. Even went
> > and created a new windows user account and tried in there, no luck
> > either. Any other suggestions?
>
> Use this page to remove all of the old Java Quick start extensionshttp://kb.mozillazine.org/Firefox_:_FAQs_:_Uninstall_Extensions
On Mar 10, 5:13 pm, Nitay M <nit...@gmail.com> wrote:
> Confirmed here - Installed 1.5.0 and Firebug went back to life!
>
> > firebug+u...@googlegroups.com<firebug%2Bunsu...@googlegroups.com>
> > .
> > > > > > For more options, visit this group athttp://
> > groups.google.com/group/firebug?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Firebug" group.
> > To post to this group, send email to fir...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > firebug+u...@googlegroups.com<firebug%2Bunsu...@googlegroups.com>
Honza
On Mar 10, 12:40 pm, "Honza (Jan Odvarko)" <odva...@gmail.com> wrote:
> Could you yet try the fresh new 1.5.3 (again in a new profile)?http://getfirebug.com/releases/firebug/1.5/firebug-1.5.3.xpi
On Mar 10, 12:13 pm, Windrider <68windri...@gmail.com> wrote:
> Tried the 1.5.3 version in a new profile and still not working.
Ok let's fix this.
Install Firebug 1.5X.3 from http://getfirebug.com/releases/firebug/1.5X
(X is for tracing version).
Use "about:config" and add option
javascript.options.showInConsole
(eg see http://www.tearesolutions.com/2006/06/debugging-firef.html,
but do not set javascript.options.strict!)
Also add option
extensions.firebug-tracing-service.DBG_toOSConsole true
and
extensions.firebug.DBG_INITIALIZE
Open a bug report on http://code.google.com/p/fbug/issues/list
Then (asssuming FF 3.6) use about:support, copy to clipboard, paste
that into the bug report.
Run firefox from the OS command line with options
-console -jsconsole
Try to open Firebug.
Copy the Firefox error console and OS console content into the bug
report.
We will follow up from that point.
jjb
Thanks,
Chris
On Mar 10, 8:24 pm, John J Barton <johnjbar...@johnjbarton.com> wrote:
> On Mar 10, 12:13 pm, Windrider <68windri...@gmail.com> wrote:
>
> > Tried the 1.5.3 version in a new profile and still not working.
>
> Ok let's fix this.
>
> Install Firebug 1.5X.3 fromhttp://getfirebug.com/releases/firebug/1.5X
> (X is for tracing version).
> Use "about:config" and add option
> javascript.options.showInConsole
> (eg seehttp://www.tearesolutions.com/2006/06/debugging-firef.html,
> but do not set javascript.options.strict!)
> Also add option
> extensions.firebug-tracing-service.DBG_toOSConsole true
> and
> extensions.firebug.DBG_INITIALIZE
>
> Open a bug report onhttp://code.google.com/p/fbug/issues/list
On Mar 11, 7:31 am, Windrider <68windri...@gmail.com> wrote:
> John,
> Tried to do as you requested this morning but could not find any
> mention of "extensions.firebug-tracing-service.DBG_toOSConsole true "
> in my config area. Could it be under a different name?
Oh you just don't know the secret handshake ;-)
Right click on the background of about:config and pick New > Boolean
jjb
WR
On Mar 11, 11:04 am, John J Barton <johnjbar...@johnjbarton.com>
On Mar 12, 1:45 pm, Windrider <68windri...@gmail.com> wrote:
> Well tried a few times and nothing showed up in either console window.
> It is as if the links to FB do not really exist. Just the bug image
> and nothing else. I checked everything you asked me to do twice and
> all seemed in order. Not sure what else to try.
First let's be sure your Error Console is working.
Open
https://getfirebug.com/tests/content/console/testErrors.html
With the Error Console open, click the "Syntax Error" button. Your
Error Console should show:
Error: missing ; before statement
Source File: https://getfirebug.com/tests/content/console/testErrors.html
Line: 1
Source Code:
2BeOrNot2Be(40)
Next let's check your installation. Use about:support URL then look in
Application Basics > Profile Directory > Open Containing Folder >
extensions subdirectory
You should have a directory
fir...@software.joehewitt.com
and no directory "staged-xpi"
In the fir...@software.joehewitt.com directory there should be a file
install.rdf and chrome.manifest.
Also verify that you have a subdirectory content/firebug with a file
"branch.properties".
Then go back the Firefox URL and use:
chrome://firebug/content/branch.properties
You should see
----
# DO NOT MERGE INTO TRUNK
RELEASE=.3
VERSION=1.5
TRUNK=
----
If that all works then the basic look up for firebug as an extension
is working.
My guess is that you don't get this far, so then you may like to
consider the voodoo you can try here:
http://support.mozilla.com/en-US/forum/1/347863?s=extensions.%20logging.%20enabled&as=q
jjb
Top menu bar: Tools > Firebug > [this submenu doesn't open at all]
Bottom icon rightclick does open the context menu but shows odd
entries like:
firebug.menu.Open All Panels
firebug.menu.Disable All Panels
firebug.menu.Clear Activation List
It will open the firebug in-page window and in a new window, but it's
all grey and not functioning.
I've done the Error Console test, and it is working (https://
getfirebug.com/tests/content/console/testErrors.html)
I've checked the installation too, and it shows the info you
specified. (chrome://firebug/content/branch.properties)
I've tried the voodoo tricks, the cancel button etc. but none of it
solved the problem. (http://support.mozilla.com/en-US/forum/1/347863?
s=extensions.%20logging.%20enabled&as=q)
And I've created a new profile, installed FireBug 1.5.3. But that
doesn't work either, it all stays the same.
Something got seriously messed up if even reverting back to older
versions is not working anymore. Are there any settings or files that
get left behind even after uninstalling? Perhaps we could manually
remove those and hope that installing 1.5.1 works until whatever is
causing this is fixed in a later version of FireBug.
On Mar 12, 11:32 pm, John J Barton <johnjbar...@johnjbarton.com>
wrote:
> On Mar 12, 1:45 pm, Windrider <68windri...@gmail.com> wrote:
>
> > Well tried a few times and nothing showed up in either console window.
> > It is as if the links to FB do not really exist. Just the bug image
> > and nothing else. I checked everything you asked me to do twice and
> > all seemed in order. Not sure what else to try.
>
> First let's be sure your Error Console is working.
> Openhttps://getfirebug.com/tests/content/console/testErrors.html
> With the Error Console open, click the "Syntax Error" button. Your
> Error Console should show:
>
> Error: missing ; before statement
> Source File:https://getfirebug.com/tests/content/console/testErrors.html
> Line: 1
> Source Code:
> 2BeOrNot2Be(40)
>
> Next let's check your installation. Use about:support URL then look in
> Application Basics > Profile Directory > Open Containing Folder >
> extensions subdirectory
> You should have a directory
> fire...@software.joehewitt.com
> and no directory "staged-xpi"
> In the fire...@software.joehewitt.com directory there should be a file
> install.rdf and chrome.manifest.
> Also verify that you have a subdirectory content/firebug with a file
> "branch.properties".
> Then go back the Firefox URL and use:
> chrome://firebug/content/branch.properties
> You should see
> ----
> # DO NOT MERGE INTO TRUNK
> RELEASE=.3
> VERSION=1.5
> TRUNK=
> ----
> If that all works then the basic look up for firebug as an extension
> is working.
>
> My guess is that you don't get this far, so then you may like to
> consider the voodoo you can try here:http://support.mozilla.com/en-US/forum/1/347863?s=extensions.%20loggi...
> ...
>
> read more »
On Mar 14, 8:17 am, Mav <mavd...@gmail.com> wrote:
> Having the same problem on FireFox 3.5.8 (XP SP2) after upgrading from
> Firebug 1.5.1 to 1.5.3. I've tried uninstalling and reinstall both
> 1.5.3 and 1.5.2 as well as trying to revert back to 1.5.1 but it's
> all the same now. The problem does not go away.
Does it work in Firefox 3.6?
>
> Top menu bar: Tools > Firebug > [this submenu doesn't open at all]
> Bottom icon rightclick does open the context menu but shows odd
> entries like:
> firebug.menu.Open All Panels
> firebug.menu.Disable All Panels
> firebug.menu.Clear Activation List
>
> It will open the firebug in-page window and in a new window, but it's
> all grey and not functioning.
All of these symptoms point to initialization failure. The static
"XUL" code (equivalent to HTML) is loaded, but the Javascript that
translates the menu item strings, powers the menu items, and
initializes the user interface is not running.
>
> I've done the Error Console test, and it is working (https://
> getfirebug.com/tests/content/console/testErrors.html)
> I've checked the installation too, and it shows the info you
> specified. (chrome://firebug/content/branch.properties)
> I've tried the voodoo tricks, the cancel button etc. but none of it
> solved the problem. (http://support.mozilla.com/en-US/forum/1/347863?
> s=extensions.%20logging.%20enabled&as=q)
> And I've created a new profile, installed FireBug 1.5.3. But that
> doesn't work either, it all stays the same.
We need to concentrate on this case. This is the case we know works
for lots and lots of people.
First I ask you to create another new profile.
Second, without installing anything, start and exit Firefox twice.
This allows Firefox to build some configuration files.
Third, open url "about:support" and verify that you have no
extensions, zero.
Fourth, install Firebug 1.6Xa7 (similar to 1.5.3 but our development
version). http://getfirebug.com/releases/firebug/1.6X
Fifth, again restart Firefox twice
Sixth, again open url "about:support" and verify that you have only
Firebug installed.
Do you have the same behavior?
Now that I think about your case and Windrider's case, it sounds like
javascript is broken in your installations. But that's hard to
believe.
>
> Something got seriously messed up if even reverting back to older
> versions is not working anymore. Are there any settings or files that
> get left behind even after uninstalling? Perhaps we could manually
> remove those and hope that installing 1.5.1 works until whatever is
> causing this is fixed in a later version of FireBug.
Yes, all settings remain after uninstalling of Firebug or Firefox or
almost any other extension. That is why reinstalling rarely fixes
anything.
jjb
> ...
>
> read more »
Name Version Enabled ID
Java Console 6.0.14 true {CAFEEFAC-0016-0000-0014-ABCDEFFEDCBA}
Google Earth Plugin 4.3.9543.7852 false
{49D7314F-25B5-4555-88F5-622FD3FC3D91}
Microsoft .NET Framework Assistant 1.0 false {20a82645-
c095-46ed-80e3-08825760534b}
I then uninstalled the Java Console, the other two are disabled and
"not compatible with Firefox 3.6" but for some unknown reason the
uninstall button is disabled. So I restarted twice, and installed
Firebug 1.6Xa7, then restarted FireFox twice again. But it still has
the exact same problems.
I went to http://www.mozilla.com/en-US/plugincheck/ and uninstalled
the old java plugin and installed the new version, because the java
console option in the tools menu of FireFox didn't start anything
before. I know javascript != Java, but maybe the problem is related, I
don't know. Now with the new version it still doesn't start the java
console, I'm assuming it should open a console window..? Or at least
some kind of notification I tried to start the java console.
If javascript is somehow broken, wouldn't that mean other add-on's
should have the same weird problems? Because besides this 'java
console' not starting and the firebug problems, everything else is
working just fine.
Perhaps my FireFox install is just too messed up, can't even remember
when I did the original fresh install. I'm close to just uninstalling
FireFox and start from scratch, maybe saving parts of my profile,
bookmarks and passwords etc. Unless you know of anything else to test
or check... if it will help in identifying a problem or bug that can
be fixed, I'll try it out.
> version).http://getfirebug.com/releases/firebug/1.6X
> ...
>
> read more »
On Mar 14, 5:22 pm, Mav <mavd...@gmail.com> wrote:
> I've updated to FireFox 3.6, problem stays the same. So I created the
> new profile and restarted it twice. Checked the about:support page,
> and found it had three extensions. Well, two of which are actually
> plugins and disabled, but they're still listed under "Extensions" on
> the about:support page:
>
> Name Version Enabled ID
> Java Console 6.0.14 true {CAFEEFAC-0016-0000-0014-ABCDEFFEDCBA}
> Google Earth Plugin 4.3.9543.7852 false
> {49D7314F-25B5-4555-88F5-622FD3FC3D91}
> Microsoft .NET Framework Assistant 1.0 false {20a82645-
> c095-46ed-80e3-08825760534b}
>
> I then uninstalled the Java Console, the other two are disabled and
> "not compatible with Firefox 3.6" but for some unknown reason the
> uninstall button is disabled. So I restarted twice, and installed
> Firebug 1.6Xa7, then restarted FireFox twice again. But it still has
> the exact same problems.
>
> I went tohttp://www.mozilla.com/en-US/plugincheck/and uninstalled
> the old java plugin and installed the new version, because the java
> console option in the tools menu of FireFox didn't start anything
> before. I know javascript != Java, but maybe the problem is related, I
> don't know. Now with the new version it still doesn't start the java
> console, I'm assuming it should open a console window..? Or at least
> some kind of notification I tried to start the java console.
>
> If javascript is somehow broken, wouldn't that mean other add-on's
> should have the same weird problems? Because besides this 'java
> console' not starting and the firebug problems, everything else is
> working just fine.
I agree that this does not make sense. But your problem does not make
sense either.
If we can't get any Firebug JS to run, we can't diagnose the problem
with our tools.
Here is another suggestion if you want to go all out:
1) new profile,
2) install Firebug 1.6a7, http://getfirebug.com/releases/firebug/1.6X
3) install Chromebug 1.6a7, http://getfirebug.com/releases/chromebug
4) start firefox on the command line with
-p <yourNewProfileName> -jsconsole -chromebug
Look at the Error Console.
This uses some of the same code as Firebug start up but in a different
way, maybe we can shake something out.
>
> Perhaps my FireFox install is just too messed up, can't even remember
> when I did the original fresh install. I'm close to just uninstalling
> FireFox and start from scratch, maybe saving parts of my profile,
> bookmarks and passwords etc. Unless you know of anything else to test
> or check... if it will help in identifying a problem or bug that can
> be fixed, I'll try it out.
If you know how, I'd suggest installing a new copy of Firefox in your
own directory. This separates the problems: the new copy will use the
same profile as the original.
jjb
Error: FYI: Chromebug started jsd engine; JIT will be disabled
Source File:
file:///C:/Documents%20and%20Settings/Mav/Application%20Data/Mozilla/Firefox/Profiles/ria0mvwo.test/extensions/chro...@johnjbarton.com/components/chromebug-startup-observer.js
Line: 58
I'm guessing that's just a Chromebug warning or notice... Anyway, then
a mostly non-functional Chromebug window pops up with the browser
(Chromebug looks similar to the grey Firebug window, only full-
screen). If I start using the various buttons the error console fills
up with a lot of errors. Usually either a "context is null" or a
"FBTrace is not a function" error. All of the errors point to these
lines, but I'm guessing that's just because of the errorHooks. Either
way, it's mostly "Firebug.Platform is undefined" or "Firebug.Debugger
is undefined". Seems like it all should run if only those core things
weren't undefined or null, if that makes any sense at all...
Error: FBTrace is not a function
Source File: chrome://chromebug/content/tracePanel.js
Line: 83
Error: errorHook: Firebug.Platform is undefined@chrome://chromebug/
content/chromebug.xul.1
Source File:
file:///C:/Documents%20and%20Settings/Mav/Application%20Data/Mozilla/Firefox/Profiles/ria0mvwo.test/extensions/chro...@johnjbarton.com/components/chromebug-startup-observer.js
Line: 240
Error: errorHook: context is null@chrome://chromebug/content/
firebugCache.js.59
Source File:
file:///C:/Documents%20and%20Settings/Mav/Application%20Data/Mozilla/Firefox/Profiles/ria0mvwo.test/extensions/chro...@johnjbarton.com/components/chromebug-startup-observer.js
Line: 240
Error: this.contexts is undefined
Source File: chrome://chromebug/content/ChromeBugPanel.js
Line: 537
Error: context is null
Source File: chrome://chromebug/content/ChromeBugPanel.js
Line: 1526
-This last one doesn't seem to be an errorHook when I open the script,
this line 1526 in the script is:
var title = (context.window ? context.getTitle() : null);
Upon clicking the "Open firebug in a new window", the error console
shows this:
Error: errorHook: listeners is null@chrome://firebug/content/lib.js.
3301
Source File:
file:///C:/Documents%20and%20Settings/Mav/Application%20Data/Mozilla/Firefox/Profiles/ria0mvwo.test/extensions/chro...@johnjbarton.com/components/chromebug-startup-observer.js
Line: 240
Trying to use the firebug window, switching between HTML and Console
tabs:
Error: errorHook: Firebug.Debugger is undefined@chrome://firebug/
content/console.js.763
Source File:
file:///C:/Documents%20and%20Settings/Mav/Application%20Data/Mozilla/Firefox/Profiles/ria0mvwo.test/extensions/chro...@johnjbarton.com/components/chromebug-startup-observer.js
Line: 240
I'll try to install a new separate copy of Firefox later tonight, if
that does work it's something with my Firefox install and most likely
not the profile or extensions.
> 3) install Chromebug 1.6a7,http://getfirebug.com/releases/chromebug
> ...
>
> read more »
I've kept the old 'bugged' install, just in case you want to try and
find what exactly caused this after those error console logs in my
previous msg.
On Mar 15, 8:00 pm, Mav <mavd...@gmail.com> wrote:
> Okay, I've installed Firebug & Chromebug as you said, and started
> Firefox with that command line. The error console pops up first, with
> the following error:
>
> Error: FYI: Chromebug started jsd engine; JIT will be disabled
> Source File:
> file:///C:/Documents%20and%20Settings/Mav/Application%20Data/Mozilla/Firefox/Profiles/ria0mvwo.test/extensions/chrome...@johnjbarton.com/components/chromebug-startup-observer.js
> Line: 58
>
> I'm guessing that's just a Chromebug warning or notice... Anyway, then
> a mostly non-functional Chromebug window pops up with the browser
> (Chromebug looks similar to the grey Firebug window, only full-
> screen). If I start using the various buttons the error console fills
> up with a lot of errors. Usually either a "context is null" or a
> "FBTrace is not a function" error. All of the errors point to these
> lines, but I'm guessing that's just because of the errorHooks. Either
> way, it's mostly "Firebug.Platform is undefined" or "Firebug.Debugger
> is undefined". Seems like it all should run if only those core things
> weren't undefined or null, if that makes any sense at all...
>
> Error: FBTrace is not a function
> Source File: chrome://chromebug/content/tracePanel.js
> Line: 83
>
> Error: errorHook: Firebug.Platform is undefined@chrome://chromebug/
> content/chromebug.xul.1
> Source File:
> file:///C:/Documents%20and%20Settings/Mav/Application%20Data/Mozilla/Firefox/Profiles/ria0mvwo.test/extensions/chrome...@johnjbarton.com/components/chromebug-startup-observer.js
> Line: 240
>
> Error: errorHook: context is null@chrome://chromebug/content/
> firebugCache.js.59
> Source File:
> file:///C:/Documents%20and%20Settings/Mav/Application%20Data/Mozilla/Firefox/Profiles/ria0mvwo.test/extensions/chrome...@johnjbarton.com/components/chromebug-startup-observer.js
> Line: 240
>
> Error: this.contexts is undefined
> Source File: chrome://chromebug/content/ChromeBugPanel.js
> Line: 537
>
> Error: context is null
> Source File: chrome://chromebug/content/ChromeBugPanel.js
> Line: 1526
> -This last one doesn't seem to be an errorHook when I open the script,
> this line 1526 in the script is:
> var title = (context.window ? context.getTitle() : null);
>
> Upon clicking the "Open firebug in a new window", the error console
> shows this:
>
> Error: errorHook: listeners is null@chrome://firebug/content/lib.js.
> 3301
> Source File:
> file:///C:/Documents%20and%20Settings/Mav/Application%20Data/Mozilla/Firefox/Profiles/ria0mvwo.test/extensions/chrome...@johnjbarton.com/components/chromebug-startup-observer.js
> Line: 240
>
> Trying to use the firebug window, switching between HTML and Console
> tabs:
>
> Error: errorHook: Firebug.Debugger is undefined@chrome://firebug/
> content/console.js.763
> Source File:
> file:///C:/Documents%20and%20Settings/Mav/Application%20Data/Mozilla/Firefox/Profiles/ria0mvwo.test/extensions/chrome...@johnjbarton.com/components/chromebug-startup-observer.js
> ...
>
> read more »
On Mar 15, 4:32 pm, Mav <mavd...@gmail.com> wrote:
> I've installed a fresh copy of Firefox 3.6 in a separate test-
> directory, and now everything works as it should in all profiles. So
> it actually has something to do in the Firefox install, not the
> profile. I uninstalled it again, renamed the original "bugged" firefox
> dir to something else, and installed 3.6 again in the regular C:
> \Program Files\Mozilla Firefox\ directory, copied all the files over
> from the old plugin directory, just to see if it's one of those
> plugin .dll's that was causing this. But no, it all still works.
>
> I've kept the old 'bugged' install, just in case you want to try and
> find what exactly caused this after those error console logs in my
> previous msg.
Yes, please zip it and attach it to a bug report:
http://code.google.com/p/fbug/issues/list
jjb
> ...
>
> read more »
I had archived it in two parts to keep it under the 10MB limit, but I
couldn't attach the files. Also tried to add them in a comment but I
keep getting the same Bad Request error. Seems like it logs me out of
my google account before the upload can complete (gmail manager
maybe?). So I've added a rapidshare link to the bug report instead.
hm, now this form tells me my session has expired as well. :/
> ...
>
> read more »
Open Firebug in New Window
----
Clear Console
----
firebug.menu.Enable All Panels
firebug.menu.Disable All Panels
----
On for all web pages
----
fire.bug.menu.Clear Activation List
Firebug is partially working, but the menu seems to indicate that
something is not getting interpreted correctly, or there is an error
during setup that prevents the generation of the menus and such. If I
go to Tools->Firebug, the submenu does not appear. I use a second
computer that I think is set up exactly the same way, and Firebug
works on it. I hope provides a few more helpful details.
On Mar 16, 6:06 am, Mav <mavd...@gmail.com> wrote:
> Done:http://code.google.com/p/fbug/issues/detail?id=2929
>
> I had archived it in two parts to keep it under the 10MB limit, but I
> couldn't attach the files. Also tried to add them in a comment but I
> keep getting the same Bad Request error. Seems like it logs me out of
> my google account before the upload can complete (gmail manager
> maybe?). So I've added a rapidshare link to the bug report instead.
Thanks! I already made some progress. At R6363 I changed the way
firebug reports disaster errors on initialization to be more likely
that we get the error message.
The problem in your case is related to failure of
CCSV @mozilla.org/inspector/dom-utils;1 iface inIDOMUtils
I don't know why this service fails however.
jjb
On Mar 16, 6:06 am, Mav <mavd...@gmail.com> wrote:
> Done:http://code.google.com/p/fbug/issues/detail?id=2929
>
> I had archived it in two parts to keep it under the 10MB limit, but I
> couldn't attach the files. Also tried to add them in a comment but I
> keep getting the same Bad Request error. Seems like it logs me out of
> my google account before the upload can complete (gmail manager
> maybe?). So I've added a rapidshare link to the bug report instead.
Ok I have tracked down the problem in Mav's case: three old files in
Mozilla Firefox/components directory called
inspector.dll
inspector.xpt
inspector-cmdLine.js
If these are deleted, Firebug will work.
jjb
I've just upgraded some versions and the following happened:
- Upgraded to Firefox 3.6 still using the Firebug 1.5.2 - And Firebug
was back! Working normally from my dull testing.
- Then I've upgraded to Firebug 1.5.3 + Java console 6.0.02.03 -
Firebug died again.
- Renamed the inspector files - And now Firebug is working perfectly!
I don't know what are these files, or what did I just do - But it
works! They are old though - Dated to 2005 in my installation.
Anyway - Back to normal! Thanks a lot John & Testers!!
Spofer
On Mar 16, 10:50 pm, John J Barton <johnjbar...@johnjbarton.com>
wrote:
If you can get the user's last-update.log it will show whether or not
the update found / failed to remove these files. The last-update.log
is in the users profile in the local appdata directory (e.g.
%LOCALAPPDATA% on Vista and above) under Mozilla\Firefox\<install
directory name which is typically 'Mozilla Firefox'>\updates
If you can post this file to the bug I will forward it.
http://code.google.com/p/fbug/issues/detail?id=2929
jjb
Well I don't have that file over there - Only 3 .log files in the
whole \Mozilla directory:
- Submit.log
- extensions.log
- flashgot.log
In the installation directory (Program Files) I have 3 more files:
- Daemon.log
- install.log - This file might be interesting... Should I upload it?
- uninstall.log
Did I look in the wrong path?
Thanks
Spofer
--
jjb
On Mar 16, 4:49 pm, Mav <mavd...@gmail.com> wrote:
> I looked in these two directories:
> C:\Documents and Settings\Mav\Application Data\Mozilla\Firefox\
> C:\Documents and Settings\Mav\Local Settings\Application
> Data\Mozilla\Firefox\
> but found no update directory in there, nor the last-update.log file.
>
> I also did a search for the file but the only last-update.log it found was
> from Thunderbird. So I'm pretty sure it's just not there at all. Would the
> fresh 3.6 install remove this file? Unfortunately I don't have an old
> back-up of the "Local Settings" directories, i usually skip them and only
> back-up some of the "Aplication Data" directories.
>
> @spofer, it's not in the program files directory. I think it should actually
> be in this directory, if it's exactly the same as were Thunderbird stores
> the file:
> C:\Documents and Settings\ <windowsusername> \Local Settings\Application
> Data\Mozilla\Mozilla Firefox\updates\last-update.log
>
> On Wed, Mar 17, 2010 at 12:18 AM, John J Barton <johnjbar...@johnjbarton.com
> > firebug+u...@googlegroups.com<firebug%2Bunsu...@googlegroups.com>
To unsubscribe from this group, send email to firebug+u...@googlegroups.com.
I found these files on my computer and with high hopes, I quit
Firefox, removed the files and started Firefox. Firebug was still
dead. On a whim, I reinstalled Firefox, and Firebug works! Maybe
something needed to be unregistered or reinitialized. Thank you for
the solution.
mose
Yes, sorry you have to force Firefox to rebuild its registry tables.
Reinstalling an extension, for example.
jjb
>
> mose
Please check:
If you can get the user's last-update.log it will show whether or not
the update found / failed to remove these files. The last-update.log
is in the users profile in the local appdata directory (e.g.
%LOCALAPPDATA% on Vista and above) under Mozilla\Firefox\<install
directory name which is typically 'Mozilla Firefox'>\updates
Two users, Mav and Spofer, have already reported that they don't find
these files. It would even help if you try to find them and don't.
jjb
I searched my entire C: drive for last-update.log, and it was not
found. This is with Firefox 3.6.
mose