I get this error when I try to update permissions.
An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /~bford/drupal/?q=batch&id=6&op=do StatusText: Service unavailable (with message) ResponseText: PDOException: SQLSTATE[HY000]: General error: 1 no such function: BIT_OR: SELECT tadg.rid AS rid, BIT_OR(COALESCE(ta.grant_view, tad.grant_view, tadg.grant_view)) AS grant_view, BIT_OR(COALESCE(ta.grant_update, tad.grant_update, tadg.grant_update)) AS grant_update, BIT_OR(COALESCE(ta.grant_delete, tad.grant_delete, tadg.grant_delete)) AS grant_delete FROM {taxonomy_term_data} td INNER JOIN {taxonomy_access_default} tadg ON tadg.vid = 0 LEFT OUTER JOIN {taxonomy_access_default} tad ON tad.vid = td.vid AND tad.rid = tadg.rid LEFT OUTER JOIN {taxonomy_access_term} ta ON ta.tid = td.tid AND ta.rid = tadg.rid INNER JOIN {taxonomy_index} ti ON td.tid = ti.tid WHERE (ti.nid = :db_condition_placeholder_0) GROUP BY tadg.rid; Array ( [:db_condition_placeholder_0] => 1 ) in _taxonomy_access_node_access_records() (line 1276 of /Users/bford/Sites/drupal-7.9/sites/all/modules/taxonomy_access/taxonomy_access.module).
Comments
Comment #1
xjmThanks for the report. This is a duplicate of #1266674: Support other databases. Currently, only MySQL and PostgreSQL are supported. Unfortunately, since previous versions of Drupal only supported MySQL and PostgreSQL, the module needs to be significantly rewritten to support other databases.
Comment #1.0
xjmjust removing the strong tags I forgot about