Debug info: Unknown column 'display' in 'field list'

Debug info: Unknown column 'display' in 'field list'

by Darin Clausing -
Number of replies: 0

After upgrading from version 1.9.18 to 2.2.11, (Platform info, Windows 2012, IIS 8.5)

I get the following error.
<pre class="code">
Debug info: Unknown column 'display' in 'field list'
SELECT id, name, display, displayoptions, tobemigrated, revision, intro, introformat FROM mdl_resource WHERE id = ?
[array (
0 => '8190',
)]
Stack trace:
  • line 394 of \lib\dml\moodle_database.php: dml_read_exception thrown
  • line 889 of \lib\dml\mysqli_native_moodle_database.php: call to moodle_database->query_end()
  • line 1297 of \lib\dml\moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
  • line 1269 of \lib\dml\moodle_database.php: call to moodle_database->get_record_sql()
  • line 1249 of \lib\dml\moodle_database.php: call to moodle_database->get_record_select()
  • line 242 of \mod\resource\lib.php: call to moodle_database->get_record()
  • line 1123 of \course\lib.php: call to resource_get_coursemodule_info()
  • line 1217 of \lib\modinfolib.php: call to get_array_of_activities()
  • line 213 of \lib\modinfolib.php: call to rebuild_course_cache()
  • line 1164 of \lib\modinfolib.php: call to course_modinfo->__construct()
  • line 1232 of \course\lib.php: call to get_fast_modinfo()
  • line 140 of \index.php: call to get_all_mods()

</pre>


Thank you,

Darin

Average of ratings: -