Clark Liu
Results
2
comments of
Clark Liu
1.BaseController.class.php文件checkItemVisit方法前面加上 if (!$uid) { return false; } 2.ItemController.class.php文件myList方法 把 $where = "uid = '$login_user[uid]' " ; 改成 $where = "(uid = '$login_user[uid]' or uid = 1)" ; 至少我是这么做的
启动nginx报Segmentation fault随后失败。