Is this a bug? Add function in Web service

Is this a bug? Add function in Web service

by Jeff Young -
Number of replies: 4

Hi there, 

When I tried Add function in web service of Moodle 2.4, I got this error message as " Coding error detected, it must be fixed by a programmer: Can not find file with external function implementation".

Is this a bug?

 

Thanks,

Jeff 

Average of ratings: -
In reply to Jeff Young

Re: Is this a bug? Add function in Web service

by Paul Charsley -

Hi Jeff,

This can happen when a web service function defined in your Moodle database does not exist in your Moodle code. It may happen if you switch to an older source code branch but are still using a newer database. It is unlikely to be a bug.

When I encounter this error I usually check the functions listed in the table mdl_external_functions to verify that my Moodle installation contains the corresponding code.

Paul

Average of ratings: Useful (1)
In reply to Paul Charsley

Re: Is this a bug? Add function in Web service

by Jeff Young -

Hi Paul,

thanks for your help.

I checked the table as advised and found that there is no coresponding code there. I will look into the web service installation later.

Cheers,

Jeff

In reply to Paul Charsley

Re: Is this a bug? Add function in Web service

by amit gupta -

how do we check wether the functions listed in the table mdl_external_functions contains the corresponding code in my Moodle installation ?

In reply to amit gupta

Re: Is this a bug? Add function in Web service

by amit gupta -

i m using moodle 2.4.3. bieng a newbie i dnt have much idea about this thing.