Odgovor: Re: unexpected non-whitespace character after JSON data
by Sunandar Prawira. I've compared with my normally moodle, but the debugging is same. I think it's not the root problem, and it comes from another files. What should I do for this? any have another...
View ArticleRe: Odgovor: Re: unexpected non-whitespace character after JSON data
by Howard Miller. Those all relate to optional plugins. You could always try purging your caches in case something has got "stuck". If the errors come back then my explanation is 99% correct. It's...
View ArticleOdgovor: Re: Odgovor: Re: unexpected non-whitespace character after JSON data
by Sunandar Prawira. Now I can clear the cache, but I don't find any error in debugging. However the number 1 when I access the token always appears. What is the right step for me to take? am I...
View ArticleRe: Odgovor: Re: Odgovor: Re: unexpected non-whitespace character after JSON...
by Howard Miller. Well... you're kind of stuck. You installed plugins with bugs. They're only missing strings, you could fix it yourself if it's a big problem.
View ArticleRe: Odgovor: Re: Odgovor: Re: unexpected non-whitespace character after JSON...
by Sunandar Prawira. Hi Howard, Thank you for your reply. For information, this error above is related to my other error, which is unable to login in mobile apps, I have written it on the thread here:...
View ArticleRe: unexpected non-whitespace character after JSON data
by Sunandar Prawira. Hi Juan, Please see my comment in here: https://moodle.org/mod/forum/discuss.php?d=435525#p1753298
View ArticleRe: Migrating `core_enrol_edit_user_enrolment` to...
by István Holbok. I ran into the same problem. The "core_enrol_submit_user_enrolment_form" webservice parameters are not documented.The Webservice documentations contains the following data: Submit...
View ArticleCalling moodle web service from inside a docker on moodle that run using docker
by Dimas Wahyu Langkawi. This is a similar issue that is posted on this discussion, but since the fix to the issue is not posted i'm going to post a similar problem here.I'm using moodle-docker to...
View Articleapi core_group_create_groups - "invalid_parameter_exception"
by Joanne BritishVit. Hi there. Let me preface this by saying I am not a trained tech, but am self-taught, trying to manage Moodle for a very small school. We do not have a dedicated tech/moodle...
View ArticleRe: Migrating `core_enrol_edit_user_enrolment` to...
by Wolfgang Gundacker. we ran into the same problem ...unfortunatly the issue https://tracker.moodle.org/browse/MDL-70351 is marked unresolved since Nov '20and exits in 4.0 as well.
View ArticleView the source code of the web service
by Moritz Grey. Hi, In which file or under which folder path can I get theShow source code of the web service?
View Article"Visible" not working with "core_course_create_courses"
by Rémi Chaussenot. Hello all,I try to create some courses using moodle API "core_course_create_courses".When i try to create two courses with "fullname;shortname;categoryid;startdate;enddate",...
View ArticleInsert user to moodle from external API
by yassin adinegara. Hi All,I need guidance to make my moodle to get users from other webservices through API using REST and this process will be synchronize every once a day Any advice or suggestion...
View ArticleSet grade scale for course
by nikos dimitrakas. Hi!I am trying to set the grade scale of a course, but I cannot find any function for doing that. I cannot even find any function for reading the course grade scale. For example...
View ArticleMoowoodle - Automatic username with spaces dont work
by IBIONS Instituto. Dear allI am experiencing an error when a new user is created in Moodle since the automatic-generated email leaves an space between surname1 and surname2.In Spain we use two...
View ArticleRe: Moowoodle - Automatic username with spaces dont work
by Michael Hughes. Is this via self-registration that the user is created? As I'm not sure how you're getting the 2 lastnames (Moodle only has 1 out of the box).However the username field on the user...
View ArticleRe: Moowoodle - Automatic username with spaces dont work
by Michael Hughes. BTW Space is "bad" separator as they almost always get stripped. It would be better if you could have a more explicit one e.g. [name].[lastname1].[lastname2] would be better
View ArticleRe: Moowoodle - Automatic username with spaces dont work
by IBIONS Instituto. Hi Michael, Thanks a lot for your reply! I have Moowoodle a,d woocomerce installed. Therefore, once a cliente purchases a product they get an automatic username. If the client in...
View ArticleRe: Moowoodle - Automatic username with spaces dont work
by Michael Hughes. You may need to deal with it the old fashioned way and find someway to tell them that their moodle user will have their 2 surnames mashed together! It looks like MooWoodle is using...
View ArticleTrouble finding API methods to rename, set group,assign roles for quiz
by Doug Stevens. Hi all, I'm building a WS client that will deliver a standardized assessment. What I'm trying to do is: 1. Replicate a template quiz (This works well by core_course_edit_module...
View Article