Closed (won't fix)
Project:
SignIt
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2007 at 23:54 UTC
Updated:
24 Nov 2010 at 20:38 UTC
Thank you for a great module. After installing SignIt module dated 10/May/2007 this morning I found the following:
1. 'firstname' field missing in 'signit_signatures'. Through phpMyAdmin I added the field 'firstname' VARCHAR(255) to the table after field 'uid'.
2. 'lastname' field missing in 'signit_signatures'. Through phpMyAdmin I changed the name of field 'name' to 'lastname'.
Result: success... We have our first signature. signit_signatures.sql.txt file attached
| Comment | File | Size | Author |
|---|---|---|---|
| signit_signatures.sql_.txt | 994 bytes | Clemens |
Comments
Comment #1
arthurf commentedThis was actually in an update function, but I guess that updates don't run when you first install, so I've updated the install file.
Comment #2
yan commentedhaving the same problem: just "name" field instead of "firstname" and "lastname"
after signing:
user warning: Unknown column 'firstname' in 'field list' query: INSERT INTO signit_signatures (nid, uid, targets, subject, message, personal_message, personal_comment, created, sent, email, firstname, lastname) VALUES (8, 1, '', '', '', '', '', 1187099669, 0, 'email@server.org', 'name', '') in /var/www/xxx/includes/database.mysql.inc on line 172.Comment #3
pvphome commentedI've got message:
user warning: Unknown column 'data' in 'field list' query:
What does it mean?
Comment #4
yan commentedThis module is abandoned, won't fix I suppose.