Closed (fixed)
Project:
Background Process
Version:
7.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
17 Nov 2011 at 21:22 UTC
Updated:
4 Dec 2011 at 09:50 UTC
The update hook fails in D7, with this error:
Cannot add field .background_process: table doesn't exist.
The problem is a D6-style db_add_field() which is not compatible with D7. The first parameter should be removed from db_add_field().
Additionally, the update hook itself should be returning a string instead of an array, and there should be a comment above the hook describing the update hook itself, so it can show up in the update list.
Comments
Comment #1
gielfeldt commentedBugger ... Thanks for reporting it.
Comment #2
gielfeldt commentedNew release with fix available (7.x-1.8).
Again, thank you very much for reporting this.