how many methods to improve the perfermance of Moodle?
by StarMaker NJ. I met system performance issue. I setup moodle system on my computer, access it with 127.0.0.1 to exclude network transfer and blcock issue. and only add two demo coures, but i found...
View ArticleRe: error message that came out of the blue
by David Olson. Ken,I got the option to allow mobile access to the site. I checked it but it didn't hold. Went back to the same error as before. I posted below what I get.If I opt to upgrade to 3.5...
View ArticleRe: error message that came out of the blue
by Ken Task. What's missing is what is called a 'dependency' and is part of Moodle 3.4.x core code. The question that comes to my mind is ... why is a part of core code missing? Might stem from...
View ArticleRe: error message that came out of the blue
by David Olson. Ken,I have downloaded both available versions of the 3.4 moodle package and done as described in your earlier note to me. Each time I received the same message:Unavailable missing...
View ArticleRe: error message that came out of the blue
by Ken Task. All I know is that what's missing is supposed to be part of core code.Expect a message via EMail from me.'spirit of sharing', Ken
View ArticleRe: error when adding external functions to a web service.
by Madhukar Reddy. HI, i got the same issue after upgrading to moodle 3.6, here is my debug message :line 87 of /lib/externallib.php: coding_exception thrown line 199 of /admin/webservice/forms.php:...
View ArticleAngular Application
by Thomas Culver. Hi, I am the owner of https://pixelbrewco.com and am using the API for a client. What is the best way to integrate Angular for an application?
View ArticleMoodle API Single-Sign-On (SSO)
by Kevin Lu. Dear Developers and Experts,Thank you for reading this thread. My project requires me to develop a single-sign-on page that when the user visits the company website and logs in, the user...
View ArticleRe: error when adding external functions to a web service.
by Artur Welp. This is one of the most difficult error to debug in my opinion. The code now, fully stop the execution. I think this should not be a fatal error.In a emergency, you can add a return...
View ArticleHow to retrieve the User Enrolment ID
by Carlos Chiarella. Hi all,I hope that somebody can give us some ideas. My institution has a Moodle 3.5.3 version. We are trying to use the following method to update the dates of a user...
View ArticleRe: How to get all users with core_user_get_users and PHP
by Shivanesh Lal. Hi Josip here's my solution which worked for me...
View ArticleRe: How to retrieve the User Enrolment ID
by Mayank Tyagi. Hey Carlos,Yes, you are on the right track. You can easily update the "Enrolment Ends" date field for your user. The webservice function core_enrol_edit_user_enrolment requires three...
View Articleerror/forcepasswordchangenotice on New User Creation via web service
by Neel Bhave. Hi Guys,I am creating a new User via Webservice. My new user has following attributes...
View ArticleRe: error/forcepasswordchangenotice on New User Creation via web service
by Mayank Tyagi. Hey Neel, Can you tell me the function which you are using for creating a new user? Are you using Moodle core function or moodle API webservice function? Because I have created users...
View Articlehow to make moodle sent password reset email without PM emails?
by Es Am. I want to allow moodle send password reset emails, but in the same time when send Massive PM to students do not want to be sent by email too, how to achieve that in moodle?
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 to retrieve the User Enrolment ID
by Carlos Chiarella. Thanks Mayank for the information. Let me explain what we want to achieve and please tell me if you have better ideas.All of our enrolments are handle by Drupal. So Drupal will...
View ArticleRe: How to retrieve the User Enrolment ID
by Mayank Tyagi. Hey Carlos,I don't think so this method will return enrolment id for the user. It will return enrolled users details like firstname, lastname, profile description and many other...
View ArticleExcluding web service user from need to accept privacy policy
by Rene Hamburger. Hi there,I just ran into issues when trying to access courses with a web service user, as the policy documents hadn't been accepted by this user. It was easy enough to do that...
View ArticleRe: Moodle API Single-Sign-On (SSO)
by Paul Raper. One approach that you might think about is LTI. LTI does require that both sides/applications use it, but it does provide a way for users to login to one application, and then transfer...
View Article