Hallo everyone,
when running a new installation of the plugin the following notice is thrown:
-->mod_geogebra
++ XMLDB has detected one CHAR NOT NULL column (urlggb) with '' (empty string) as DEFAULT value. This type of columns must have one meaningful DEFAULT declared or none (NULL). XMLDB have fixed it automatically changing it to none (NULL). The process will continue ok and proper defaults will be created accordingly with each DB requirements. Please fix it in source (XML and/or upgrade script) to avoid this message to be displayed. ++
* line 1703 of /lib/datalib.php: call to debugging()
* line 352 of /lib/xmldb/xmldb_object.php: call to xmldb_debug()
* line 255 of /lib/xmldb/xmldb_field.php: call to xmldb_object->debug()
* line 359 of /lib/xmldb/xmldb_field.php: call to xmldb_field->setDefault()
* line 543 of /lib/xmldb/xmldb_table.php: call to xmldb_field->arr2xmldb_field()
* line 276 of /lib/xmldb/xmldb_structure.php: call to xmldb_table->arr2xmldb_table()
* line 172 of /lib/xmldb/xmldb_file.php: call to xmldb_structure->arr2xmldb_structure()
* line 153 of /lib/xmldb/xmldb_file.php: call to xmldb_file->arr2xmldb_structure()
* line 349 of /lib/ddl/database_manager.php: call to xmldb_file->loadXMLStructure()
* line 370 of /lib/ddl/database_manager.php: call to database_manager->load_xmldb_file()
* line 841 of /lib/upgradelib.php: call to database_manager->install_from_xmldb_file()
* line 576 of /lib/upgradelib.php: call to upgrade_plugins_modules()
* line 1929 of /lib/upgradelib.php: call to upgrade_plugins()
* line 202 of /admin/cli/upgrade.php: call to upgrade_noncore()
++ erfolgreich ++
The process runs through, but it is still not nice and any necessary default value is not set.
Hallo everyone, when running a new installation of the plugin the following notice is thrown:
The process runs through, but it is still not nice and any necessary default value is not set.
Our Moodle: 3.11.4+ (recent weekly build)
Yours Peter