- Posts: 11
[Closed] Method "joomdle_get_course_mods" does not exist
- Anthony Chung
- Topic Author
- Offline
- New Member
-
Less
More
13 years 5 months ago - 13 years 5 months ago #1
by Anthony Chung
[Closed] Method "joomdle_get_course_mods" does not exist was created by Anthony Chung
I got this error
XML-RPC Error (28194976): Method "joomdle_get_course_mods" does not exist | ERRORCODE:
don't know how this is happening. The
'joomdle_get_course_info' => array(
'classname' => 'joomdle_helpers_external',
'methodname' => 'get_course_info',
'classpath' => 'auth/joomdle/helpers/externallib.php',
'description' => 'Get course info',
'type' => 'read',
),
is in the services.php file under /auth/joomdle/db/
How can I debug?
XML-RPC Error (28194976): Method "joomdle_get_course_mods" does not exist | ERRORCODE:
don't know how this is happening. The
'joomdle_get_course_info' => array(
'classname' => 'joomdle_helpers_external',
'methodname' => 'get_course_info',
'classpath' => 'auth/joomdle/helpers/externallib.php',
'description' => 'Get course info',
'type' => 'read',
),
is in the services.php file under /auth/joomdle/db/
How can I debug?
Last edit: 13 years 5 months ago by Chris.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
13 years 5 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Method "joomdle_get_course_mods" does not exist
It seems you did not add that function to the service in moodle.
Please Log in or Create an account to join the conversation.
- Anthony Chung
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
13 years 5 months ago #3
by Anthony Chung
Replied by Anthony Chung on topic Method "joomdle_get_course_mods" does not exist
Thanks, That solves the problem.
Please Log in or Create an account to join the conversation.