Active
Project:
Simple Guestbook
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2008 at 12:00 UTC
Updated:
9 Oct 2008 at 09:39 UTC
DB Field not found error if Ananymous user try to fill guestbook.
user warning: Unknown column 'n.moderate' in 'where clause' query: SELECT COUNT(DISTINCT(id)) FROM simpleguestbook WHERE ((n.moderate != 1)) AND ( pid=0 AND status=1) in /opt/lampp/htdocs/drupal/includes/database.mysql.inc on line 172.
user warning: Unknown column 'n.moderate' in 'where clause' query: SELECT * FROM simpleguestbook WHERE ((n.moderate != 1)) AND ( pid=0 AND status=1 ) ORDER BY id DESC LIMIT 0, 10 in /opt/lampp/htdocs/drupal/includes/database.mysql.inc on line 172.
Comments
Comment #1
RAD-X commentedI have similar problem:
DB Field not found error if Anonymous user try to read guestbook (guestbook homepage).
Any solutions?