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

dman’s picture

Status: Active » Closed (fixed)

Your 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.