Web and mobile app development
by Emma Stewart. VerveLogic is a web and mobile app development company in Dubai, UAE focusing on iPhone, iPad & Android applications. We provide high quality and time valued services.
View ArticleRe: error/forcepasswordchangenotice on New User Creation via web service
by Neel Bhave. Hi,I have solved this issue. The issue was that the user that I was using for the web services had force password reset checked while creation. I had not logged in once the user was...
View ArticleRe: how many methods to improve the perfermance of Moodle?
by sagar chavada. here you can try any of this method for solving your issue.Follow these tips optimize your Moodle website and improve performance. - The Basic Tweaks- Optimize The Performance Of...
View ArticleRe: login and registration form
by sagar chavada. I made signup and login static page using node js, express js and database connectivity using mongoDB.Here is my GitHub link you can clone or Download using this...
View ArticleRe: Unable to manual enrol: enrol_manual_enrol_users
by Elias Cisneros. Hi,Some idea for this situations?, I have same problemThanks
View ArticleRe: enrol_manual_enrol_users without enrolling the web service user
by Elias Cisneros. I have same situation, I need enrol a user without previously enrolling the web service user in the course .Some idea?Thanks
View ArticleRe: Unable to manual enrol: enrol_manual_enrol_users
by Tim Titchmarsh. Hi EliasIts been a while - I think this is what you mean.It seems an omission in the web services, in the end I ended up doing the following and passing in the $status to put a...
View ArticleRe: Fetch assignment details for a course, including due dates.
by Dorian Malguid. I guess it's too late now but I hope it'll still be useful. According to the documentation, if you try to fetch assignment details with a user who isn't enrolled into the course,...
View ArticleRe: enrol_manual_enrol_users without enrolling the web service user
by Mayank Tyagi. Hey Max,I think this web service is restricted to logged in users. If you want you can create your own webservice function. You can easily enrol users in to course by creating your...
View ArticleMyddleware Error Importing to Salesforce
by waqar Ahmed. Hi, I have created a rule to import all the courses from moodle to salesforce. But when I set the date parameters to 1900-01-01 in order to get all the course and click on...
View ArticleRe: Myddleware Error Importing to Salesforce
by Stéphane Faure. Hi,This problem comes from Moodle not Salesforce. You problem could come from the private policy authorization for your user. To test it, could you log into Moodle with the Moodle...
View ArticleRe: Myddleware Error Importing to Salesforce
by waqar Ahmed. Hi, I have thoroughly checked all policies on moodle but I don't seam to find anything odd in here.For reference I am using Moodle version 3.5+I have checked policy in these...
View ArticleRe: Myddleware Error Importing to Salesforce
by Stéphane Faure. Hi,Did you add the rôle in the tutorial to the user linked to the token used in Myddleware ? Here is the tutorial :...
View ArticleRe: Myddleware Error Importing to Salesforce
by waqar Ahmed. Already done that, my user also has the Myddleware role as advised in the tutorial.But definitely according to the wording of error it seams to be something user related.
View ArticleRe: Myddleware Error Importing to Salesforce
by Stéphane Faure. Hi,Just for the test, could you give the admin role to your user ? Thanks.
View ArticleRe: Addning Course enrolment method through webservices.
by Thomas Schröder. Hello,We experienced the same issue and will just quickly note our guess (and a possible solution):in externallib.php of moodle-local_ws_enrolcohort in line...
View ArticleRe: How to retrieve the User Enrolment ID
by Carlos Chiarella. Thanks Mayank. Sorry for my late response.
View ArticleIssue when creating users via web service call
by Carlos Chiarella. Hi,We are having issues when creating users using the function: core_user_create_usersSometimes the users are not being created. The Apache Error log table has this message: [Thu...
View ArticleNo result when I call to a WebService with the core_user_get_users_by_field...
by Dámaso Velázquez Álvarez. Hello,I have developed an WebService that use the function core_user_get_users_by_field but this is the result (when must returns results)This XML file does not appear to...
View ArticleRe: Rest API for authentication
by Fehmi M'Barek. Hi,here is a way how to authenticate against you moodle instance:curl -X POST \ 'https://my.moodleapp.tld/login/token.php?service=moodle_mobile_app' \ -d...
View Article