- Posts: 23
[SOLVED] XML-RPC Error (7015) and Joomdle Web Server
- Yuri Reis
- Topic Author
- Offline
- Junior Member
-
Less
More
15 years 1 month ago - 15 years 1 month ago #1
by Yuri Reis
[SOLVED] XML-RPC Error (7015) and Joomdle Web Server was created by Yuri Reis
Hi guys..
im from Brazil and i am trying set the integration between joomla and moodle and something very weird is happening when i active the networking Moodle .
When i active this function inside the Moodle admin and i go back to Joomla one error occurs. The XML-RPC Error (7015) .
If do this inside mysql ,the error is gone...but the network come back to disable mode.
UPDATE mdl_config SET value='dangerous' WHERE name='mnet_dispatcher_mode';
SELECT count(r.id) FROM mdl_mnet_host2service h2s, mdl_mnet_service2rpc s2r, mdl_mnet_rpc r WHERE h2s.serviceid = s2r.serviceid AND s2r.rpcid = r.id AND r.xmlrpc_path = 'auth/joomdle/auth.php/list_courses' AND h2s.hostid in (0, 2) AND h2s.publish = '1' LIMIT 1;
As consequence the Joomdle Web Services is not ok.
what can i do?
somebody help me ?
Im using:
wampserver (apache, php, mysql)
joomla 1.5
moodle 1.9
im from Brazil and i am trying set the integration between joomla and moodle and something very weird is happening when i active the networking Moodle .
When i active this function inside the Moodle admin and i go back to Joomla one error occurs. The XML-RPC Error (7015) .
If do this inside mysql ,the error is gone...but the network come back to disable mode.
UPDATE mdl_config SET value='dangerous' WHERE name='mnet_dispatcher_mode';
SELECT count(r.id) FROM mdl_mnet_host2service h2s, mdl_mnet_service2rpc s2r, mdl_mnet_rpc r WHERE h2s.serviceid = s2r.serviceid AND s2r.rpcid = r.id AND r.xmlrpc_path = 'auth/joomdle/auth.php/list_courses' AND h2s.hostid in (0, 2) AND h2s.publish = '1' LIMIT 1;
As consequence the Joomdle Web Services is not ok.
what can i do?
somebody help me ?
Im using:
wampserver (apache, php, mysql)
joomla 1.5
moodle 1.9
Last edit: 15 years 1 month ago by Yuri Reis.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
15 years 1 month ago #2
by Antonio Durán
Replied by Antonio Durán on topic Re: XML-RPC Error (7015) and Joomdle Web Server (Integration)
Hi.
No need to run those sql you are running.
7015 error can usually be solved following these steps:
www.joomdle.com/wiki/System_health_check...e_Web_Services_setup
No need to run those sql you are running.
7015 error can usually be solved following these steps:
www.joomdle.com/wiki/System_health_check...e_Web_Services_setup
Please Log in or Create an account to join the conversation.
- Yuri Reis
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 23
15 years 1 month ago - 15 years 1 month ago #3
by Yuri Reis
Replied by Yuri Reis on topic Re: XML-RPC Error (7015) and Joomdle Web Server (Integration)
Hi Antonio...
I will try follow these steps..one more time...
lets see!
Thanks...
I will try follow these steps..one more time...
lets see!
Thanks...
Last edit: 15 years 1 month ago by Yuri Reis.
Please Log in or Create an account to join the conversation.
- Yuri Reis
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 23
15 years 1 month ago - 15 years 1 month ago #4
by Yuri Reis
Replied by Yuri Reis on topic Re: XML-RPC Error (7015) and Joomdle Web Server (Integration)
Hi guys..
im here again..
You are right about the mysql code
so...i did everything again..
www.joomdle.com/wiki/System_health_check...e_Web_Services_setup
but the problem to connect the joomla and moodle continue(Joomdle Web Server is not ok)
The real problem is that when i create one user in moodle he works fine..if i sinc whith joomdle he can't login anymore
Help me
im here again..
You are right about the mysql code
so...i did everything again..
www.joomdle.com/wiki/System_health_check...e_Web_Services_setup
but the problem to connect the joomla and moodle continue(Joomdle Web Server is not ok)
The real problem is that when i create one user in moodle he works fine..if i sinc whith joomdle he can't login anymore
Help me
Last edit: 15 years 1 month ago by Yuri Reis.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
15 years 1 month ago #5
by Antonio Durán
Replied by Antonio Durán on topic Re: XML-RPC Error (7015) and Joomdle Web Server (Integration)
Hi.
Maybe your server is not using the public IP address.
Try this:
www.joomdle.com/en/forum/r05-support/458...-replacing-name#4612
Maybe your server is not using the public IP address.
Try this:
www.joomdle.com/en/forum/r05-support/458...-replacing-name#4612
Please Log in or Create an account to join the conversation.
- Yuri Reis
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 23
15 years 1 month ago #6
by Yuri Reis
Replied by Yuri Reis on topic Re: XML-RPC Error (7015) and Joomdle Web Server (Integration)
Hi guys...
Problems resolved....
i forgot to turn off the "display erros" inside the php settings..
Im sorry..and thanks..
Problems resolved....
i forgot to turn off the "display erros" inside the php settings..
Im sorry..and thanks..
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
15 years 1 month ago #7
by Antonio Durán
Replied by Antonio Durán on topic Re: XML-RPC Error (7015) and Joomdle Web Server (Integration)
Thank you for sharing your solution, I am sure it might help others.
Also, I will try replicating the problems locally, in case I can make it work even when you have "display errors" on.
Also, I will try replicating the problems locally, in case I can make it work even when you have "display errors" on.
Please Log in or Create an account to join the conversation.