When the module is enabled and trying to either create a field of type 'Content Taxonomy Fields' or modifying one from a content type, Drupal hangs and the following error is displayed when the maximum execution time is reached:

Fatal error: Maximum execution time of 300 seconds exceeded in [...]\sites\all\modules\drupalforfirebug\drupalforfirebug.module on line 421

Comments

frob’s picture

Status: Active » Closed (duplicate)

Drupal for firebug adds alot of overhead to the a page load. It dumps all form arrays, node objects, and user objects.

I am marking this as a duplicate of http://drupal.org/node/1055078