Closed (fixed)
Project:
Drupal For Firebug
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2009 at 10:41 UTC
Updated:
20 Apr 2009 at 00:00 UTC
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
Comment #1
Keith Hurst commentedJust 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.
Comment #2
populist commentedI 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.
Comment #3
Keith Hurst commentedYep, thats what it was, thanks for contributing.
KH
Comment #4
Coyote commentedI 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
Comment #5
populist commentedi would make sure that $closure is being outputted in your theme. you need proper permissions + proper extension + $closure for it all to work.