Shop / e-Commerce Integration

XML-RPC Error (28260048): Invalid response value detected

More
6 years 7 months ago #11 by Antonio Durán
Yes, then it seems to me that you are missing a line...
Please check file: moodle/auth/joomdle/auth.php
Function: get_course_info
Check if this line is included in the SELECT. If not, add it:
Code:
co.enddate,

Select would be:
Code:
$query = "SELECT co.id AS remoteid, ca.id AS cat_id, ca.name AS cat_name, ca.description AS cat_description, co.sortorder, co.fullname, co.shortname, co.idnumber, co.summary, co.startdate, co.enddate, co.lang FROM ...

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

  • visionlearning
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 7 months ago #12 by visionlearning
there is already that line

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

  • visionlearning
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 7 months ago #13 by visionlearning

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

More
6 years 7 months ago #14 by Antonio Durán
Mmmm.... then I don't know what is happening. I would need to be able to do some debugging on the site to try to find out.

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