网站出问题了,请问该怎么解决。。。谢谢帮助啊。
进网站首页出现Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in D:\wwwroot\web14386\web\index.php on line 117
这提示是指代码117行出错吗?
//执行 Action
empty($params['action'])?index():(function_exists($params['action'])?$params['action']():exit("无此Action #".RemoveXSS($params['action'])." 或栏目类型已被修 ?));
}
$part_path=ABSPATH.'/skins/'.STYLENAME.'/';
$part_common_path=ABSPATH.'/skins/'.STYLENAME.'/common/';
$loadSkinIndex=$part_path.'index.php';
$loadSkinCommon=$part_path.'common.php';
$loadSkinOtherCommon=$part_common_path.$params['related_common'];
红色的是第117行,不知道问题出在哪儿