EduardoKrausME / moodle-mod_certificatebeautiful

1 stars 2 forks source link

Error on module duplication #12

Closed volodymyrdovhan closed 3 weeks ago

volodymyrdovhan commented 3 weeks ago

Hello, I got an error when tried to duplicate the module: image

ERROR: null value in column "description" of relation "m_certificatebeautiful" violates not-null constraint DETAIL: Failing row contains (3, 2, Test cert, null,

Test

, 1, 0, 1729546991, 1729547104). INSERT INTO m_certificatebeautiful (name,timecreated,timemodified,intro,introformat,course) VALUES($1,$2,$3,$4,$5,$6) RETURNING id [array ( 'name' => 'Test cert', 'timecreated' => '1729546991', 'timemodified' => '1729547104', 'intro' => '

Test

', 'introformat' => '1', 'course' => '2', )] Error code: dmlwriteexception