Moodle Calendar

  • Simon Ball
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 1 month ago #1 by Simon Ball
Moodle Calendar was created by Simon Ball
Greetings,

Joomla Version: 3.2.2
Moodle Version: 2.6+ (Build: 20131129)
Joomdle Version: 0.94 for Joomla 3


I have at least one problem related to "mod_joomdle_calendar"; I'm not sure if the two are interlinked.

Firstly, when I click on an entry; I recieve notification that the following function doesn't exist.
Code:
D_Calendar_DateSelected(d,m,y,t);
I can only identify this when leaving Firebug in persist mode because a page request is made which returns an error. An example URL
Code:
http://dev.nlinstitute.com/index.php?option=com_joomdle&view=wrapper&moodle_page_type=event&id294=&day=25&mon=3&year=2014&Itemid=349
This page (according to my settings) is supposed to display Moodle in a wrapper but instead I am greeted by the following:
Code:
XML-RPC Error (28260048): Invalid response value detected | DEBUG INFO: Error in response - Missing following required key in a single structure: remoteid | ERRORCODE: invalidresponse
I have tried to have a look through the JS and PHP to little delight. I guess (from the clearly stated parameter) the Joomdle is expecting a parameter which is not returned so throws a fatal.

Please can you assist me in identifying and fixing this issue as I'm at a bit of a loose end.

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

More
12 years 4 weeks ago #2 by Antonio Durán
Replied by Antonio Durán on topic Moodle Calendar
May the xmlrpc error be caused by a module? If you go to dev.nlinstitute.com/index.php?option=com_joomdle&view=wrapper you get the same error.
Try disabling all joomdle module, except the calendar one.

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