randomsamatch plugin needs upgrading
(mysql): CREATE TABLE mdl_question_randomsamatch ( id BIGINT(10) unsigned NOT NULL auto_increment, question BIGINT(10) unsigned NOT NULL DEFAULT 0, choose BIGINT(10) unsigned NOT NULL DEFAULT 4, CONSTRAINT PRIMARY KEY (id) )
1050: Table 'mdl_question_randomsamatch' already exists
ADOConnection._Execute(CREATE TABLE mdl_question_randomsamatch (
id BIGINT(10) unsigned NOT NULL auto_increment,
question BIGINT(10) unsigned N..., false) % line 889, file: adodb.inc.php
ADOConnection.Execute(CREATE TABLE mdl_question_randomsamatch (
id BIGINT(10) unsigned NOT NULL auto_increment,
question BIGINT(10) unsigned N...) % line 89, file: dmllib.php
execute_sql(CREATE TABLE mdl_question_randomsamatch (
id BIGINT(10) unsigned NOT NULL auto_increment,
question BIGINT(10) unsigned N..., true) % line 1911, file: dmllib.php
execute_sql_arr(Array[2]) % line 548, file: ddllib.php
install_from_xmldb_file(/web/htdocs/www.univirtual.it/home/project/question/type/randomsamatch/db/install.xml) % line 102, file: adminlib.php
Error
(mysql): ALTER TABLE mdl_question_randomsamatch COMMENT='Info about a random short-answer matching question'
Success
Installing randomsamatch FAILED!
truefalse plugin needs upgrading
(mysql): CREATE TABLE mdl_question_truefalse ( id BIGINT(10) unsigned NOT NULL auto_increment, question BIGINT(10) unsigned NOT NULL DEFAULT 0, trueanswer BIGINT(10) unsigned NOT NULL DEFAULT 0, falseanswer BIGINT(10) unsigned NOT NULL DEFAULT 0, CONSTRAINT PRIMARY KEY (id) )
1050: Table 'mdl_question_truefalse' already exists
ADOConnection._Execute(CREATE TABLE mdl_question_truefalse (
id BIGINT(10) unsigned NOT NULL auto_increment,
question BIGINT(10) unsigned NOT N..., false) % line 889, file: adodb.inc.php
ADOConnection.Execute(CREATE TABLE mdl_question_truefalse (
id BIGINT(10) unsigned NOT NULL auto_increment,
question BIGINT(10) unsigned NOT N...) % line 89, file: dmllib.php
execute_sql(CREATE TABLE mdl_question_truefalse (
id BIGINT(10) unsigned NOT NULL auto_increment,
question BIGINT(10) unsigned NOT N..., true) % line 1911, file: dmllib.php
execute_sql_arr(Array[2]) % line 548, file: ddllib.php
install_from_xmldb_file(/web/htdocs/www.univirtual.it/home/project/question/type/truefalse/db/install.xml) % line 102, file: adminlib.php
Error
(mysql): ALTER TABLE mdl_question_truefalse COMMENT='Options for True-False questions'
Success
Installing truefalse FAILED!