I'm trying to create content when suddenly I get this error msg:

user warning: Unknown column 'n.body' in 'where clause' query: SELECT 1 FROM node n INNER JOIN node_revisions r ON r.nid = n.nid INNER JOIN akismet_spam_marks s ON s.content_type = 'node' AND s.content_id = n.nid WHERE (s.hostname = '127.0.0.1' OR n.body = 'what is happening?
\r\n' OR s.mail = 'highder@localhost.org') in C:\Program Files\xampp\htdocs\drupal\includes\database.mysql.inc on line 167.

I have enabled akismet, imce, tinymce, captcha, pathauto and image modules. can anyone help?

Comments

kus’s picture

i got the same error message, whenever i added a story /node/add/story

additionaly i got a blank page after the story add.

disabling akismet for the node type story worked around the problem.

DL’s picture

i did your work around using user #1 and other users and it was ok. but I guess they still have to check this out and iron it out...

drewish’s picture

Status: Active » Fixed

This bug has been fixed in another issue. Update to the latest version.

Anonymous’s picture

Status: Fixed » Closed (fixed)