Moodle webservice error

More
12 years 2 months ago #1 by Greg
Moodle webservice error was created by Greg
Trying to set up Moodle for use with Joomdle, per the Joomdle instructions.

I've posted this on the Moodle forum, not got any help.

Trying to set up webservices in Moodle. Trying to "add" an external service.

Upon clicking the Add button, I get this error:
Coding error detected, it must be fixed by a programmer: Request for an unknown renderer class core_webservice_renderer
More information about this error
Debug info:
Error code: codingerror
Stack trace:
•line 299 of /lib/outputfactories.php: coding_exception thrown
•line 1500 of /lib/outputlib.php: call to theme_overridden_renderer_factory->get_renderer()
•line 779 of /lib/pagelib.php: call to theme_config->get_renderer()
•line 46 of /admin/webservice/service.php: call to moodle_page->get_renderer()




I searched the files of moodle-latest-26.



The string "webservice_renderer" is not found anywhere.

What could be wrong? How do I fix this?


Moodle version
$version = 2013111801.05; // 20131118 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '2.6.1+ (Build: 20140131)'; // Human-friendly version name
$branch = '26'; // This version's branch.
$maturity = MATURITY_STABLE; // This version's maturity level.

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

More
12 years 2 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Moodle webservice error
It seems you have a problem with your Moodle. Has you tried upgrading to last release?

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

More
12 years 2 months ago #3 by Greg
Replied by Greg on topic Moodle webservice error
It is the latest release.

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

More
12 years 2 months ago #4 by Antonio Durán
Replied by Antonio Durán on topic Moodle webservice error
Hi. I just downloaded current package to try:
sourceforge.net/projects/moodle/files/Mo...load?use_mirror=garr

And I did not see the error. I could add a new service just fine.

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