R0.23 No Longer Supported

Error XML-RPC (7015): Unable to locate function, o

  • Nicholas
  • New Member
  • New Member
More
15 years 5 months ago #41 by Nicholas
notifications wasnt working before
i thought that was supposed to happen

and im indeed using hosted domain

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

More
15 years 5 months ago #42 by Antonio Durán
Replied by Antonio Durán on topic Re:Error XML-RPC (7015): Unable to locate function, o
If Notifications never worked (even before Joomdle) then it might be the case.

I have never stumbled with that problem, though :(

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

  • Nicholas
  • New Member
  • New Member
More
15 years 5 months ago - 15 years 5 months ago #43 by Nicholas
I managed to enable php error and this is what appears when i click on Notifications

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/ocohi/public_html/escola/blocks/moodleblock.class.php on line 496

the code in that line is
Code:
'<img src="'. $CFG->pixpath .'/t/'.$leftarrow.'" alt="'. $this->str->moveleft .'" /></a>';

the full code
Code:
if ($options & BLOCK_MOVE_LEFT) { $movebuttons .= '<a class="icon left" title="'. $this->str->moveleft .'" href="'.$script.'&amp;blockaction=moveleft">' . '<img src="'. $CFG->pixpath .'/t/'.$leftarrow.'" alt="'. $this->str->moveleft .'" /></a>';

Dont know if that will help
I dont know PHP! :(
Last edit: 15 years 5 months ago by Nicholas.

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

More
15 years 5 months ago #44 by Antonio Durán
Replied by Antonio Durán on topic Re:Error XML-RPC (7015): Unable to locate function, o
Then it seems you were right: it appears like a memory limit problem. You should ask your provider to put a higher memory limit for you, if it can be done.

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

More
15 years 5 months ago #45 by Saul Perez
I'm having that same problem within Joomla!

Error XML-RPC (7015): Unable to locate function, or function prohibited for RPC.

Any assistance?

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

More
15 years 5 months ago #46 by Antonio Durán
Replied by Antonio Durán on topic Re:Error XML-RPC (7015): Unable to locate function, o
What do you get when visiting Notifications page in Moodle?

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

More
15 years 3 months ago #47 by Garrett
Hey,

I'm afraid I'm getting the XML-RPC Error (7015): Unable to locate function, or function prohibited for RPC. I went through this thread in detail but still nto working.

I tried manually inserting INSERT INTO mdl_mnet_host2service(hostid, serviceid, publish) VALUES ('0', '4', '1'); however it did not help. The IP is correct as I used for my last install. the notifications is working however I am getting the "auth upgrase" but this is cosmetic and goes away when I remove the dummy table. I am using the latest Moodle 1.9.9 and Joomla 1.5 (no I dident upgrade :) ) I have tried everything I have done before which usually fixes this problem but not today. The domain I am using is www.netmarketinginstitute.com/ and the courses is www.netmarketinginstitute.com/courses

Any ideas on why this is happening?

thanks, Garrett

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

More
15 years 2 months ago #48 by Antonio Durán
Replied by Antonio Durán on topic Re:Error XML-RPC (7015): Unable to locate function, o
Did you solve it?
I guess it may have to do with strange values in Moodle tables, but I cannot be sure without looking at the DB data.

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