FireStats error : Database error: Unknown column 'type' in 'field list'
MySQL Version: 5.0.67-community
SQL Query:
INSERT DELAYED INTO `wp_firestats_pending_data` (
`timestamp`,
`site_id` ,
`url` ,
`referrer` ,
`useragent` ,
`ip`,
`type`
)
VALUES (
NOW(),
'1',
'http://gbbert.com/babble/index.php/wall/',
'',
'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)',
'38.107.191.85',
NULL
)