BoBlog两个小错误
引用
Warning: fsockopen() has been disabled for security reasons in /home/Admin/domains/blog.blog.blog.www.xgiu.com/public_html/plugin/sendqzone/email.class.php on line 83
ERROR!
info:(smtp.qq.com:25) Connect - Unable to connect to the SMTP server
ERROR!
info:(smtp.qq.com:25) Connect - Unable to connect to the SMTP server
这个是因为服务器禁止了fsockopen函数,此函数是通过网络访问其它网络资源所需要的,常用于程序采集。
在俺的博客上出现该错误,是因为sendqzone需要使用到QQmail的smtp功能,来验证发送日志。
解决方法:倘若空间商不愿意放开限制(很有可能的,因为采集占用服务器资源),就只有换空间了。
引用
Bo-Blog Database System Tips: MySQL Query Error
Time: 2011-5-1 6:06am
Script:
SQL: INSERT INTO `***blogs` (`blogid`,`title`,`pubtime`,`authorid`,`replies`,`tbs`,`views`,`property`,`category`,`tags`,`sticky`,`htmlstat`,`ubbstat`,`emotstat`,`content`,`editorid`,`edittime`,`weather`,`mobile`,`pinged`,`permitgp`,`starred`,`blogpsw`,`frontpage`,`entrysummary`,`comefrom`,`originsrc`,`blogalias`,`sendqzone`) VALUES
Time: 2011-5-1 6:06am
Script:
SQL: INSERT INTO `***blogs` (`blogid`,`title`,`pubtime`,`authorid`,`replies`,`tbs`,`views`,`property`,`category`,`tags`,`sticky`,`htmlstat`,`ubbstat`,`emotstat`,`content`,`editorid`,`edittime`,`weather`,`mobile`,`pinged`,`permitgp`,`starred`,`blogpsw`,`frontpage`,`entrysummary`,`comefrom`,`originsrc`,`blogalias`,`sendqzone`) VALUES
使用博客的数据备份后出现此错误,是因为sendqzone为了验证是不是已经同步到QZONE,会在博客的MySql数据库当中添加了一个数据表"sendqzone"。
想要逐条数据库修改删除sendqzone尾巴是很复杂的,so,解决方法:
重新安装博客后,在后台重新安装sendqzone那个plus。然后再次执行数据恢复。
发表评论