United States
|
本帖最后由 sonhill 于 2016-1-23 01:57 编辑
In error.log, there's an error message:=======================================================
[Fri Jan 22 08:01:08 2016] [error] [client 192.168.1.170] PHP Notice: Use of undefined constant APPTYPEID - assumed 'APPTYPEID' in source/class/discuz/discuz_application.php on line 165
=======================================================
In the discuz_application.php file, it's like this:
'action' => array(
'action' => APPTYPEID, //this is the line 165
'fid' => 0,
'tid' => 0,
),
Any idea what went wrong? How can I correct it?
Thanks!
|
|