|
OA2010.0712升级到OA2011.11.11,之前没有这个问题,今天突然发现在电子邮件的页面,出现错误,分成两块
侧栏报错
请联系管理员 错误#1054: Unknown column 'BOX_NO' in 'order clause'
SQL语句: SELECT * from EMAIL_BOX where USER_ID='张三' and not find_in_set(BOX_NAME,'PAGESIZE_IN0,PAGESIZE_OUT,PAGESIZE_SENT,PAGESIZE_WEB,PAGESIZE_DEL') order by BOX_NO
文件:D:/MYOA/webroot/general/email/index.php
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in D:\MYOA\webroot\general\email\index.php on line 233
上栏报错:
请联系管理员 错误#1054: Unknown column 'BOX_NO' in 'where clause'
SQL语句: SELECT DEFAULT_COUNT from EMAIL_BOX where BOX_NO='0' and BOX_NAME='PAGESIZE_IN0' and USER_ID='张三'
文件:D:/MYOA/webroot/general/email/inbox/index.php
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\MYOA\webroot\general\email\inbox\index.php on line 26
请问这是怎么回事?这个如何处理啊?多谢
|
|