Closed (won't fix)
Project:
Gallerix
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2008 at 03:06 UTC
Updated:
24 May 2011 at 09:25 UTC
Hello! I set up this module and administered permissions and settings. When I go to create an album node, I receive the following errors and no album is created:
# warning: pg_query() [function.pg-query]: Query failed: ERROR: relation "gallerix_albums" does not exist in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 125.
# user warning: query: INSERT INTO gallerix_albums (nid, path, settings) VALUES (311, 'files/gallerix/albums/2/311', 'a:1:{s:10:"sort_order";s:6:"random";}') in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 144.
# warning: pg_query() [function.pg-query]: Query failed: ERROR: relation "gallerix_albums" does not exist in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 125.
# user warning: query: SELECT settings FROM gallerix_albums WHERE nid = 311 in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 144.
# warning: pg_query() [function.pg-query]: Query failed: ERROR: relation "gallerix_pictures" does not exist in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 125.
# user warning: query: SELECT name, pid, nid, caption FROM gallerix_pictures WHERE nid = 311 AND sort = 1 in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 144.
# warning: pg_query() [function.pg-query]: Query failed: ERROR: relation "gallerix_albums" does not exist in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 125.
# user warning: query: SELECT settings FROM gallerix_albums WHERE nid = 311 in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 144.
# warning: pg_query() [function.pg-query]: Query failed: ERROR: relation "gallerix_pictures" does not exist in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 125.
# user warning: query: SELECT name, pid, nid, caption FROM gallerix_pictures WHERE nid = 311 AND sort = 1 in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 144.
I am using Drupal 5.5 with PostgreSQL.
Comments
Comment #1
silviogutierrez commentedWiSeOz,
I have been told that the PostgreSQL install file can fail sometimes. Since I don't have access to PostgreSQL, I have no way of testing it.
If by any chance you can take a look at it and see what might be causing the error, this would expedite the process.
Silvio
Comment #2
AlexisWilke commented5.x is not supported anymore. Closing this issue.
Thank you.
Alexis Wilke