https://discuz.dismall.com/thread-632531-1-1.html
- 关于在论坛点击加入圈子JavaScript出错的解决方案
https://discuz.dismall.com/thread-602036-1-1.html
解答:这个是因为您的论坛不是d5.5的,ss安装的时候对于5.5的论坛会默认设立一个圈子板块,d5不支持,可能就造成这个问题了
您可以到论坛后台升级数据库- update cdb_forums set status=1 where status=2;
复制代码 如果您的论坛表名前缀不是cdb_,请修改为您的表名前缀
这个我们之后改进下
SQL: SELECT u.uid, u.username, u.hash, a.filepath, a.thumbpath FROM [Table]userspaces u, [Table]attachments a WHERE u.hash != '' AND a.hash=u.hash LIMIT 0, 50
Error: Unknown column 'u.hash' in 'field list'
解答:开通一个空间再升级!
更新论坛补丁https://discuz.dismall.com/viewthread.php?tid=596559
- 因为安装/升级 SupeSite,无法进入论坛的解决方案
https://discuz.dismall.com/thread-597641-1-1.html
升级zend optimzer版本,不要使用2.6.x系列,升级到3.0.0以上版本
下载未完成,请使用flashget下载,直接下载很容易由于网络问题没下载完全导致不能解压
解答:https://discuz.dismall.com/thread-598651-1-1.html
解答:https://discuz.dismall.com/thread-596188-1-1.html
- 论坛后台--扩展设置--批量设置圈子板块之后,原来有主题分类的板块无法发帖。
解答:这个是个bug,目前您可以这样操作:升级数据库- update cdb_forumfields set threadtypes ='' where fid in(有问题的板块fid1,有问题的板块fid2...);
复制代码- 升级之后圈子首页报错unknown column 't.sgid' in 'where clause'
解答:没有升级成功,字段缺少,请重新运行update.php升级遍
- 论坛数据库字段校验sgid mediumint(8) unsigned NOT NULL
解答:这个是正常的,该字段是圈子的字段。
解答:已经提供https://discuz.dismall.com/thread-594210-1-2.html
想使用官方二级域名的注意了,别名记录里不允许使用“*”的解决方案
https://discuz.dismall.com/thread-601940-1-1.html
解答:https://discuz.dismall.com/thread-588373-1-1.html第5点
- Fatal error: Maximum execution time of 30 seconds exceeded in d:\wwwroot\th9th\wwwroot\blog\include\space_template.inc.php on line 808
解答:升级zend optimzer版本,不要使用2.6.0,推荐3.0.0
Error: Duplicate entry 'videomode' for key 1
Errno.: 1062
解答:请登录站点设置admincp.php,更新下全部缓存再升级
- 出现下列报错都是由于没有填写对config.php的参数信息。
请对照升级文档填对config.php里面的全部参数信息!
报错:
Discuz! info: MySQL Query Error
User: 大道理
Time: 2007-4-11 8:40pm
Script: /forum/admincp.php
SQL: SELECT * FROM settings WHERE variable IN ('attachmentdir', 'attachmenturl')
Error: Table 'sqlzly01.settings' doesn't exist
报错
SupeSite info: MySQL Query Error
User: guest
Time: 2007-4-11 10:46pm
Script: /supe/update.php
SQL: SELECT * FROM discuz.[Table]settings
Error: SELECT command denied to user: 'XXX_bbs@localhost' for table '[Table]settings'
Errno.: 1142
SupeSite info: MySQL Query Error
User: guest
Time: 2007-4-11 11:10pm
Script: /update.php
SQL: SELECT * FROM discuz.[Table]settings
Error: Access denied for user 'neagle_sinostu'@'localhost' to database 'discuz'
|