When uploading a file with a tag the following errors are produced.

warning: pg_query(): Query failed: ERROR: syntax error at or near "REGEXP" LINE 1: SELECT tagword FROM nextag_words WHERE tagword REGEXP '^b' O... ^ in /usr/share/drupal6/includes/database.pgsql.inc on line 139.
user warning: query: SELECT tagword FROM nextag_words WHERE tagword REGEXP '^b' ORDER BY metric DESC in /etc/drupal/6/sites/default/modules/filedepot/nexcloud.class.php on line 453.
warning: pg_query(): Query failed: ERROR: syntax error at or near "REGEXP" LINE 1: SELECT tagword FROM nextag_words WHERE tagword REGEXP '^bla'... ^ in /usr/share/drupal6/includes/database.pgsql.inc on line 139.
user warning: query: SELECT tagword FROM nextag_words WHERE tagword REGEXP '^bla' ORDER BY metric DESC in /etc/drupal/6/sites/default/modules/filedepot/nexcloud.class.php on line 453.

Comments

_timpatrick’s picture

I tried to replicate and was able to upload with tags on a file.
Can you try again with the latest release of 6.x?

_timpatrick’s picture

Assigned: Unassigned » _timpatrick