当前位置: 首页 > 站长资讯 > 正文页面

帝国CMS刷新数据表article提示Table ‘empirecms.phome_ecms_’ doesn’t exist的解决

今天我在进行“数据更新”时,点击“刷新所有信息内容页面”后,在“刷新数据表:article”一项出现提示Table ‘empirecms.phome_ecms_’ doesn’t existnyr网站目录_网站网址收录与提交入口
今天我在进行“数据更新”时,点击“刷新所有信息内容页面”后,在“刷新数据表:article”一项出现提示:nyr网站目录_网站网址收录与提交入口

代码如下:nyr网站目录_网站网址收录与提交入口

Table ‘empirecms.phome_ecms_’ doesn’t existnyr网站目录_网站网址收录与提交入口
update ***_ecms_ set havehtml=1 where id=” limit 1nyr网站目录_网站网址收录与提交入口

后来在网上搜索,是这样解释的:nyr网站目录_网站网址收录与提交入口

代码如下:nyr网站目录_网站网址收录与提交入口

原因:你修改了栏目所属系统模型导致,因为栏目原来所属系统模型本身就有信息,而你改动了所属系统模型,使得这些信息无法找出所属栏目导致出错。nyr网站目录_网站网址收录与提交入口

解决方案:修改栏目改回原来所属系统模型,然后进管理信息删除栏目所有的信息,最后再修改栏目改回所属新系统模型就可以解决。nyr网站目录_网站网址收录与提交入口

不过这个解释让人难以解决问题,因为一个网站栏目众多,你怎么能判断是哪个栏目修改了系统模型导致的呢?况且实在想不起曾经修改了系统模型啊!nyr网站目录_网站网址收录与提交入口

所以这里分享一个比较简单直接的解决方法,就是依次执行以下SQL语句:nyr网站目录_网站网址收录与提交入口

代码如下:nyr网站目录_网站网址收录与提交入口

select id from phome_ecms_news where id not in (select id from phome_ecms_news_data_1)nyr网站目录_网站网址收录与提交入口

delete from phome_ecms_news where id not in (select id from phome_ecms_news_data_1)nyr网站目录_网站网址收录与提交入口

希望能解决你的问题。nyr网站目录_网站网址收录与提交入口

 nyr网站目录_网站网址收录与提交入口

 nyr网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章