Installation error on moodle 2.9.2 (Build: 20150914)

Installation error on moodle 2.9.2 (Build: 20150914)

by Arturo Guinto -
Number of replies: 1

Hello,

I would need some help on this  error. Any idea on how to fix this?


Notice: Undefined property: stdClass::$fullname in /var/www/ttat/moodle/lib/outputrenderers.php on line 2721

Error reading from database

More information about this error

It is usually not possible to recover from errors triggered during installation, you may need to create a new database or use a different database prefix if you want to retry the installation.

Debug info: Unknown system variable 'storage_engine'
SELECT @@storage_engine
[NULL]
Error code: dmlreadexception
Stack trace:
  • line 443 of /lib/dml/moodle_database.php: dml_read_exception thrown
  • line 187 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
  • line 2223 of /lib/upgradelib.php: call to mysqli_native_moodle_database->get_dbengine()
  • line ? of unknownfile: call to check_database_storage_engine()
  • line 729 of /lib/environmentlib.php: call to call_user_func()
  • line 475 of /lib/environmentlib.php: call to environment_custom_checks()
  • line 106 of /lib/environmentlib.php: call to environment_check()
  • line 184 of /admin/index.php: call to check_moodle_environment()

Attachment 9-13-2016 3-34-56 PM.jpg
Average of ratings: -
In reply to Arturo Guinto

Re: Installation error on moodle 2.9.2 (Build: 20150914)

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

It's a compatibility problem between (your version of) Moodle and MySQL. MySQL introduced a variable that Moodle 2.9 didn't understand.

Why are you installing this version of of Moodle?  Anyway, it was fixed in 2.9.3, so anything newer than that should solve this. 

For the full story see MDL-50633