×
Shop / e-Commerce Integration
XML-RPC Error (28260048): Invalid response value detected
1 year 3 months ago
XML-RPC Error (28260048): Invalid response value detected #11
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:
Select would be:
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:
co.enddate,
Select would be:
$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.
1 year 3 months ago
Topic Author
XML-RPC Error (28260048): Invalid response value detected #12
there is already that line
Please Log in or Create an account to join the conversation.
1 year 3 months ago
XML-RPC Error (28260048): Invalid response value detected #14
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.