Index: branches/5.0.x/core/kernel/db/db_event_handler.php =================================================================== diff -u -r12511 -r12535 --- branches/5.0.x/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 12511) +++ branches/5.0.x/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 12535) @@ -1,6 +1,6 @@ Application->SetVar('t', $error_template); $this->Application->SetVar('m_cat_id', $themes_helper->getPageByTemplate($error_template)); + // in case if missing item is recalled first from event (not from template) + $this->Application->InitParser(); $this->Application->HTML = $this->Application->ParseBlock( Array ('name' => $error_template) ); $this->Application->Done(); exit;