Posted by Eric Bullet on June 30, 2009 at 8:31pm
3 followers
Jump to:
| Project: | Drupal For Firebug |
| Version: | 6.x-1.2 |
| Component: | Firefox Extension |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I get this error:
There were no messages sent to the general log. Please use "firep($item, $optional_title)" to output messages to this console.
What do I need to do to make this work? edit some PHP? where?
soryy if this is a dumb question.
Comments
#1
The default screen for Drupal for Firebug is the "General" tab that shows the current debugging information. By default, there is no debugging information but if you added some in the code by adding a line similar to "firep('some text')" it will show up.
To start seeing cool stuff, switch tabs from the "General" to the "Node" or "Users" tab to see those objects being loaded by Drupal.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.