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

     /home/peritolabs/public_html/Internal/package-zerocore/Autoloader.php
        

817.             require $file;
818.         }
819.     }
820. 
821.     /**
822.      * Protected get realative file path
823.      */
824.     protected static function getRelativeFilePath($file)
825.     {
826. 
        return 
str_replace(REAL_BASE_DIRNULL$file); 827.     } 828.  829.     /** 830.      * Clean nail 831.      *  832.      * @param string 833.      *  834.      * @return string 835.      */ 836.     protected static function cleanNailClassMapContent($string)