Error

Error

by John Anderson -
Number of replies: 1

Hi I have been experimenting with this interesting module today. Got all modules installed smoothly. I tried to add a text field for input and a tabular view.

Using Dataform mod_dataform 3.3.2   2017051502
Moodle 3.4.9

I entered some text and saved it but I get this error on trying to view (debug on) :
Maybe access type not setup right ? Thanks for any ideas.



Debug info: Unknown column 'e.type' in 'field list'
SELECT e.id, e.dataid, e.state, e.timecreated, e.timemodified, e.userid, e.groupid, e.type , u.id AS uid ,u.picture,u.firstname,u.lastname,u.firstnamephonetic,u.lastnamephonetic,u.middlename,u.alternatename,u.imagealt,u.email,u.idnumber,u.username FROM zzmdl_dataform_entries e JOIN zzmdl_user u ON u.id = e.userid WHERE e.dataid = ? ORDER BY e.id ASC
[array (
0 => '3',
)]
Error code: dmlreadexception

Average of ratings: -