- Posts: 39
R0.24 No Longer Supported
[Solved] Something is wrong with Joomdle Services
- Alexandre
- Topic Author
- Offline
- Junior Member
-
Less
More
15 years 11 months ago - 15 years 11 months ago #1
by Alexandre
[Solved] Something is wrong with Joomdle Services was created 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.
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.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
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
-
Less
More
- Posts: 39
15 years 11 months ago #3
by Alexandre
Replied by Alexandre on topic Re: Something is wrong with Joomdle Web Services setup
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.
I can connect to Virtuemart (by Joomlde), but have access to the calendar.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
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')
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
-
Less
More
- Posts: 39
15 years 11 months ago - 15 years 11 months ago #5
by Alexandre
Replied by Alexandre on topic Re: Something is wrong with Joomdle Web Services setup
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.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
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;
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
-
Less
More
- Posts: 39
15 years 11 months ago #7
by Alexandre
Replied by Alexandre on topic Re: Something is wrong with Joomdle Web Services setup
Please Log in or Create an account to join the conversation.
- Alexandre
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 39
15 years 11 months ago #8
by Alexandre
Replied by Alexandre on topic Re: Something is wrong with Joomdle Web Services setup
In Joomla I receave this message:
XML-RPC Error (7015)
XML-RPC Error (7015)
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
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')
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
-
Less
More
- Posts: 39
15 years 11 months ago #10
by Alexandre
Replied by Alexandre on topic Re: Something is wrong with Joomdle Web Services setup
Excelent. Very good. Thank you for the help! Now, everything is correct.
Please Log in or Create an account to join the conversation.