diff --git a/app/gui/oven_control/ovenstatics.cpp b/app/gui/oven_control/ovenstatics.cpp
index 1c0670b..85b6603 100644
--- a/app/gui/oven_control/ovenstatics.cpp
+++ b/app/gui/oven_control/ovenstatics.cpp
@@ -8,6 +8,7 @@
 #include "errorpopupdlg.h"
 #include "historylistwindow.h"
 #include "servicepassinputdlg.h"
+#include "haccp.h"
 
 OvenStatistics* OvenStatistics::p_singletonInstance=NULL;
 
@@ -629,6 +630,7 @@ void OvenStatistics::processErrorItems(error_item *item, error_exe_type errtype,
     }
 
     emit onErrorFired(erridx);
+    HACCP::error(MsgTitle);
 
     if(errtype>=error_type_chkclrstopcmd){
         qDebug() << "exec killchild";