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

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

de către Kasun Siyambalapitiya-
Număr de răspunsuri: 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

Media aprecierilor: -
Ca răspuns la Kasun Siyambalapitiya

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

de către Howard Miller-
Fotografia lui Core developers Fotografia lui Documentation writers Fotografia lui Particularly helpful Moodlers Fotografia lui Peer reviewers Fotografia lui 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.

Ca răspuns la Howard Miller

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

de către 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.