Re: [GENERAL] Insufficient privileges.

2011-07-08 Thread Albe Laurenz
Dave Coventry wrote: > I am getting the following error message in my Drupal install. > > PDOException: SQLSTATE[42501]: Insufficient privilege: 7 ERROR: > permission denied for sequence currenttest_id_seq: INSERT INTO > currentTest (score) VALUES (:db_insert_placeholder_0); > > This is a table tha

Re: [GENERAL] Insufficient privileges.

2011-07-07 Thread Dave Coventry
Hi John, Thanks. On 7 July 2011 21:48, John R Pierce wrote: > I recommend dropping your drupal database (since I doubt its worked right if > the objects are owned by postgres), and recreate it owned by the drupaluser, > then let the drupaluser populate it during the initial install. :~) Well t

Re: [GENERAL] Insufficient privileges.

2011-07-07 Thread John R Pierce
On 07/07/11 10:03 AM, Dave Coventry wrote: I am getting the following error message in my Drupal install. PDOException: SQLSTATE[42501]: Insufficient privilege: 7 ERROR: permission denied for sequence currenttest_id_seq: INSERT INTO currentTest (score) VALUES (:db_insert_placeholder_0); This is

Re: [GENERAL] Insufficient privileges.

2011-07-07 Thread Rick Genter
On Thu, Jul 7, 2011 at 10:26 AM, Dave Coventry wrote: > Hi Rick, > > Thanks for the response. > > What is "the sequence"? and how do I grant the privileges needed to > insert data into the database? > > Is it a postgres issue? > Yes. I don't know drupal, so I don't know the correct way to fix th

Re: [GENERAL] Insufficient privileges.

2011-07-07 Thread Dave Coventry
Hi Rick, Thanks for the response. What is "the sequence"? and how do I grant the privileges needed to insert data into the database? Is it a postgres issue? ~ Dave On 7 July 2011 19:05, Rick Genter wrote: > > > On Thu, Jul 7, 2011 at 10:03 AM, Dave Coventry wrote: >> >> I am getting the foll

Re: [GENERAL] Insufficient privileges.

2011-07-07 Thread Rick Genter
On Thu, Jul 7, 2011 at 10:03 AM, Dave Coventry wrote: > I am getting the following error message in my Drupal install. > > PDOException: SQLSTATE[42501]: Insufficient privilege: 7 ERROR: > permission denied for sequence currenttest_id_seq: INSERT INTO > currentTest (score) VALUES (:db_insert_plac

[GENERAL] Insufficient privileges.

2011-07-07 Thread Dave Coventry
I am getting the following error message in my Drupal install. PDOException: SQLSTATE[42501]: Insufficient privilege: 7 ERROR: permission denied for sequence currenttest_id_seq: INSERT INTO currentTest (score) VALUES (:db_insert_placeholder_0); This is a table that I created using the postgres su