Index: trunk/core/kernel/utility/event.php =================================================================== diff -u -r7391 -r7855 --- trunk/core/kernel/utility/event.php (.../event.php) (revision 7391) +++ trunk/core/kernel/utility/event.php (.../event.php) (revision 7855) @@ -302,6 +302,9 @@ } if (!$section) { + if ($this->Application->isDebugMode()) { + $this->Application->Debugger->appendTrace(); + } trigger_error('Permission section not specified for prefix '.$top_prefix.'', E_USER_ERROR); } return $section;