2108 solutions found in server-meltdown
Page 93 of 106votes
I created a **new user** in a **moodle** site and I want to assign **teacher role** to this user. I tried to achieve this using the below steps: 1. Site...
votes
Hey I just started using moodle and the first problem is: how to I add pages e.g. About us , Contact us. Do I have too add it manually? Where do I have too c...
votes
I'm developing a moodle site where I have to use an external service for authenticating users. This SSO service should be the only form of authentication....
votes
I need to locate where the logging data is stored in Moodle. In the Moodle database there is a table called 'log' where log data is stored. However, I c...
votes
I usually use wordpress, and i can at any time, download a demo data, to test a full functional website wordpress with demo data ( i import xml file with wordpr...
votes
I have been asked to create an engine that transform our data on SQL to Moodle data (user, courses, enrollments). i got stuck at a point where i need to enro...
votes
I have been asked to create an engine that will take a course(name, short-name, category) from our local database and add it to moodle. I am thinking of usi...
votes
We have `Moodle` `plugin`, where we add the `travel time` of each employee. Until now, we calculated the duration of the travel time in `days`, as we added th...
votes
I have a very large Moodle `.mbz` backup file of a single course - Slightly over 1GB. I need to upload this backup to the server, but of course the file manager...
votes
I am very new to Moodle. When i am trying to install this i got this issue(Please ref screenshot). [![enter image description here][1]][1] [1]: https:/...
votes
I'm having troubles setting up a moodle instance behind an apache proxy. Here's my apache front-end that proxies to the running server. <Vi...
votes
I'm trying to access the web services of a Moodle installation I have using Python's requests library. I have the API's documentation and an exampl...
votes
so i want to build mobile app with flutter like moodleApp, so that app just fetch api from the existing moodle web, then, does moodle provid API to be used fre...
votes
currently the moodle that we are using doesn't have a video plug-in.i have developed a video plug-in for moodle.I would like to add the plug-in to the Mood...
votes
I am programming a SCORM 2004 product. I can update the session_time, it works. I can set the status (passed, failed, etc...) I also can get the cmi.location...
votes
Currently I'm using moodle to create a site. I want to create a function if user not login they will redirect to the login page. How can I do that in mood...
votes
I am using the CookComputing XML-RPC Library in an attempt to build a C# console client in order to execute API methods on Moodle (an open-source Learning manag...
votes
I'm customizing tinyMCE in Moodle (e-learning). I've added a toolbar button which sets focus into a text area and adds two dollar signs in it. What I n...
votes
I hate Moodle so much. I have to use it though so I figured I would create a new "front-end" to it. I'm wondering if Moodle has an API I can just...
votes
I am unfamiliar with Moodles methods of updating a database with code. I have this statement: $expiredCourseArchiveIntegritaxSql = "UPDATE mdl_co...