Matt Taggart dijo [Sun, Sep 19, 2010 at 05:33:46PM -0700]:
> (...)
> 3) After creating the db user and database, there were no instuctions what 
> to do next. I edited /etc/drupal/6/sites/default/dbconfig.php and plugged 
> in the info I had provided when setting up the database. After doing that 
> when trying to load the default url http://site/drupal6/ I got a big php 
> error dump with a bunch of things similar to this
> 
> Warning: pg_query() [function.pg-query]: Query failed: ERROR: relation 
> "access" does not exist in /usr/share/drupal6/includes/database.pgsql.inc 
> on line 139
> 
> Warning: ERROR: relation "access" does not exist query: SELECT 1 FROM 
> access WHERE type = 'host' AND LOWER('127.0.1.1') LIKE LOWER(mask) AND 
> status = 0 LIMIT 1 OFFSET 0 in /usr/share/drupal6/includes/database.pgsql.in
> c on line 160
> 
> It looks like the database schema needs to be setup somehow. Was I supposed 
> to have run something else to do that or is drupal supposed to take care of 
> that?

FWIW, I strongly advise against running Drupal on PostreSQL. My
favorite RDBMS is PostgreSQL, and although Drupal core supports it
correctly (I'm surprised at your report), many modules give heaps of
error messages when running under anything other than MySQL. I would
even endorse explicitly dropping the stated support from the package.

FWIW, I understand the DB access API is being revamped for Drupal 7,
and this will no longer be the case.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to