warning: pg_query() [function.pg-query]: Query failed: ERROR: function concat(character varying, integer) does not exist
LINE 1: ...ELECT COUNT(*) FROM node_access WHERE nid = 0 AND CONCAT(rea...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts. in /usr/home/irishasia/irishasia.com/includes/database.pgsql.inc on line 45.
user error:
query: SELECT COUNT(*) FROM node_access WHERE nid = 0 AND CONCAT(realm, gid) IN ('all0') AND grant_view = 1 in /usr/home/irishasia/irishasia.com/includes/database.pgsql.inc on line 62.
warning: pg_query() [function.pg-query]: Query failed: ERROR: function concat(character varying, integer) does not exist
LINE 1: ... u ON u.uid = n.uid WHERE (na.grant_view = 1 AND CONCAT(na....
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts. in /usr/home/irishasia/irishasia.com/includes/database.pgsql.inc on line 45.
user error:
query: SELECT n.*, u.uid, u.name, u.picture, u.data FROM node n INNER JOIN node_access na ON na.nid = n.nid INNER JOIN users u ON u.uid = n.uid WHERE (na.grant_view = 1 AND CONCAT(na.realm, na.gid) IN ('all0')) AND n.nid = '113' in /usr/home/irishasia/irishasia.com/includes/database.pgsql.inc on line 62.
warning: pg_query() [function.pg-query]: Query failed: ERROR: function concat(character varying, integer) does not exist
LINE 1: ...ELECT COUNT(*) FROM node_access WHERE nid = 0 AND CONCAT(rea...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts. in /usr/home/irishasia/irishasia.com/includes/database.pgsql.inc on line 45.
user error:
query: SELECT COUNT(*) FROM node_access WHERE nid = 0 AND CONCAT(realm, gid) IN ('all0') AND grant_view = 1 in /usr/home/irishasia/irishasia.com/includes/database.pgsql.inc on line 62.
warning: pg_query() [function.pg-query]: Query failed: ERROR: function concat(character varying, integer) does not exist
LINE 1: ...a ON na.nid = n.nid WHERE (na.grant_view = 1 AND CONCAT(na....
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts. in /usr/home/irishasia/irishasia.com/includes/database.pgsql.inc on line 45.
user error:
query: SELECT COUNT(*) FROM node n INNER JOIN node_access na ON na.nid = n.nid WHERE (na.grant_view = 1 AND CONCAT(na.realm, na.gid) IN ('all0')) AND n.promote = 1 AND n.status = 1 in /usr/home/irishasia/irishasia.com/includes/database.pgsql.inc on line 62.
warning: pg_query() [function.pg-query]: Query failed: ERROR: function concat(character varying, integer) does not exist
LINE 1: ...a ON na.nid = n.nid WHERE (na.grant_view = 1 AND CONCAT(na....
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts. in /usr/home/irishasia/irishasia.com/includes/database.pgsql.inc on line 45.
user error:
query: SELECT DISTINCT(n.nid), n.sticky, n.created FROM node n INNER JOIN node_access na ON na.nid = n.nid WHERE (na.grant_view = 1 AND CONCAT(na.realm, na.gid) IN ('all0')) AND n.promote = 1 AND n.status = 1 ORDER BY n.sticky DESC, n.created DESC LIMIT 10 OFFSET 0 in /usr/home/irishasia/irishasia.com/includes/database.pgsql.inc on line 62.
warning: pg_query() [function.pg-query]: Query failed: ERROR: function concat(character varying, integer) does not exist
LINE 1: ...ELECT COUNT(*) FROM node_access WHERE nid = 0 AND CONCAT(rea...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts. in /usr/home/irishasia/irishasia.com/includes/database.pgsql.inc on line 45.
user error:
query: SELECT COUNT(*) FROM node_access WHERE nid = 0 AND CONCAT(realm, gid) IN ('all0') AND grant_view = 1 in /usr/home/irishasia/irishasia.com/includes/database.pgsql.inc on line 62.
warning: pg_query() [function.pg-query]: Query failed: ERROR: function concat(character varying, integer) does not exist
LINE 1: ... p ON p.nid = n.nid WHERE (na.grant_view = 1 AND CONCAT(na....
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts. in /usr/home/irishasia/irishasia.com/includes/database.pgsql.inc on line 45.
user error:
query: SELECT MAX(n.created) FROM node n INNER JOIN node_access na ON na.nid = n.nid INNER JOIN poll p ON p.nid = n.nid WHERE (na.grant_view = 1 AND CONCAT(na.realm, na.gid) IN ('all0')) AND n.status = 1 AND p.active = 1 AND n.moderate = 0 in /usr/home/irishasia/irishasia.com/includes/database.pgsql.inc on line 62.
Welcome to your new Drupal-powered website. This message will guide you through your first steps with Drupal, and will disappear once you have posted your first piece of content.
Drupal comes with various modules, each of which contains a specific piece of functionality. You should visit the module list and enable those modules which suit your website's needs.
Themes handle the presentation of your website. You can use one of the existing themes, modify them or create your own from scratch.
We suggest you look around the administration section and explore the various options Drupal offers you. For more information, you can refer to the Drupal handbooks online.