Exception - Call to undefined method core_renderer::region_main_settings_menu()

Exception - Call to undefined method core_renderer::region_main_settings_menu()

by Kasun Siyambalapitiya -
Number of replies: 3

Hi all,


I have developed a moodle project locally and it is working fine in my local machine. But when I host it in a server and made all the changes as asked https://docs.moodle.org/33/en/Moodle_migrationin  . But when I try to browse the site, above error is thrown, please help. Thanks in advance


Regards,

Kasun

Average of ratings: -
In reply to Kasun Siyambalapitiya

Re: Exception - Call to undefined method core_renderer::region_main_settings_menu()

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Please switch on Debugging and reproduce the error. You may have to switch on debugging by adding the lines from section 7 in config-dist.php to config.php.

I'm hoping this results in a more comprehensive error message.

In reply to Howard Miller

Re: Exception - Call to undefined method core_renderer::region_main_settings_menu()

by Kasun Siyambalapitiya -

Hi Howard,

I turn on debuging and got the following error

Debug info:
Error code: generalexceptionmessage
Stack trace:

    line 42 of /theme/boost/layout/columns2.php: Error thrown
    line 1162 of /lib/outputrenderers.php: call to include()
    line 1092 of /lib/outputrenderers.php: call to core_renderer->render_page_layout()
    line 114 of /index.php: call to core_renderer->header()

Could you please help me to figure out the issue. Thanks in advance.