摘要:
Fatal error: Class 'notifier' not found and other error includes/autoload_func.php on line 79之类的错误,解决办法是在includes/configure.php中检查以下类似的代码define(‘DIR_FS_CATALOG’, ‘domainname/subdomain’);应改表示成以下格式,注意尾部增加一个/define(‘DIR_FS_CATALOG’, ‘domainname/subdomain/’); 阅读全文