Active
Project:
filedepot
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 May 2012 at 02:17 UTC
Updated:
30 May 2012 at 15:37 UTC
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
Comment #1
_timpatrick commentedI tried to replicate and was able to upload with tags on a file.
Can you try again with the latest release of 6.x?
Comment #2
_timpatrick commented