發表留言
暱 稱: 密 碼:
網 址: E - mail:
驗證碼: 驗證碼圖片 選 項:
內 容:
Warning: include(/home/jas9/public_html/f2blog//cache/cache_modulesSetting.php) [function.include]: failed to open stream: No such file or directory in /home/jas9/public_html/f2blog/include/ubb.inc.php on line 5

Warning: include() [function.include]: Failed opening '/home/jas9/public_html/f2blog//cache/cache_modulesSetting.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jas9/public_html/f2blog/include/ubb.inc.php on line 5
  • 粗體
  • 斜體
  • 底線
  • 插入圖片
  • 超連結
  • 電子郵件
  • 插入引用

数据库出错:

MySQL Query Error
Mysql error description: Unknown column 'a.isSpam' in 'field list'
Mysql error number: 1054
Date: 2010-07-30 09:05
Script: http://jas9.com/f2blog/rewrite.php
SQL code: select distinct a.id, a.author, a.password, a.homepage, a.email, a.face, a.ip, a.content, a.postTime,IF(a.isSpam=1,1,a.isSecret) as isSecret, a.parent, a.HTTP_REFERER, a.isSpam ,b.id as member_id,b.nickname,b.isHiddenEmail,b.email as member_email,b.homePage as member_homepage from f2blog_guestbook as a left join f2blog_members as b on a.author=b.username where parent='0' order by postTime desc Limit 20,10