Hi,

probably a installation / configuration issue but here goes...

I have downloaded the latest 0.0.5 verion of the XPI.
I am running 3.0.1 of FireFox
I am running 1.2.0a of FireBug.
$closure is being printed in my page.tpl.php file, just before my closing tag.

When activating FireBug and looking at the Drupal tab I get the following message...

"No Drupal for Firebug data was found. Either this site is not running Drupal or the Drupal for Firebug module has not been installed/enabled."

What have I missed ?

Thanks,
Keith

Comments

Keith Hurst’s picture

Just to add, going over to the test site and all appears fine, just not on my own site.

The Drupal for FireBug module has been installed and activated.

Thanks,
Keith

[EDIT] - Solved, it was a lack of permissions for the user currently logged in.

populist’s picture

I think you may need to go to the user permissions and enable your user (or anonymous users) permission to see the debugging information. If you dont have access to the information, you wont see anything.

Keith Hurst’s picture

Yep, thats what it was, thanks for contributing.

KH

Coyote’s picture

I added the permission to an admin role I created - what I'm curious about is why I wasn't able to see anything when logged in as the superadmin user - all permissions should evaluate as true for superadmin

populist’s picture

Status: Active » Closed (fixed)

i would make sure that $closure is being outputted in your theme. you need proper permissions + proper extension + $closure for it all to work.