Hi,
the Moodle of our domain (Moodle 3.9) we'd like to upgrade...
so I rebuild all the source code locally on "http://localhost:8082/moodle". Now I populated the
the local rebuild with a database dump of our domain. For that purpose I replaced the domain of
our productive domain in the net with "localhost:8082/moodle".
When I log in with my user on the productive site I can see all administration settings like so:
When I log to the local rebuild I only see a limited view for the administration settings like so:
So there tabs missing ...
http://localhost:8082/moodle/admin/category.php?cagtegory=themes is displayed as:
According to the database my user (id=5) is site-admin:
select * from mdl_config where name='siteadmins';
+----+------------+-----------------------------+
| id | name | value |
+----+------------+-----------------------------+
| 23 | siteadmins | 1,2,3,4,5,6,7,8,9 |
+----+------------+-----------------------------+
Can you teach me , how to get the full view locally ?
Thanks for your help!
Best,
Steve