Active
Project:
Aggregation
Version:
6.x-1.4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2008 at 00:06 UTC
Updated:
27 Feb 2009 at 20:20 UTC
Hi guys,
I got this error today.
* warning: pg_query() [function.pg-query]: Query failed: ERROR: relation "aggregator_cid_seq" does not exist in /usr/clients/www/drupal/includes/database.pgsql.inc on line 139.
* user warning: query: SELECT CURRVAL('aggregator_cid_seq') in /usr/clients/www/drupal/includes/database.pgsql.inc on line 232.
The tables I have are as follow:
aggregator_category aggregator_category_item_pkey aggregator_feed_url_key
aggregator_category_cid_seq aggregator_category_pkey aggregator_item
aggregator_category_feed aggregator_category_title_key aggregator_item_fid_idx
aggregator_category_feed_fid_idx aggregator_feed aggregator_item_iid_seq
aggregator_category_feed_pkey aggregator_feed_fid_seq aggregator_item_pkey
aggregator_category_item aggregator_feed_pkey
aggregator_category_item_iid_idx aggregator_feed_title_key
Thank you.
Alexis Wilke
Comments
Comment #1
AlexisWilke commentedDuplicate of #290561: Database error when adding an Aggregator category