The call:
// line 114:
cache_clear_all('schema');
does not correspond to the cache_clear_all() API. A $table AND a $cid are supposed to be set but here only one argument is set, leading the call to fail (SQL error: table does not exist).
I am not sure what was intended here so i don't know how to fix.
Comments
Comment #1
math3usmartins commentedFixed on this commit
http://drupalcode.org/sandbox/math3usmartins/1160852.git/commit/8c4ff9c2...
Thanks for your time.