woff 發表於 2011-10-2 23:00:18

如何解決PHP Notice: Undefined index: fromuid in *\index.php on line 118

windows 2008 R2下面安裝discuz x2版本以後都會遇到:PHP Notice: Undefined index: fromuid in ***\index.php on line 118 PHP Notice: Undefined index: fromuser in ***\index.php on line 120
很多朋友最近在windows 2008 R2下面安裝discuz x2版本以後都會遇到這個問題,這個問題是程序本身不夠嚴謹造成的!
在index.php的第一行(<?php或<?下面)
添加這麼一句
error_reporting(0);
頁: [1]
查看完整版本: 如何解決PHP Notice: Undefined index: fromuid in *\index.php on line 118