Debug messages in Moodle 2.0

More
15 years 3 months ago #1 by jj
Debug messages in Moodle 2.0 was created by jj
Hi,

I have been integrating Moodle and Joomla, and I have recently starting looking at integrating another product to Moodle. In the process I have switched on debugging in Moodle and I see the following message in Home -> Site administration -> Plugins -> Authentication -> Joomdle:

choose_from_menu() has been deprecated. Please change your code to use html_writer::select().
line 3245 of /lib/deprecatedlib.php: call to debugging()
line 46 of /auth/joomdle/config.html: call to choose_from_menu()
line 186 of /auth/joomdle/auth.php: call to include()
line 75 of /admin/auth_config.php: call to auth_plugin_joomdle->config_form()

The software seems to work as expected, but is this something that has been resolved already, or a potential problem?

Many thanks.

Please Log in or Create an account to join the conversation.

More
15 years 3 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Debug messages in Moodle 2.0
Please, use the appropiate forum when posting.

Moving this to r0.4 support.

Please Log in or Create an account to join the conversation.

More
15 years 3 months ago #3 by Antonio Durán
Replied by Antonio Durán on topic Re: Debug messages in Moodle 2.0
I think I already fixed those for next release.

Anyway, they do no harm: they just inform you that API has changed and you should use new one.

Please Log in or Create an account to join the conversation.

More
15 years 3 months ago #4 by jj
Replied by jj on topic Re: Debug messages in Moodle 2.0
Hi Antonio,

Sorry for the incorrect posting. I'll watch that next time.

Thank you for the feedback, I'll wait for the next release.

Have a great day.

Please Log in or Create an account to join the conversation.