Moodle Upgration error after upgrade 3.8 from 3.2

Moodle Upgration error after upgrade 3.8 from 3.2

by Chamika Ranasinghe -
Number of replies: 3

HI , I have upgrade my moodle as per the bellow

Previous versions ---

Moodle - 3.2.2

MySql - 5.7.27

PHP - 7.1.3

OS - Debian 8

After Upgrade ---

Moodle - 3.8+

MySql - 5.7.28

PHP - 7.1.33

OS - Debian 9

Mainly i have

1) converted DB ( innoDB to Barracuda )

2) change utf8mb4_unicode_ci  and get error on mdl_search_simpledb_index ( column content cannot be part of FULLTEXT index) . I have fixed it manually .

after all im getting many debugging errors as per bellow 

Dashboard

line 1940 of /lib/setuplib.php: call to moodle_page->initialise_theme_and_output()line 157 of /my/index.php: call to bootstrap_renderer->__call()

Site Home

line 687 of /lib/pagelib.php: call to moodle_page->initialise_theme_and_output()line 874 of /lib/pagelib.php: call to moodle_page->magic_get_theme()line 99 of /index.php: call to moodle_page->get_renderer()


Note - I have two theme inside the moodle directory Boost and Classic . seems both are using form my moodle site. because if i rename any of above theme im getting more errors


Please be kind enough to help me on this




Average of ratings: -
In reply to Chamika Ranasinghe

Re: Moodle Upgration error after upgrade 3.8 from 3.2

by Visvanath Ratnaweera -
Picture of Particularly helpful Moodlers Picture of Translators
If you are stuck in the web GUI, insert this line to config.php and compare the errors:

$CFG->theme = 'boost';
In reply to Chamika Ranasinghe

Re: Moodle Upgration error after upgrade 3.8 from 3.2

by Chamika Ranasinghe -

Dear All ,


thanks for reply to me . error resolve after i do 

 Administration→ Site administration→ Appearance→ Themes→ Theme Selector - clear theme cache 



Average of ratings: Useful (1)