Closed (fixed)
Project:
Context
Version:
7.x-3.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
31 Mar 2011 at 14:28 UTC
Updated:
25 Dec 2018 at 09:55 UTC
Recoverable fatal error: Argument 2 passed to db_query() must be an array, string given, called in /var/www/html/.../context.module on line 257 and defined in db_query() (line 2213 of /var/www/html/.../n/includes/database/database.inc).
Greets
Tim
| Comment | File | Size | Author |
|---|---|---|---|
| context.module.patch | 624 bytes | Anonymous (not verified) |
Comments
Comment #1
tekante commentedIssue confirmed by creating a context and then using drush to call context_delete function. Confirmed provided patch resolves issue and correctly deletes context.
Patch http://drupalcode.org/project/context.git/commit/11b2171b1007367e92d26e6...
Thanks TimLeytens