I'm getting the following in chrome:
Drupal for Firebug General Messages
There were no messages sent to the general log. Please use "firep($item, $optional_title)" to output messages to this console.

Do I type this is the console or add code somewhere? Help?!!!!

Comments

bfr’s picture

Status: Closed (fixed) » Active

It is meant for debugging. For example this in your module:

$node = node_load(1);
firep($node);

..would output the node object of the node 1 to the drupal for firebug console.

frob’s picture

Status: Active » Closed (fixed)
bfr’s picture

Status: Active » Fixed

I agree that this is probably fixed, but you are not supposed to close threads manually, that is for d.org to handle.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.