Removing resources from Activity Block - Moodle 2.4

Removing resources from Activity Block - Moodle 2.4

by Patricia Giraldo -
Number of replies: 0

I would like to hide the resources link from activity block. Is there any way to do this in Moodle 2.4.3?

The reason is "Error reading from database" when clicking  on the resources link:

Debug info: Unknown column 'intro' in 'field list'
SELECT id,name,intro,introformat,timemodified FROM mdl_recordingsbn WHERE id = ? ORDER BY id
[array (
0 => '4',
)]
Error code: dmlreadexception

Stack trace:

  • line 426 of /lib/dml/moodle_database.php: dml_read_exception thrown
  • line 1023 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
  • line 1211 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
  • line 1184 of /lib/dml/moodle_database.php: call to moodle_database->get_records_select()
  • line 87 of /course/resources.php: call to moodle_database->get_records_list()

 

Thanks in advance!

 

 

Average of ratings: -