Closed (fixed)
Project:
Schema
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2011 at 19:10 UTC
Updated:
1 Oct 2013 at 13:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
ben coleman commentedOk, I've got the above error figured out. The problem is that the SELECT has only 1 bound variable, while 2 tokens are provided. The attached patch fixes that.
There are still problems, though. Though this patch fixes the above error message, going to admin/report/status or admin/structure/schema now results in an HTTP Error 500 and a blank page.
Comment #2
nohup commentedBen,
Thanks for your patch. I have updated it to drupal 7 db api.
Patch attached.
Comment #3
ben coleman commentedI can confirm that patch 2 gets rid of the HTTP Error 500 problem. With this patch, admin/structure/schema and admin/report/status at least produce output. There are still problems (and I'll open other issues on them), but Schema 7 no longer fails utterly on PostgreSQL.
Comment #4
lquessenberry commentedI can't get either one to patch at all.
Comment #5
lquessenberry commentedI have tried several times to patch this with no luck in patching. I have tried reading all the documentation on patching modules with no avail. When I try to run the patches I get hunk errors or file not found errors. Is there a way someone could commit this to a dev module or just give me a patched version of the module. I am having no luck successfully patching at all.
*UPDATE* I was patching the wrong file. So Sorry! :(
Comment #6
colanCommitted in d381508.
Comment #8
hometoy commentedMaybe I am dumb, but when it asks "File to patch" what am I supposed to answer it?