Closed (duplicate)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2011 at 18:54 UTC
Updated:
13 Jun 2011 at 14:54 UTC
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
Comment #1
bryansd commentedAlso seeing this error!
PHP 5.3.6, MySQL 5.1.56
Comment #2
bryansd commentedI believe this to be a duplicate of http://drupal.org/node/1044882 . Hopefully, no one will object with me closing this.