I'm getting this error over and over in my log since installing the latest version of the spam module (2.0.12) a few minutes ago:
Unknown column 'sifr' in 'where clause' query: SELECT COUNT(*) FROM spam_log WHERE id = sifr AND source = 'fancy' in /home/thecomme/public_html/includes/database.mysql.inc on line 66.
I am using the Fancy theme..... searched for this phrase but didn't find any posts.
This is a new install of Drupal (4.6.5) on Apache 2.0.55_3 and PHP 4-4.4.2_1,1 (FreeBSD 4.11 server). MySQL database is created, database.mysql inserted into the database, sites/default/setting.php have the correct info for $db_url and $base_url and just for testing purposes I have no .htaccess file (also tried with stock .htaccess).
On connect to the site, there is a blank white page but the drupal favicon.ico shows and this is generated in apache:
* Followed instructions on INSTALL.txt
* Install screen with confirmation message appears but with no styles whatsoever - just template holders
* Screenshot: http://www.theruss.com/images/screenshot_drupal_4.6.5.jpg
* I chmodded the entire drupal directory to 777, still nothing.
* Nothing in the Apache error_log or anything suspect in the access logs.