Hi Juan. Thank you for the screenshot. That is a generic error message on the front-end that is typically accompanied by a more explicit one in the error log. Sometimes, you need to navigate away from the page in order for the error message to show up.
If you are on a testing instance, you could turn on the debug mode and print error messages to the screen. Without any error message and not being able to replicate the issue, it's hard to find the cause. In your config.php you can add the following: $cfg->productionmode = false; Or if you want to be more discerning, check out /lib/config-defaults.php to see the other options. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1702434 Title: Error in site statistics Status in Mahara: Incomplete Bug description: Mahara version = 16.10.4 When I click in site statistics, specifically in "pages"(views), : https://example-url-mahara/admin/statistics.php?type=views I get the following error: "Mahara: Site unavailable. A nonrecoverable error occurred. This probably means you have encountered a bug in the system." To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1702434/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

