I have a problem with Moodle. I logged in with an administrator account. after that it is redirected to the index.php page. It turns out there is information for an update so it displays a compatibility check. After everything is compatible, I click continue. After that the following error appears.
`Exception – Unmatched ‘}’
More information about this error
Continue
Help and documentation
Services and support
Contact site support
Data retention summary
Get the mobile app
Powered by Moodle
Version 4.0.2+ (Build: 20220714)`
I tried to find the possible error. The instructions are in the admin/index.php file on line 700.
// Show plugins info.
echo $output->upgrade_plugin_check_page($pluginman, coreupdatechecker::instance(),
$version, $showallplugins,
new moodle_url($PAGE->url),
new moodle_url($PAGE->url, array('confirmplugincheck' => 1, 'cache' => 0)));
die();
is there anyone can help me. Thank You
Muhammad Irhamul Umam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1