安装discuz x1.5版本以后都会遇到:PHP Notice: Undefined index: fromuid in ***\index.php on line 118 PHP Notice: Undefined index: fromuser in ***\index.php on line 120
很多朋友最近在安装discuz x1.5版本以后都会遇到这个问题,这个问题是程序本身不够严谨造成的!
在index.php的第一行(<?php或<?下面)
添加这么一句
error_reporting(0);
就可以了!