- Posts: 2
R0.30 Support
Another XMLRPC error problem
- Matt
- Topic Author
- Offline
- New Member
-
Less
More
15 years 6 months ago #1
by Matt
Another XMLRPC error problem was created by Matt
After going through the system health check many times and reading the forums for many many days I think I have found the problem cause me to get:
XML-RPC Error (7015): Unable to locate function, or function prohibited for RPC.
After a of testing I think the problem is the install didnt run the SQL. I just installed the upgrade and went to the notifications page which seemed to work however when i run the following SQL:
select * from mdl_mnet_rpc;
select * from mdl_mnet_service2rpc;
select * from mdl_mnet_host2service;
I only get:
id hostid serviceid publish subscribe
2 0 1 1 0
And from what I have seen on the forums I should have ALOT more in here.
So firstly, is this the problem thats causing the Joomdle Web Service - Something is wrong with Joomdle Web Services setup and "XML-RPC Error (7015): Unable to locate function, or function prohibited for RPC." when u goto the users page in Joomla?
If so how can i fix it?
Thanks,
Matt
XML-RPC Error (7015): Unable to locate function, or function prohibited for RPC.
After a of testing I think the problem is the install didnt run the SQL. I just installed the upgrade and went to the notifications page which seemed to work however when i run the following SQL:
select * from mdl_mnet_rpc;
select * from mdl_mnet_service2rpc;
select * from mdl_mnet_host2service;
I only get:
id hostid serviceid publish subscribe
2 0 1 1 0
And from what I have seen on the forums I should have ALOT more in here.
So firstly, is this the problem thats causing the Joomdle Web Service - Something is wrong with Joomdle Web Services setup and "XML-RPC Error (7015): Unable to locate function, or function prohibited for RPC." when u goto the users page in Joomla?
If so how can i fix it?
Thanks,
Matt
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
15 years 6 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Re: Another XMLRPC error problem
Hi.
As you say, that seems to be the problem.
Try doing what the wiki suggest: delete all the joomdle info from database, and then visit notifications again.
But it seems you have more problems: did you do all the prerequisites?
In mdl_mnet_rpc there should be entries from Moodle itsel, that are inserted when you do all the prerequisites.
As you say, that seems to be the problem.
Try doing what the wiki suggest: delete all the joomdle info from database, and then visit notifications again.
But it seems you have more problems: did you do all the prerequisites?
In mdl_mnet_rpc there should be entries from Moodle itsel, that are inserted when you do all the prerequisites.
Please Log in or Create an account to join the conversation.
- Matt
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
15 years 6 months ago #3
by Matt
Replied by Matt on topic Re: Another XMLRPC error problem
I went through the prerequisites (infact several times). When i first installed it the hosting had a php memory limit that was hit which i suspect caused the problem.
I have just ran the following SQL to clear 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
Go to the notifications page and all I see if the following:
Your site configuration might not be secure. Please make sure that your dataroot directory (/home/asialear/public_html/moodle/uploaddata) is not directly accessible via web.
Enabling the PHP setting display_errors is not recommended on production sites because some error messages may reveal sensitive information about your server.
Please register your site to remove this button
I don't see it reinstalling anything, or at least it doesn't show it.
Any ideas on what to try next? or did I miss something in the database (Joomdle seems to still be activated in moodle).
I have just ran the following SQL to clear 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
Go to the notifications page and all I see if the following:
Your site configuration might not be secure. Please make sure that your dataroot directory (/home/asialear/public_html/moodle/uploaddata) is not directly accessible via web.
Enabling the PHP setting display_errors is not recommended on production sites because some error messages may reveal sensitive information about your server.
Please register your site to remove this button
I don't see it reinstalling anything, or at least it doesn't show it.
Any ideas on what to try next? or did I miss something in the database (Joomdle seems to still be activated in moodle).
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
15 years 6 months ago #4
by Antonio Durán
Replied by Antonio Durán on topic Re: Another XMLRPC error problem
Try this:
- delete entries
- delete joomdle folder in moodle
- visit notifications
- put folder back in
- visit notifications again
- delete entries
- delete joomdle folder in moodle
- visit notifications
- put folder back in
- visit notifications again
Please Log in or Create an account to join the conversation.