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

CommentFileSizeAuthor
signit_signatures.sql_.txt994 bytesClemens

Comments

arthurf’s picture

This 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.

yan’s picture

having 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.

pvphome’s picture

Title: firstname field missing » data field missing

I've got message:

user warning: Unknown column 'data' in 'field list' query:

What does it mean?

yan’s picture

Status: Active » Closed (won't fix)

This module is abandoned, won't fix I suppose.