========出错代码========================= Notice: Undefined index: site_skin in C:webIISpjtbccommonincfilescommon.inc.php on line 920
Notice: Undefined index: site_language in C:webIISpjtbccommonincfilescommon.inc.php on line 921
Notice: Undefined index: site_template in C:webIISpjtbccommonincfilescommon.inc.php on line 922
Notice: Undefined index: language in C:webIISpjtbccommonincfilesfunction.inc.php on line 524
Notice: Undefined index: template in C:webIISpjtbccommonincfilesfunction.inc.php on line 524
Notice: Undefined index: jtb_cms_common_template_tpl_config_tpl_default in C:webIISpjtbccommonincfilesfunction.inc.php on line 821 ============================================ 我知道的地方改过了但是首页就是空白的了。 还有就是这些地方我改的是 JTBC原:$tsite_skin = $_GET['site_skin']; 修改后:$tsite_skin = (!isset($_GET['site_skin']) || strlen($_GET['site_skin']) ==0) ? "default" :$_GET['site_skin']; 但是不知道错误没有了,首页不显示!! |