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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

论坛导入的贴子,不能回复

[复制链接]
oldsword 发表于 2006-4-11 14:50:17 | 显示全部楼层 |阅读模式
一回复就没有反应,MYSQL有错误信息
Script: /bbs/supe.post.php

SQL: INSERT INTO cdb_posts (fid, tid, first, author, authorid, subject, dateline, message, useip, invisible, anonymous, usesig, htmlon, bbcodeoff, smileyoff, parseurloff, attachment)
                VALUES ('3', '18700', '0', '**', '1', '', '1144736259', '生活像一团麻
每天都有条理的做事,就像个机器人了,按照编好的程序在运作
但愿生活能多一些惊喜', '****', '0', '0', '', '0', '-1', '-1', '', '0')
Error:  Unknown column 'anonymous' in 'field list'
Errno.:  1054

查了一下数据库,就是没有这个字段 'anonymous'
茄子 发表于 2006-4-11 18:06:27 | 显示全部楼层
1,您运行了升级程序升级吗?
运行升级程序前先检查update里面文件是否完全
2,您有没有将tools目录里面的文件supe.post.php 复制到论坛程序的根目录
回复

使用道具 举报

 楼主| oldsword 发表于 2006-4-11 20:03:07 | 显示全部楼层
运行了,也升级了,那个文件也拷贝了

现在是提示cdb_posts 里没有这个字段
回复

使用道具 举报

 楼主| oldsword 发表于 2006-4-11 20:04:51 | 显示全部楼层
运行了,也升级了,那个文件也拷贝了

现在是提示cdb_posts 里没有这个字段
回复

使用道具 举报

fengxue 发表于 2006-4-11 20:08:52 | 显示全部楼层
这个 字段是4.1的

升级upgrade6 最后一步进行的 你可以用phpmyadmin看看post表里有没有这个字段

或者在论坛匿名发贴看看 这个功能是否能正常使用
回复

使用道具 举报

 楼主| oldsword 发表于 2006-4-12 14:57:14 | 显示全部楼层
我的论坛是4.0的就不能用X-P了?
回复

使用道具 举报

茄子 发表于 2006-4-12 15:07:20 | 显示全部楼层
打开论坛根目录下supe.post.php
找到
  1. $db->query("INSERT INTO {$tablepre}posts (fid, tid, first, author, authorid, subject, dateline, message, useip, invisible, anonymous, usesig, htmlon, bbcodeoff, smileyoff, parseurloff, attachment)
  2.                 VALUES ('$fid', '$tid', '0', '$discuz_user', '$discuz_uid', '$subject', '$timestamp', '$message', '$onlineip', '$pinvisible', '$isanonymous', '$usesig', '$htmlon', '$bbcodeoff', '$smileyoff', '$parseurloff', '$attachment')");
复制代码

替换为
  1. $db->query("INSERT INTO {$tablepre}posts (fid, tid, first, author, authorid, subject, dateline, message, useip, invisible, usesig, htmlon, bbcodeoff, smileyoff, parseurloff, attachment)
  2.                 VALUES ('$fid', '$tid', '0', '$discuz_user', '$discuz_uid', '$subject', '$timestamp', '$message', '$onlineip', '$pinvisible', '$usesig', '$htmlon', '$bbcodeoff', '$smileyoff', '$parseurloff', '$attachment')");
复制代码
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-11-28 10:55 , Processed in 0.022932 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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