Closed (fixed)
Project:
Drupal For Firebug
Version:
6.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2009 at 22:08 UTC
Updated:
2 Mar 2009 at 15:21 UTC
Hi there,
Not sure if I misunderstand what this module is supposed to do, but I was under the assumption that when looking at, say, a node and looking at the Nodes tab in DrupalForFirebug extension, I should be able to open up the items that are presented to me and see their contents?
I see:
load $node->3
view $node->3
alter $node->3
load $node->3
...in blue italic text that looks and acts like a link, but clicking on them does nothing. Same thing in Views and Forms.
I've got all the permissions turned on for the module, have Devel enabled and permissioned...what am I missing?
Thanks!
Comments
Comment #1
drummConfirmed, forms are empty. I am guessing something changed in an upgrade which d4fb needs to update for.
Comment #2
drummProbably Firebug-side, there is a bunch of stuff in the embedded Firebug HTML. I am using Firebug 1.3.3.
Comment #3
smacphail commentedYea sorry, forgot to mention:
Firebug 1.3.3
Firefox 3.0.6
Firecookie 0.8 (Cookie extension for Firebug)
Comment #4
populist commentedI could not replicate the problem on Linux or Macintosh under your circumstances. To get the module to work you need to (a) install the firefox plugin and (b) install and enable the drupal module and (c) give users permission to see drupal for firebug information. You can use the test pages at (http://drupalforfirebug.chapterthree.com/tests) to make sure that the actual extension is working. What happens on a specific test page, ala (http://drupalforfirebug.chapterthree.com/tests/forms)?
Comment #5
drummUpgrading to Drupal for Firebug extension 0.0.5 fixed this.
Comment #6
smacphail commentedConfirmed, upgrading to 0.0.5 fixed the problem. Thanks!