Fehlermeldung Call to undefined function IPSUtils_Include()

ich wollte auf einem neuen IP-Symcon Testsystem die IPSLibrary installieren. Habe den baselaoder ausgeführt. danach ist das Skript IPSLogger_ClearSingleOut mit einem roten Fragezeichen versehen und ich bekomme die Fehlermeldung


Fatal error:  Uncaught Error: Call to undefined function IPSUtils_Include() in /var/lib/symcon/scripts/IPSLibrary/app/core/IPSLogger/IPSLogger_Constants.inc.php:14
Stack trace:
#0 /var/lib/symcon/scripts/IPSLibrary/app/core/IPSLogger/IPSLogger_ClearSingleOut.ips.php(14): include()
#1 {main}
  thrown in /var/lib/symcon/scripts/IPSLibrary/app/core/IPSLogger/IPSLogger_Constants.inc.php on line 14

Im Webfront sieht das so aus

Hat jemand eine Idee wie man das Problem beheben kann und die IPS Library lauffähig bekommt?

Würde da mal auf die _autoload.php tippen - die sollte folgend aussehen:


	include_once IPS_GetKernelDir()."scripts/IPSLibrary/app/core/IPSUtils/IPSUtils.inc.php";
	IPSUtils_Include("IPSLogger_PhpErrorHandler.inc.php", "IPSLibrary::app::core::IPSLogger");