Closed (fixed)
Project:
Quick Tabs
Version:
6.x-2.0-rc4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2010 at 01:23 UTC
Updated:
9 Jul 2011 at 05:05 UTC
warning: pg_query() [function.pg-query]: Query failed: ERROR: column "default_tab" contains null values in /www/mysite/includes/database.pgsql.inc on line 139.
user warning: query: ALTER TABLE quicktabs ALTER default_tab SET NOT NULL in /www/mysite/includes/database.pgsql.inc on line 697.
Comments
Comment #1
pasqualleplease try changing line 214 in the quicktabs.install file
to:
and run the update again.
Comment #2
tuffnatty commentedSorry, I can't do it as I've already updated the table manually by first adding the field, then populating it with non-NULL values, and then setting it to NOT NULL.
Comment #3
katbailey commented