Got this error when I added a new plugin. Now that I think about it, I got a similar error when my user was created few days ago. Doesn't look right, maybe some code was updated without a database migration ?
- user warning: Unknown column
'extra' in 'field list'
query: SELECT cid, filter, style, status, scan, extra FROM spam_custom
WHERE status != 0 ORDER BY weight ASC in
/var/www/includes/database.mysql.inc on line 174.
- user
warning: Unknown column 'extra' in 'field list'
query: SELECT cid, filter, style, status, scan, extra FROM spam_custom
WHERE status != 0 ORDER BY weight ASC in
/var/www/includes/database.mysql.inc on line 174.
The Spam module is probably
The Spam module is probably older than the rest ofour Drupal, and has been switched off for some time.
user warning: Unknown column 'extra' in 'field list'
Same warning but I posted comment (contactsheet plugin) and I get this error:
* user warning: Unknown column 'extra' in 'field list' query: SELECT cid, filter, style, status, scan, extra FROM spam_custom WHERE status != 0 ORDER BY weight ASC in /var/www/includes/database.mysql.inc on line 174.
* user warning: Unknown column 'extra' in 'field list' query: SELECT cid, filter, style, status, scan, extra FROM spam_custom WHERE status != 0 ORDER BY weight ASC in /var/www/includes/database.mysql.inc on line 174.
What should I do with this information in the future: ignore or report?
Elmar