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

AttachmentSize
signit_signatures.sql_.txt994 bytes

#1

arthurf - May 16, 2007 - 15:47

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

yan - August 14, 2007 - 14:00

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

pvphome - February 1, 2009 - 17:03
Title:firstname field missing» data field missing

I've got message:

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

What does it mean?

 
 

Drupal is a registered trademark of Dries Buytaert.