Index: branches/unlabeled/unlabeled-1.17.2/core/kernel/utility/event.php =================================================================== diff -u -r7642 -r7803 --- branches/unlabeled/unlabeled-1.17.2/core/kernel/utility/event.php (.../event.php) (revision 7642) +++ branches/unlabeled/unlabeled-1.17.2/core/kernel/utility/event.php (.../event.php) (revision 7803) @@ -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;