PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')) ORDER BY name ASC' at line 1: SELECT v.name AS name, v.value AS value FROM {variable} v WHERE (name IN ()) ORDER BY name ASC; Array ( ) in variable_features_export_render() (line 179 of /home/adsorg/public_html/sites/all/modules/strongarm/strongarm.module).

$result = db_select('variable', 'v')->fields('v', array('name', 'value'))->condition('name', $data, 'IN')->orderBy('name')->execute();

CommentFileSizeAuthor
Screen Shot 1436-10-09 at 11.57.05 PM.png63.77 KBWJNLLC
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ciss’s picture

Priority: Critical » Normal
tobiasb’s picture

Issue tags: -variable_features_export_render, -line 179, -line, -179, -variable, -features, -export, -render
tobiasb’s picture

Assigned: WJNLLC » Unassigned