Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receive error after successful install on Moodle 3.8 #29

Open
etekef opened this issue May 20, 2020 · 7 comments
Open

Receive error after successful install on Moodle 3.8 #29

etekef opened this issue May 20, 2020 · 7 comments

Comments

@etekef
Copy link

etekef commented May 20, 2020

When plugin is launched the following error message comes up:
"Coding error detected, it must be fixed by a programmer: core_renderer::update_module_button() can not be used anymore. Activity modules should not add the edit module button, the link is already available in the Administration block. Themes can choose to display the link in the buttons row consistently for all module types."

@vfremaux
Copy link
Owner

Please could you get the file/line of the error passing in debug mode ? AT this time i tracked the faulty function in my 3.8 release and did not find it

Cheers

@etekef
Copy link
Author

etekef commented May 21, 2020

The debug info as follows:

Error code: codingerror
Stack trace:
line 2693 of /lib/outputrenderers.php: coding_exception thrown
line 1941 of /lib/setuplib.php: call to core_renderer->update_module_button()
line 137 of /mod/tracker/view.php: call to bootstrap_renderer->__call()

https://i.imgur.com/BTmStrq.png

Does this help?

@vfremaux
Copy link
Owner

Are you really sure you are using the MOODLE_38_XXXXX branches ?
there is no code (closing parenth) at line 137 of view.php

@etekef
Copy link
Author

etekef commented May 22, 2020

3.8.3 according to the Environment section.

https://i.imgur.com/FwdH1SX.png

@vfremaux
Copy link
Owner

I meant the branches for the tracker plugin (this repo)
Cheers

@etekef
Copy link
Author

etekef commented May 27, 2020

I've grabbed the plugin from the official moodle repository from within moodle, so I imagine it has to be the most up-to-date version.

@vfremaux
Copy link
Owner

Unfortunately, we do not support accurately the moodle.org repository for some years now. The reason is that we have instock about 180 plugins we care at, and moodle did not yet automate the plugin repository submission. Providing almost 10 version packages per plugin this is 1800 packages to handle and submit all year long. We cannot afford the amount of days passed to do that.

The Github repository is the reference in STABLE branches for us

cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants