Re: trouble with interactive debugger in apache

2002-03-19 Thread Stas Bekman
gidon wrote: > Here's the log error: > > [notice] Apache::DB initialized in child 6217 > Default die handler restored. > [Tue Mar 19 15:59:07 2002] [error] Undefined subroutine &Apache::Registry::handler >called. > > END log error Yup, I see the same. To solve it add before the debugger config

trouble with interactive debugger in apache

2002-03-19 Thread gidon
Here's the log error: [notice] Apache::DB initialized in child 6217 Default die handler restored. [Tue Mar 19 15:59:07 2002] [error] Undefined subroutine &Apache::Registry::handler called. END log error Here's my config snippet: use Apache::DB (); Apache::DB->init;