bdecentgmbh / moodle-block_dash

The interface and report builder for moodle
https://bdecent.de/dash
6 stars 4 forks source link

Coding error after upgrading to latest version #73

Closed stefanscholz closed 4 years ago

stefanscholz commented 4 years ago

Capability "dashaddon/developer:managecustomlayouts" was not found! This has to be fixed in code.

line 453 of /lib/accesslib.php: call to debugging()

line 1304 of /lib/adminlib.php: call to has_capability()

line 4341 of /lib/navigationlib.php: call to admin_externalpage->check_access()

line 4373 of /lib/navigationlib.php: call to settings_navigation->load_administration_settings()

line 4373 of /lib/navigationlib.php: call to settings_navigation->load_administration_settings()

line 4373 of /lib/navigationlib.php: call to settings_navigation->load_administration_settings()

line 4324 of /lib/navigationlib.php: call to settings_navigation->load_administration_settings()

line 4179 of /lib/navigationlib.php: call to settings_navigation->load_administration_settings()

line 769 of /lib/pagelib.php: call to settings_navigation->initialise()

line 830 of /lib/pagelib.php: call to moodle_page->magic_get_settingsnav()

line 8319 of /lib/adminlib.php: call to moodle_page->__get()

line 19 of /admin/upgradesettings.php: call to admin_externalpage_setup()

Skip to main content

×This page should automatically redirect. If nothing is happening please use the continue link below.

(Continue)

Error output, so disabling automatic redirect.

stefanscholz commented 4 years ago

Screenshot_20200206_014958_com android chrome Screenshot_20200206_015249_com android chrome

moodledev commented 4 years ago

Did you pull the latest of dashaddon_developer? The latest for all is 2020020500

On Wed, Feb 5, 2020, 6:53 PM bdecent notifications@github.com wrote:

[image: Screenshot_20200206_014958_com android chrome] https://user-images.githubusercontent.com/3414705/73896501-78a1b280-4883-11ea-8954-6b8e2718ba40.jpg [image: Screenshot_20200206_015249_com android chrome] https://user-images.githubusercontent.com/3414705/73896505-79d2df80-4883-11ea-8c7a-b7f8d27202d6.jpg

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/stefanscholz/moodle-block_dash/issues/73?email_source=notifications&email_token=ALFI4I3SWBPIBIUBFKPG3RTRBNNQ7A5CNFSM4KQUSUW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEK5Q6ZA#issuecomment-582684516, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALFI4IYPY42XROQMYEWKPOTRBNNQ7ANCNFSM4KQUSUWQ .

stefanscholz commented 4 years ago

Just checked that. I had done a full git update, but it apparently did not update developer. Manually done that and now error is gone.