After installing on a clean stable D7, and after trying to create a new feed this error message appears:

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'table.feeds_push_subscriptions' doesn't exist: SELECT * FROM {feeds_push_subscriptions} WHERE domain = :domain AND subscriber_id = :sid; Array ( [:domain] => feed [:sid] => 1 ) in PuSHSubscription::load() (line 228 of /home/user/public_html/site.com/sites/all/modules/feeds/plugins/FeedsHTTPFetcher.inc)

It also appears after trying to delete the feed that gets created. Once the module is disabled, the feed can be deleted.

Comments

bryansd’s picture

Version: 7.x-2.0-alpha3 » 7.x-2.x-dev

Also seeing this error!

PHP 5.3.6, MySQL 5.1.56

bryansd’s picture

Status: Active » Closed (duplicate)

I believe this to be a duplicate of http://drupal.org/node/1044882 . Hopefully, no one will object with me closing this.