今天介紹下帝國cms搬家出現(xiàn)的問題
提示
Parse error: parse error in E:diguo/e/class/adminfun.php on line 244
附帶adminfun.php代碼233-244行的內(nèi)容
? ? ? ? //取得隨機密碼
? ? ? ? $rnd=make_password(20);
? ? ? ? $sql=$empire->query("update {$dbtbpre}enewsuser set rnd='$rnd' where userid='$userid'");
? ? ? ? if(empty($do_ckhloginfile))
? ? ? ? {
? ? ? ? ? ? ? ? DoEDelFileRnd($userid);
? ? ? ? }
? ? ? ? //操作日志
? ? ? ? insert_dolog("");
? ? ? ? printerror("ExitSuccess","index.php");
}
?>
解決方法:php配置的short_open_tag項沒有打開!