data field missing
Clemens - May 10, 2007 - 23:54
| Project: | SignIt |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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
| Attachment | Size |
|---|---|
| signit_signatures.sql_.txt | 994 bytes |

#1
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.
#2
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.#3
I've got message:
user warning: Unknown column 'data' in 'field list' query:
What does it mean?