2108 solutions found
Page 100 of 106votes
My problem is that I am trying to export a csv file from the Moodle DB "mdl_logstore_standard_log" with the exact order as the Logs page under Site A...
votes
I have a portal called xyz.com and a Moodle site called yzx.com. I have some users on both sites, which have same usernames and password. What I want is when a...
votes
I am new to the Moodle world. I want to make inner join 2 or more tables with PDO. I checked [documentation][1] but can't find anything helpful. Maybe I am...
votes
I am using Moodle 3.1+. I am trying to get the course contents using webservice. I have created a course with activity 'lesson'. Now when I try to get...
votes
I am trying to collect all information related to Moodle course (course + lessons) Using Moodle Api I got the course information, but gets only some basic infor...
votes
I create forms in Moodle by extending the moodle `moodleform` class and calling the `addElement()` or `createElement()` methods. For example, I create a select...
votes
I am building an application to get Json data from a Moodle web service, and using AngularJs to display the data in the app. There are multiple functions on the...
votes
I am trying to create Moodle custom service for my functionality enhancement 1 ) https://docs.moodle.org/dev/External_functions_API 2 ) https://doc...
votes
This returns a token, like: {"token":"260e5b8adf74af6be5dfa250c5ad93c8"} And I want just want the content part: 260e... Which I think I c...
votes
I'm currently working on a Ionic app with a login validation feature. The objective is to verify user-entered login details by cross-referencing them with t...
votes
I am trying to schedule a task in moodle-cron-api following the instructions here at: [https://docs.moodle.org/dev/Task_API](https://docs.moodle.org/dev/Task_AP...
votes
I want to get a list of all assignments along with their completion status under all courses. **Basically what is shown under the timeline in the dashboard.**...
votes
Is there a way to have the master process log to STDOUT STDERR instead of to a file? It seems that you can only pass a filepath to the access_log directive:...
votes
In Nginx, what's the difference between variables `$host` and `$http_host`.
votes
I'm so lost and new to building NGINX on my own but I want to be able to enable secure websockets without having an additional layer. I don't want to...
votes
I have reconfigured nginx but I can't get it to restart using the following configuration: ``` server { listen 80; server_name www.example.com...
votes
I am transitioning my react app from webpack-dev-server to nginx. When I go to the root url "localhost:8080/login" I simply get a 404 and in my ngi...
votes
How can I redirect `mydomain.example` and any subdomain `*.mydomain.example` to `www.adifferentdomain.example` using Nginx?
votes
I am using the default config while adding the specific directory with nginx installed on my ubuntu 12.04 machine. server { #listen 80; #...
votes
I have Nginx installed on a Docker container, and am trying to run it like this: docker run -i -t -p 80:80 mydockerimage /usr/sbin/nginx The problem i...