Tagged Questions
0
votes
1answer
39 views
Selecting all the files along with their paths of a course in moodle
i am trying to write a query to get the name and path of files of a course in Moodle but it seems like i am never be able to do it. Here is what i have done uptill now , any help with this is highly ...
1
vote
2answers
82 views
Error with SQL query
I am porting a Moodle 1.0 module to version 2.0. While checking for errors in several PHP files, I ran into an error message for a query, but there was no indication of what the error was. Here is the ...
1
vote
2answers
1k views
Existing DB2 column reported as not being a column of the table
In a Moodle 2 install running on DB2, deleting a user is unsuccessful, returning an error reading from database:
Debug info: [IBM][CLI Driver][DB2/LINUXX8664] SQL0206N "USERIDFROM" is not valid ...
2
votes
3answers
143 views
Multiple results in my query?
Hi i'm new to stack so please bare with me. Basically i am using the Moodle database to query the latest forum posts made by students and teachers for the relevant course they are enrolled in.
Here ...
1
vote
1answer
211 views
moodle: SQL where clause from stdclass object
Im using moodle and function get_course_students to get a list of students
$students = get_course_students($course->id, 'lastname');
echo print_r($students);
This outputs:
Array (
[4382] ...
2
votes
2answers
113 views
Extend to select based on data range
I've got the following MySQL query:
SELECT concat('<a target="_new" href="%%WWWROOT%%/course/user.php?id=1&user=',
u.id,
'&mode=alllogs">',
...