Ошибка при установки moodle

Ошибка при установки moodle

от Dmitry B -
Количество ответов: 1

Здравствуйте.

В процессе установки Moodle 3.5.2 возникает ошибка после проверки требований к ПО и настройкам. PHP 7.1.22

Ошибка выполнения SQL в DDL

...

CREATE TABLE moodle_search_index_requests (
id BIGINT(10) NOT NULL auto_increment,
contextid BIGINT(10) NOT NULL,
searcharea VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
timerequested BIGINT(10) NOT NULL,
partialarea VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
partialtime BIGINT(10) NOT NULL,
indexpriority BIGINT(10) NOT NULL,
CONSTRAINT PRIMARY KEY (id)
, KEY moodle_searinderequ_indtim_ix (indexpriority, timerequested)
, KEY moodle_searinderequ_con_ix (contextid)
)
ENGINE = InnoDB
DEFAULT CHARACTER SET utf8
DEFAULT COLLATE = utf8_unicode_ci
COMMENT='Records requests for (re)indexing of specific contexts. Entr'
Error code: ddlexecuteerror

Stack trace:

  • line 492 of /lib/dml/moodle_database.php: ddl_change_structure_exception thrown
  • line 1070 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
  • line 77 of /lib/ddl/database_manager.php: call to mysqli_native_moodle_database->change_database_structure()
  • line 425 of /lib/ddl/database_manager.php: call to database_manager->execute_sql_arr()
  • line 370 of /lib/ddl/database_manager.php: call to database_manager->install_from_xmldb_structure()
  • line 1730 of /lib/upgradelib.php: call to database_manager->install_from_xmldb_file()
  • line 276 of /admin/index.php: call to install_core()

Что делать?