Error Install

  • Юматов Виталий
  • Topic Author
  • New Member
  • New Member
More
15 years 3 weeks ago #1 by Юматов Виталий
Error Install was created by Юматов Виталий
At package installation in Moodle has given out an error:



This script generated 22 warnings - Scroll to the first warning
auth/joomdle plugin needs upgrading
(mysql): CREATE TABLE mdl_joomdle_dummytable ( id BIGINT(10) unsigned NOT NULL auto_increment, CONSTRAINT PRIMARY KEY (id) ) 1050: Table 'mdl_joomdle_dummytable' already exists

ADOConnection._Execute(CREATE TABLE mdl_joomdle_dummytable (
id BIGINT(10) unsigned NOT NULL auto_increment,
CONSTRAINT PRIMARY KEY (id)
), false) % line 891, file: adodb.inc.php
ADOConnection.Execute(CREATE TABLE mdl_joomdle_dummytable (
id BIGINT(10) unsigned NOT NULL auto_increment,
CONSTRAINT PRIMARY KEY (id)
)) % line 89, file: dmllib.php
execute_sql(CREATE TABLE mdl_joomdle_dummytable (
id BIGINT(10) unsigned NOT NULL auto_increment,
CONSTRAINT PRIMARY KEY (id)
), true) % line 2302, file: dmllib.php
execute_sql_arr(Array[22]) % line 635, file: ddllib.php
install_from_xmldb_file(/home/oo99/public_html/moodle/auth/joomdle/db/install.xml) % line 137, file: adminlib.php

ОшибкаScroll to next warning
(mysql): ALTER TABLE mdl_joomdle_dummytable COMMENT='It appears it is mandatory to have a dummy table.'
Успешно
(mysql): INSERT INTO mdl_mnet_host2service(hostid, serviceid, publish) VALUES ('0', '4', '1') 1062: Duplicate entry '0-4' for key 2

ADOConnection._Execute(INSERT INTO mdl_mnet_host2service(hostid, serviceid, publish) VALUES ('0', '4', '1'), false) % line 891, file: adodb.inc.php
ADOConnection.Execute(INSERT INTO mdl_mnet_host2service(hostid, serviceid, publish) VALUES ('0', '4', '1')) % line 89, file: dmllib.php
execute_sql(INSERT INTO mdl_mnet_host2service(hostid, serviceid, publish) VALUES ('0', '4', '1'), true) % line 2302, file: dmllib.php
execute_sql_arr(Array[22]) % line 635, file: ddllib.php
install_from_xmldb_file(/home/oo99/public_html/moodle/auth/joomdle/db/install.xml) % line 137, file: adminlib.php

Scroll to previous warningОшибкаScroll to next warning
(mysql): INSERT INTO mdl_config_plugins(plugin, name, value) VALUES ('auth/joomdle', 'field_lock_firstname', 'locked') 1062: Duplicate entry 'auth/joomdle-field_lock_firstname' for key 2

ADOConnection._Execute(INSERT INTO mdl_config_plugins(plugin, name, value) VALUES ('auth/joomdle', 'field_lock_firstname', 'locked'), false) % line 891, file: adodb.inc.php
ADOConnection.Execute(INSERT INTO mdl_config_plugins(plugin, name, value) VALUES ('auth/joomdle', 'field_lock_firstname', 'locked')) % line 89, file: dmllib.php
execute_sql(INSERT INTO mdl_config_plugins(plugin, name, value) VALUES ('auth/joomdle', 'field_lock_firstname', 'locked'), true) % line 2302, file: dmllib.php
execute_sql_arr(Array[22]) % line 635, file: ddllib.php
install_from_xmldb_file(/home/oo99/public_html/moodle/auth/joomdle/db/install.xml) % line 137, file: adminlib.php

Please Log in or Create an account to join the conversation.

More
15 years 3 weeks ago #2 by Antonio Durán

Please Log in or Create an account to join the conversation.

  • Юматов Виталий
  • Topic Author
  • New Member
  • New Member
More
15 years 3 weeks ago #3 by Юматов Виталий
Replied by Юматов Виталий on topic Re: Error Install
Thanks big! I will try to establish.

Please Log in or Create an account to join the conversation.