- Posts: 2
XML-RPC Error (7015):
- kelly
- Topic Author
- Offline
- New Member
-
Less
More
15 years 3 months ago #1
by kelly
XML-RPC Error (7015): was created by kelly
My name is Kc. My first time in this forum. I have done all i was told to do on Joomdle documentation.But i got this error message:
XML-RPC Error (7015): Unable to locate function, or function prohibited for RPC.
My files are arranged as follows:
Joomla site = http://localhost/jsite1/
Moodle site = http://localhost/uniEx
Can someone tell what the probblem is?
Thanks
XML-RPC Error (7015): Unable to locate function, or function prohibited for RPC.
My files are arranged as follows:
Joomla site = http://localhost/jsite1/
Moodle site = http://localhost/uniEx
Can someone tell what the probblem is?
Thanks
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
15 years 3 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Re: XML-RPC Error (7015):
Hi.
Did you visit Notifications page in Moodle? Is it clean?
Did you visit Notifications page in Moodle? Is it clean?
Please Log in or Create an account to join the conversation.
- kelly
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
15 years 3 months ago - 15 years 3 months ago #3
by kelly
Replied by kelly on topic Re: XML-RPC Error (7015):
Notifications is clean after I run this query on the database:
delete from mdl_config_plugins where plugin like '%joomdle%';
delete from mdl_mnet_host2service where hostid=0 and serviceid=4;
drop table mdl_joomdle_dummytable;
Thanks.
delete from mdl_config_plugins where plugin like '%joomdle%';
delete from mdl_mnet_host2service where hostid=0 and serviceid=4;
drop table mdl_joomdle_dummytable;
Thanks.
Last edit: 15 years 3 months ago by kelly.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
15 years 3 months ago #4
by Antonio Durán
Replied by Antonio Durán on topic Re: XML-RPC Error (7015):
So, is it working now?
Please Log in or Create an account to join the conversation.