Class object() not found moodle 3.4 php 7.2.5

Class object() not found moodle 3.4 php 7.2.5

by Jorge Walters -
Number of replies: 1

Hi there,

I´ve upgraded our moodle and some of our users started to receive this error "Exception: Class Object not found".

The error i got (debugging enabled) is detailed below. 

Uninstalling the block put the system back to work, but i really need it.

Does anybody have any idea on where should i look to?

Thanks in advance!!

Jorge


Debug info: 

Error code: generalexceptionmessage

Stack trace:

  • line 176 of /blocks/configurable_reports/locallib.php: Error thrown
  • line 185 of /blocks/configurable_reports/locallib.php: call to urldecode_recursive()
  • line 185 of /blocks/configurable_reports/locallib.php: call to urldecode_recursive()
  • line 226 of /blocks/configurable_reports/locallib.php: call to urldecode_recursive()
  • line 83 of /blocks/configurable_reports/report.class.php: call to cr_unserialize()
  • line 237 of /blocks/configurable_reports/locallib.php: call to report_base->check_permissions()
  • line 133 of /blocks/configurable_reports/block_configurable_reports.php: call to cr_check_report_permissions()
  • line 709 of /blocks/moodleblock.class.php: call to block_configurable_reports->get_content()
  • line 230 of /blocks/moodleblock.class.php: call to block_list->formatted_contents()
  • line 1210 of /lib/blocklib.php: call to block_base->get_content_for_output()
  • line 1262 of /lib/blocklib.php: call to block_manager->create_block_contents()
  • line 579 of /lib/outputrenderers.php: call to block_manager->ensure_content_created()
  • line 186 of /theme/adaptable/layout/includes/header.php: call to core_renderer->standard_head_html()
  • line 30 of /theme/adaptable/layout/frontpage.php: call to require_once()
  • line 1261 of /lib/outputrenderers.php: call to include()
  • line 1191 of /lib/outputrenderers.php: call to core_renderer->render_page_layout()
  • line 117 of /index.php: call to core_renderer->header()

Average of ratings: -
In reply to Jorge Walters

Re: Class object() not found moodle 3.4 php 7.2.5

by Jorge Walters -

I just realized a new version (3.1.1) solved the issue. Thanks!