Unable to display User profile page after upgradtion

Re: Unable to display User profile page after upgradtion

by Ken Task -
Number of replies: 0
Picture of Particularly helpful Moodlers

This must be a typo?  2.7 to 3.2 then 3.1 to 3.6

should read 2.7 to 3.1 then 3.2 - then to ...  I hope! smile

Did you stop at each stage and check/test the site:
 
line 1826 of /lib/deprecatedlib.php: coding_exception thrown

That line number in that file has this:

/**
 * @deprecated since 3.1. Use core_tag_tag::get_item_tags() instead
 */
function tag_get_tags_ids() {
    throw new coding_exception('tag_get_tags_ids() can not be used anymore. Please consider$
        'core_tag_tag::get_item_tags() or similar methods.');
}


The second line in the error that points to user/profile.php at line 413 is strange
cause that file only goes to 226 lines of code.

In your process of upgrading the site, did all files of new moodle code get onto
the server?     Using git or move, upload zip, un-zip ... whatever your process is?

The only version of moodle that has that line (1826 of /lib/deprecatedlib.php) section is
3.6.

Did you take backups of code and db when you got to a 'stage' ... like from
2.7 to 3.1?  Hopefully from 3.5 to 3.6!!!

Dunno a 'fix' ... suggest 'rolling back' the code/DB to version 3.5 and hold there until some more research is done.

'spirit of sharing', Ken