I upgraded my import module to 4.4.0 because it was causing problems, but step 2 of the install instructions messed up my database badly. Now my site gets these errors on every page:
user error: Unknown column 'fid' in 'where clause'
query: SELECT * FROM feed WHERE fid = 7 in /home/peacecds/grassroots_html/includes/database.mysql.inc on line 97.
user error: Unknown column 'fid' in 'where clause'
query: SELECT * FROM item WHERE fid = 0 ORDER BY timestamp DESC, iid DESC LIMIT 0, 15 in /home/peacecds/grassroots_html/includes/database.mysql.inc on line 97.
user error: Unknown column 'fid' in 'where clause'
query: SELECT * FROM feed WHERE fid = 4 in /home/peacecds/grassroots_html/includes/database.mysql.inc on line 97.
user error: Unknown column 'fid' in 'where clause'
query: SELECT * FROM item WHERE fid = 0 ORDER BY timestamp DESC, iid DESC LIMIT 0, 15 in /home/peacecds/grassroots_html/includes/database.mysql.inc on line 97.
Clearly, the item table is missing a fid column. I presume this isn't fixable by just insert the fid column to the table. Any ideas *how* to fix it?
Thanks a lot! :)
doonyakka