LMSouq

Knowledge Base

Browse Moodle Solutions

2108 solutions found

Page 100 of 106
0 votes
1 ans
3 views
Struggle to make the right query to the Moodle database table "mdl_logstore_standard_log" in order to export logs as it happens from the GUI

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...

moodle-core Solved
GI
asked 1 month ago by Gizmapps
0 votes
1 ans
3 views
How to make user auto login in MOODLE

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...

moodle-core Solved
DH
asked 1 month ago by DHRUV GUPTA
0 votes
1 ans
3 views
Moodle join tables without raw SQL query

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...

moodle-core Solved
BA
asked 1 month ago by Bahriddin Abdiev
0 votes
1 ans
3 views
Get course contents using webservice

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...

moodle-core Solved
AK
asked 1 month ago by Akhilesh
0 votes
1 ans
3 views
Moodle get course information + all lessons through Api

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...

moodle-core Solved
VA
asked 1 month ago by Varun Sreedharan
0 votes
1 ans
3 views
Adding CSS class to form element in Moodle

I create forms in Moodle by extending the moodle `moodleform` class and calling the `addElement()` or `createElement()` methods. For example, I create a select...

moodle-core Solved
AL
asked 1 month ago by Aldo Paradiso
0 votes
1 ans
3 views
Getting Angular to work with a Moodle webservice

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...

moodle-core Solved
YV
asked 1 month ago by Yvonne Aburrow
0 votes
1 ans
3 views
Moodle custom service creation issue

I am trying to create Moodle custom service for my functionality enhancement 1 ) https://docs.moodle.org/dev/External_functions_API 2 ) https://doc...

moodle-core Solved
VA
asked 1 month ago by Varun Sreedharan
0 votes
1 ans
3 views
How to return data using cURL call

This returns a token, like: {"token":"260e5b8adf74af6be5dfa250c5ad93c8"} And I want just want the content part: 260e... Which I think I c...

moodle-core Solved
AR
asked 1 month ago by Arnau Guadall
0 votes
1 ans
3 views
How do I apply authentication to my ionic app using moodle?

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...

moodle-core Solved
US
asked 1 month ago by user758078
0 votes
1 ans
3 views
Adding a cronjob with moodle-cron-api is not working properly

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...

moodle-core Solved
KH
asked 1 month ago by Khabbab Zakaria
0 votes
1 ans
3 views
How to get a list of all pending assignments under all courses in Moodle using the Web service API

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.**...

moodle-core Solved
SU
asked 1 month ago by Sujit
0 votes
1 ans
3 views
Have nginx access_log and error_log log to STDOUT and STDERR of master process

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:...

server-admin Solved
QU
asked 1 month ago by quinn
0 votes
1 ans
3 views
What's the difference of $host and $http_host in Nginx

In Nginx, what's the difference between variables `$host` and `$http_host`.

server-admin Solved
GL
asked 1 month ago by glarrain
0 votes
1 ans
3 views
NGINX to reverse proxy websockets AND enable SSL (wss://)?

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...

server-admin Solved
CR
asked 1 month ago by crockpotveggies
0 votes
1 ans
3 views
nginx: [emerg] "server" directive is not allowed here

I have reconfigured nginx but I can't get it to restart using the following configuration: ``` server { listen 80; server_name www.example.com...

server-admin Solved
SA
asked 1 month ago by samix73
0 votes
2 ans
3 views
React-router and nginx

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...

server-admin Solved
MA
asked 1 month ago by martin
0 votes
1 ans
3 views
How to redirect to a different domain using Nginx?

How can I redirect `mydomain.example` and any subdomain `*.mydomain.example` to `www.adifferentdomain.example` using Nginx?

server-admin Solved
DE
asked 1 month ago by deb
0 votes
1 ans
3 views
Nginx: stat() failed (13: permission denied)

I am using the default config while adding the specific directory with nginx installed on my ubuntu 12.04 machine. server { #listen 80; #...

server-admin Solved
US
asked 1 month ago by user299709
0 votes
1 ans
3 views
How to run Nginx within a Docker container without halting?

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...

server-admin Solved
SE
asked 1 month ago by Seldo