Comment by [email protected]:

Hi,

I am getting this strange error, I tried searching for the solution but could not find anything helpful yet:


Error writing to database

More information about this error
Debug info: Column 'introformat' cannot be null
INSERT INTO mdl_openmeetings (name,room_id,type,max_user,language,is_moderated_room,intro,course,introformat) VALUES(?,?,?,?,?,?,?,?,?)
[array (
0 => 'Online Classroom',
1 => '14',
2 => '1',
3 => '2',
4 => '1',
5 => '1',
6 => NULL,
7 => '2',
8 => NULL,
)]
Stack trace:

    * line 394 of /lib/dml/moodle_database.php: dml_write_exception thrown
* line 874 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end() * line 916 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->insert_record_raw() * line 54 of /mod/openmeetings/lib.php: call to mysqli_native_moodle_database->insert_record()
    * line 410 of /course/modedit.php: call to openmeetings_add_instance()

For more information:
http://code.google.com/p/openmeetings/wiki/MoodlePlugins

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to