catalyst / moodle-mod_reengagement

Allows timed release of content and emails users to remind them to complete a course activity
23 stars 40 forks source link

Can not duplicate instance #23

Closed actXc closed 7 years ago

actXc commented 7 years ago

same as in #21

Debug info: Field 'thirdpartyemails' doesn't have a default value INSERT INTO mdl_reengagement (name,timecreated,timemodified,emailuser,emailsubject,emailcontent,emailcontentformat,duration,suppresstarget,emaildelay,emailrecipient,emailsubjectmanager,emailcontentmanager,emailcontentmanagerformat,course) VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?) [array ( 0 => 'Erinnerung', 1 => 1491255586, 2 => '0', 3 => '2', 4 => 'Jetzt ist die nächste Frage drann...', 5 => 'This is a reminder email from course %coursename%.', 6 => '1', 7 => '300', 8 => '0', 9 => '300', 10 => '0', 11 => '', 12 => '', 13 => '0', 14 => '4', )] Error code: dmlwriteexception

Debug info: Field 'thirdpartyemails' doesn't have a default value INSERT INTO mdl_reengagement (name,timecreated,timemodified,emailuser,emailsubject,emailcontent,emailcontentformat,duration,suppresstarget,emaildelay,emailrecipient,emailsubjectmanager,emailcontentmanager,emailcontentmanagerformat,course) VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?) [array ( 0 => 'Erinnerung', 1 => 1491255586, 2 => '0', 3 => '2', 4 => 'Jetzt ist die nächste Frage drann...', 5 => 'This is a reminder email from course %coursename%.', 6 => '1', 7 => '300', 8 => '0', 9 => '300', 10 => '0', 11 => '', 12 => '', 13 => '0', 14 => '4', )] Error code: dmlwriteexception

danmarsden commented 7 years ago

yeah - closing this as a duplicate - we'll try to get to this very soon, thanks.