Active
Project:
Strongarm
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2015 at 21:49 UTC
Updated:
17 Apr 2017 at 13:18 UTC
Jump to comment: Most recent
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();
| Comment | File | Size | Author |
|---|---|---|---|
| Screen Shot 1436-10-09 at 11.57.05 PM.png | 63.77 KB | WJNLLC |
Comments
Comment #1
ciss commentedComment #2
tobiasbComment #3
tobiasb