Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[BUG] 点消息,就出错Errno:1146 Errno:1146 pre_ucenter_pms' doesn't exist

[复制链接]
红艳 发表于 2013-3-14 16:29:37 | 显示全部楼层 |阅读模式
http://sns.ezhie.com/ uchome系统,新安装的。点消息,就出错。

错误全文
UCenter info: MySQL Query Error
SQL:SELECT count(*) FROM [Table]pms WHERE msgtoid='61' AND related='0' AND msgfromid>'0' AND folder='inbox'
Error:Table 'ultrax.pre_ucenter_pms' doesn't exist
Errno:1146
传递之家 发表于 2013-4-9 12:11:19 | 显示全部楼层
我也是这个问题,管理员赶紧出手相助哟
回复

使用道具 举报

w453848612 发表于 2013-8-19 17:57:06 | 显示全部楼层
DROP TABLE IF EXISTS pre_ucenter_pms;
CREATE TABLE pre_ucenter_pms (
  pmid INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
  msgfrom VARCHAR(15) NOT NULL DEFAULT '',
  msgfromid MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
  msgtoid MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
  folder ENUM('inbox','outbox') NOT NULL DEFAULT 'inbox',
  NEW TINYINT(1) NOT NULL DEFAULT '0',
  SUBJECT VARCHAR(75) NOT NULL DEFAULT '',
  dateline INT(10) UNSIGNED NOT NULL DEFAULT '0',
  message TEXT NOT NULL,
  delstatus TINYINT(1) UNSIGNED NOT NULL DEFAULT '0',
  related INT(10) UNSIGNED NOT NULL DEFAULT '0',
  fromappid SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0',
  PRIMARY KEY(pmid),
  KEY msgtoid(msgtoid,folder,dateline),
  KEY msgfromid(msgfromid,folder,dateline),
  KEY related (related),
  KEY getnum (msgtoid,folder,delstatus)
) TYPE=MYISAM;
回复

使用道具 举报

无效楼层,该帖已经被删除
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-4-27 13:17 , Processed in 0.096120 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表