Closed (fixed)
Project:
Permissions API
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
17 Mar 2009 at 22:38 UTC
Updated:
8 Apr 2009 at 16:40 UTC
INSERT INTO {permission} is missing '(rid, perm, tid)' field names - without this the number of fields provided is incorrect and generates the error:
"Column count doesn't match value count at row 1 query: INSERT INTO permission VALUES(X,'Y',Z) in C:\wamp\www\sites\all\modules\permissions_api\permissions_api.module on line 142."
Patch file to fix attached for review.
| Comment | File | Size | Author |
|---|---|---|---|
| mike.patch | 1.23 KB | fat-eddie |
Comments
Comment #1
ebeyrent commentedThanks for the patch!
I have fixed the issue and committed.