Closed (fixed)
Project:
Feeds
Version:
7.x-2.0-alpha3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2011 at 13:55 UTC
Updated:
11 Oct 2011 at 11:40 UTC
I'm getting this error message:
Warning: Cannot modify header information - headers already sent by (output started at .../includes/common.inc:2561) in drupal_send_headers() (line 1040 of .../public_html/includes/bootstrap.inc).
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupalop.feeds_log' doesn't exist: DELETE FROM {feeds_log} WHERE (request_time < :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 1299765175 ) in feeds_cron() (line 43 of .../sites/all/modules/feeds/feeds.module).
Any ideas as to what's going wrong?
Comments
Comment #1
dman commentedYour version of feeds is out of sync with the db state, or an unexpected version is installed.
This may possibly be repaired by visiting update.php following any module upgrade.
If that doesn't fix it, (do not delete files!) use the modules admin page to first disable, then *uninstall* the module from the uninstall tab.
Re-enabling it after that will probably try to rebuild the missing tables.
Errors you see during this process may probably be ignored.
If that still doesn't work, then sorry, but alpha code usually has no solid upgrade path, maybe you can clear out feeds_* tables in the DB and start again.