R0.24 No Longer Supported

[Solved] Something is wrong with Joomdle Services

  • Alexandre
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 11 months ago - 15 years 11 months ago #1 by Alexandre
When I use System Check, Joomdle Web Services have this message. I check Moodle configurastion and it´s ok. Can someone help me?

When I click in Notifications, it's ok.
Last edit: 15 years 11 months ago by Antonio Durán.

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

More
15 years 11 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Re: Something is wrong with Joomdle Web Services setup
When you visited notifications the first time, did you see the message of tables being created in the database?

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

  • Alexandre
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 11 months ago #3 by Alexandre
When I visited notifications firt time, there were a message that need to update the auth/joomdle. When I return, this message is not there.

I can connect to Virtuemart (by Joomlde), but have access to the calendar.

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

More
15 years 11 months ago #4 by Antonio Durán
Replied by Antonio Durán on topic Re: Something is wrong with Joomdle Web Services setup
Try to insert the row by hand by executing the query:

INSERT INTO mdl_mnet_host2service(hostid, serviceid, publish) VALUES ('0', '4', '1')

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

  • Alexandre
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 11 months ago - 15 years 11 months ago #5 by Alexandre
This row exist in the table. subscribe = 0
Last edit: 15 years 11 months ago by Alexandre.

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

More
15 years 11 months ago #6 by Antonio Durán
Replied by Antonio Durán on topic Re: Something is wrong with Joomdle Web Services setup
That is even stranger.

Let see what there is in there:

select * from mdl_mnet_rpc;
select * from mdl_mnet_service2rpc;

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

  • Alexandre
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 11 months ago #7 by Alexandre

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

  • Alexandre
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 11 months ago #8 by Alexandre
In Joomla I receave this message:
XML-RPC Error (7015)

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

More
15 years 11 months ago #9 by Antonio Durán
Replied by Antonio Durán on topic Re: Something is wrong with Joomdle Web Services setup
I see very strange values in your Moodle DB.

It should work by inserting this one:
INSERT INTO mdl_mnet_host2service(hostid, serviceid, publish) VALUES ('0', '1', '1')

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

  • Alexandre
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 11 months ago #10 by Alexandre
Excelent. Very good. Thank you for the help! Now, everything is correct.

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