Closed (fixed)
Project:
Debug
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2007 at 04:10 UTC
Updated:
4 Nov 2007 at 04:45 UTC
This is a great module and I've only come across this one issue. If trying to call it in ...sites/default/setting.php it's not loaded yet so you get an error. Is there a simple way to make it available here as well?
Comments
Comment #1
reg commentedFound it, like seems to happen a whole lot with Drupal, there's a simple solution, you just need to know about it.
This function called first will work:
drupal_load('module', 'debug');