upgrade 3.10 to 4.11 - missing admin menu elements

upgrade 3.10 to 4.11 - missing admin menu elements

by Rob Williamson -
Number of replies: 3

I did an upgrade install from 3.10 and I am missing admin menu elements. I did a fresh install and all the menu elements appear.  Attached screen shots.


Any idea why?

Alternatively, 

1) Am I able to migrate my users and course descriptions?

Is there a method of downloading users with all info (e.g., password, associated course) 





 

Average of ratings: -
In reply to Rob Williamson

Re: upgrade 3.10 to 4.11 - missing admin menu elements

by Ken Task -
Picture of Particularly helpful Moodlers

On your upgraded site ...

Login, then using url line of browser, go directly to:
https://site/admin/purgecaches.php
Click Purge All Caches button

If using a theme other than a stock theme the comes with 4.1.highest,
edit config.php and add a line to force the use of boost:

$CFG->theme='boost';

Before upgrading did you check environment - update component - then see if site met all the requirements for version 4.1.2+

https://yoursite/admin/environment.php

'SoS', Ken


In reply to Rob Williamson

Re: upgrade 3.10 to 4.11 - missing admin menu elements

by Emma Richardson -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers

Check your login - are you logged in as site admin?  Maybe you don't have access to all the menu items?  Sure you didn't switch role to a different role...

In reply to Emma Richardson

Re: upgrade 3.10 to 4.11 - missing admin menu elements

by Rob Williamson -

Thank you.  I appreciate the feedback.