Testing moodle 1.9 to moodle 2.0 migration

Testing moodle 1.9 to moodle 2.0 migration

by Simon MELIX -
Number of replies: 1
Hi all,

I'm a admin of a french moodle, and I wanted to test a migration of my moodle to moodle 2.0.
I've got a big problèm during install...

Moodle says :

Utilitaire d'importation de langues: fr_utf8


Système

Erreur de programmation détectée. Ceci doit être corrigé par un programmeur : moodle_database::insert_record_raw() no fields found.

Plus d'informations sur cette erreur

Stack trace:
  • line 694 of /lib/dml/mysqli_native_moodle_database.php: coding_exception thrown
  • line 765 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->insert_record_raw()
  • line 2046 of /lib/db/upgrade.php: call to mysqli_native_moodle_database->insert_record()
  • line 1203 of /lib/upgradelib.php: call to xmldb_main_upgrade()
  • line 260 of /admin/index.php: call to upgrade_core()
Do you have any idea of what's happening?
All my tables are utf8_general_ci, my database is in MyISAM...

I don't know if I can post my problem here...

I've tried a fresh install from nothing, and i've this error message :

mod_anonquestion

XML database file errors found

More information about this error

File does not exist
Stack trace:
  • line 399 of /lib/ddl/database_manager.php: ddl_exception thrown
  • line 423 of /lib/ddl/database_manager.php: call to database_manager->load_xmldb_file()
  • line 472 of /lib/upgradelib.php: call to database_manager->install_from_xmldb_file()
  • line 294 of /lib/upgradelib.php: call to upgrade_plugins_modules()
  • line 1235 of /lib/upgradelib.php: call to upgrade_plugins()
  • line 272 of /admin/index.php: call to upgrade_noncore()
Default exception handler: XML database file errors found
  • line 399 of /lib/ddl/database_manager.php: ddl_exception thrown
  • line 423 of /lib/ddl/database_manager.php: call to database_manager->load_xmldb_file()
  • line 472 of /lib/upgradelib.php: call to database_manager->install_from_xmldb_file()
  • line 294 of /lib/upgradelib.php: call to upgrade_plugins_modules()
  • line 1235 of /lib/upgradelib.php: call to upgrade_plugins()
  • line 272 of /admin/index.php: call to upgrade_noncore()
  • line 218 of /lib/setuplib.php: call to debugging()
  • line 843 of /lib/upgradelib.php: call to default_exception_handler()
  • line 1238 of /lib/upgradelib.php: call to upgrade_handle_exception()
  • line 272 of /admin/index.php: call to upgrade_noncore()
Any idea?

Regards,
Simon MELIX
Average of ratings: -
In reply to Simon MELIX

Re: Testing moodle 1.9 to moodle 2.0 migration

by John St -
did you ever get a solution for this? I'm trying to test out moodle2.0 and I pass all of the server checks, but I keep getting the same: "XML database file errors found" error.