Joomla URL seems to be misconfigured in Joomdle auth plugin

  • Jagannath
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 3 days ago - 12 years 2 days ago #1 by Jagannath
Hi

All system checks done, but still getting error
Joomla URL seems to be misconfigured in Joomdle auth plugin

In Joomdle configuration in moodle,default langugae code added

URl also configured properly

index.php?option=com_joomdle&task=ws.server&format=xmlrpc, gives correct result
XML-RPC Error (1): Access Denied117.231.140.45
When maximum error display is enabled, I get below errors

get_context_instance() is deprecated, please use context_xxxx::instance() instead.

line 4024 of /lib/deprecatedlib.php: call to debugging()
line 57 of /enrol/joomdle/settings.php: call to get_context_instance()
line 75 of /lib/classes/plugininfo/enrol.php: call to include()
line 109 of /admin/settings/plugins.php: call to core\plugininfo\enrol->load_settings()
line 6389 of /lib/adminlib.php: call to require()
line 6491 of /lib/adminlib.php: call to admin_get_root()
line 38 of /admin/settings.php: call to admin_write_settings()

get_context_instance() is deprecated, please use context_xxxx::instance() instead.

line 4024 of /lib/deprecatedlib.php: call to debugging()
line 57 of /enrol/joomdle/settings.php: call to get_context_instance()
line 75 of /lib/classes/plugininfo/enrol.php: call to include()
line 109 of /admin/settings/plugins.php: call to core\plugininfo\enrol->load_settings()
line 6389 of /lib/adminlib.php: call to require()
line 51 of /admin/settings.php: call to admin_get_root()

Joomdle 0.95 is installed on J2.5.18, Moodle version is - 2.6 Stable

Joomla + Joomdle is on MySQL 5.0 version, whereas Moodle is on MySQL 5.5 version, will this be a problem

Please advise.

Thanks

Jag
Last edit: 12 years 2 days ago by Jagannath.

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

More
12 years 6 hours ago #2 by Antonio Durán
Try removing lang code.
Re-check url (including http://)

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

  • Jagannath
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 3 hours ago #3 by Jagannath
Hi,
Removing language code didn't help
http:// added before url in Joomdle configuration.



Jag

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

More
11 years 11 months ago #4 by Antonio Durán
Then I guess something else is breaking XMLRPC response.
Usually I would just debug it the hard way, using a sniffer, or adding some debug code to see the real replies returned.

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