- Posts: 7
Joomdle 1.0 Installation
[Solved] XML-RPC Error (28194976):Method "joomdle_get_themes
- Samy
- Topic Author
- Offline
- New Member
-
Less
More
10 years 5 months ago - 10 years 5 months ago #1
by Samy
[Solved] XML-RPC Error (28194976):Method "joomdle_get_themes was created by Samy
Hi All,
First of all thanks so much for your efforts.
I have moodle 2.9 and joomdle 1.02
I Joomla->Joomdle Config-> system health everything green but after setting up the token correctly i got the following error
Moodle theme for wrapper
XML-RPC Error (28194976): Method "joomdle_get_themes" does not exist | ERRORCODE:
if I removed the "Joomdle's Joomla authentication token" value the error disappeared but in system health i got another error in "Joomdle Web Services " as "Invalid auth token set in Joomdle in Moodle:"
I used the new bootstrap template and also clean template but same problem
Please advise what is the problem or where to look.
Much appreciated
Samy
First of all thanks so much for your efforts.
I have moodle 2.9 and joomdle 1.02
I Joomla->Joomdle Config-> system health everything green but after setting up the token correctly i got the following error
Moodle theme for wrapper
XML-RPC Error (28194976): Method "joomdle_get_themes" does not exist | ERRORCODE:
if I removed the "Joomdle's Joomla authentication token" value the error disappeared but in system health i got another error in "Joomdle Web Services " as "Invalid auth token set in Joomdle in Moodle:"
I used the new bootstrap template and also clean template but same problem
Please advise what is the problem or where to look.
Much appreciated
Samy
Last edit: 10 years 5 months ago by Antonio Durán.
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
10 years 5 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic XML-RPC Error (28194976): Method "joomdle_get_themes"
Do you have Joomdle 1.02 on Moodle too?
If you do, you need to add functions to service. If not you need to upgrade, and then add new functions.
If you do, you need to add functions to service. If not you need to upgrade, and then add new functions.
The topic has been locked.
- Samy
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
10 years 5 months ago #3
by Samy
Replied by Samy on topic XML-RPC Error (28194976): Method "joomdle_get_themes"
Thanks for the quick reply,
Im sure that I have the new plugin for joomdle 1 [I've upgraded Joomla from 2.5 to 3 and that is why I've installed Joomdle 1 - previously the site integration was perfect]
please check the attached image for the Auth plugin in Moodle 2.9
Also I've added the token for "joomdle connector" and put the value of it in Joomdle config
So what is the functions that should be added to the services
thanks again.
Samy
Im sure that I have the new plugin for joomdle 1 [I've upgraded Joomla from 2.5 to 3 and that is why I've installed Joomdle 1 - previously the site integration was perfect]
please check the attached image for the Auth plugin in Moodle 2.9
Also I've added the token for "joomdle connector" and put the value of it in Joomdle config
So what is the functions that should be added to the services
thanks again.
Samy
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
10 years 5 months ago #4
by Antonio Durán
Replied by Antonio Durán on topic XML-RPC Error (28194976): Method "joomdle_get_themes"
You are running Joomdle 1.0 in Moodle. You should upgrade to Joomdle 1.02.
The topic has been locked.
- Samy
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
10 years 5 months ago - 10 years 5 months ago #5
by Samy
Replied by Samy on topic XML-RPC Error (28194976): Method "joomdle_get_themes"
I've correct the joomdle version in moodle and now using ver 1.02
but still having the same error, if I copied the "authentication token" from joomla and put it into moodle -> auth -> joomdle, I got all green in system check but the configuration page i have an error "XML-RPC Error (28194976): Method "joomdle_get_themes" does not exist | ERRORCODE: "
I've tried using a blank theme and Joomdle Bootstrap
I tried with the two Connection method.
Also, I've opened the file services.php and i found this:
'joomdle_get_themes' => array(
'classname' => 'joomdle_helpers_external',
'methodname' => 'get_themes',
'classpath' => 'auth/joomdle/helpers/externallib.php',
'description' => 'Get themes list',
'type' => 'read',
Did i miss anything else? please advise
Appreciated
Samy
but still having the same error, if I copied the "authentication token" from joomla and put it into moodle -> auth -> joomdle, I got all green in system check but the configuration page i have an error "XML-RPC Error (28194976): Method "joomdle_get_themes" does not exist | ERRORCODE: "
I've tried using a blank theme and Joomdle Bootstrap
I tried with the two Connection method.
Also, I've opened the file services.php and i found this:
'joomdle_get_themes' => array(
'classname' => 'joomdle_helpers_external',
'methodname' => 'get_themes',
'classpath' => 'auth/joomdle/helpers/externallib.php',
'description' => 'Get themes list',
'type' => 'read',
Did i miss anything else? please advise
Appreciated
Samy
Last edit: 10 years 5 months ago by Samy. Reason: more notes
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
10 years 5 months ago #6
by Antonio Durán
Replied by Antonio Durán on topic XML-RPC Error (28194976): Method "joomdle_get_themes"
> Did i miss anything else? please advise
Yes, you need to add new functions to service:
www.joomdle.com/wiki/Installing_Joomdle_...functions_to_service
Yes, you need to add new functions to service:
www.joomdle.com/wiki/Installing_Joomdle_...functions_to_service
The topic has been locked.
- Samy
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
10 years 5 months ago #7
by Samy
Replied by Samy on topic XML-RPC Error (28194976): Method "joomdle_get_themes"
Thanks Antonio!
the problem is now fixed
I already had the function before when used previous version of joomdle so I deleted the function and re-add it again and that fixed the problem
Thanks again
Samy
the problem is now fixed
I already had the function before when used previous version of joomdle so I deleted the function and re-add it again and that fixed the problem
Thanks again
Samy
The topic has been locked.