× R0.23 No Longer Supported

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

14 years 11 months ago
Nicholas
Error XML-RPC (7015): Unable to locate function, o #41
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.

14 years 11 months ago
Antonio Durán
Posts: 7815
More
Error XML-RPC (7015): Unable to locate function, o #42
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.

14 years 11 months ago 14 years 11 months ago by Nicholas.
Nicholas
Error XML-RPC (7015): Unable to locate function, o #43
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
'<img src="'. $CFG->pixpath .'/t/'.$leftarrow.'" alt="'. $this->str->moveleft .'" /></a>';

the full 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! :(

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

14 years 11 months ago
Antonio Durán
Posts: 7815
More
Error XML-RPC (7015): Unable to locate function, o #44
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.

14 years 11 months ago
Saul Perez
Posts: 17
More
Error XML-RPC (7015): Unable to locate function, o #45
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.

14 years 11 months ago
Antonio Durán
Posts: 7815
More
Error XML-RPC (7015): Unable to locate function, o #46
What do you get when visiting Notifications page in Moodle?

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

14 years 9 months ago
Garrett
Posts: 33
More
Error XML-RPC (7015): Unable to locate function, o #47
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/ k and the courses is www.netmarketinginstitute.com/courses k

Any ideas on why this is happening?

thanks, Garrett

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

14 years 8 months ago
Antonio Durán
Posts: 7815
More
Error XML-RPC (7015): Unable to locate function, o #48
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.