DEPRECATED » str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated

     /home/cantelekom/public_html/Internal/package-zerocore/Kernel.php
        

459.     /**
460.      * Protected View Loader
461.      * 
462.      * @param string $path
463.      * 
464.      * @return mixed
465.      */
466.     protected static function viewLoader($path)
467.     {
468. 
        return 
Inclusion\View::use(str_replace(PAGES_DIRNULL$path), NULLtrue); 469.     } 470. }