521 solutions found in moodle-core
Page 7 of 27votes
I'm using Moodle 2.7, and a few days ago some users reported to me that when they tried to generate a new account on '/moodle/login/signup.php' or t...
votes
After installing moodle, cannot og in as root in phpmyadmin, i tried everything i found in google, but i just can log in with other user called "admin"...
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. NameVi...
votes
I want to display data from moodle database in HTML table, but for every record separate table is being displayed: Code: $rec=$DB->get_records_sql(...
votes
I want to list the names of the modules (activities) in my course sections from moodle function or from db query. I can get section details and module id fr...
votes
I upgrade my moodle from 2.6.4 to 2.7.1. After upgrading I've got blank (white) screen. Then I turn on debug display in config.php $CFG->debug = 3...
votes
I am crafting a CORS request with jQuery to accomplish a SSO type system. User logs into wordpress and with a hook at the same time also logs into Moodle. T...
votes
I install Moodle on xampp server. its installed properly . but when I try to logout or any other activity Firefox shows error, **The page isn't redirecting...
votes
I am working in a project to create a Moodle 2.7 from scratch. I have done few theme customizations for Moodle 2.6 but I can't find any reference for Moodle...
votes
When I try enter my moodle from internet I see this message: > Fatal error: $CFG->dataroot is not configured properly, directory does not exist or is n...
votes
I'm trying to set up kerberos SSO in Moodle but I'm getting a error_code: KRB5KDC_ERR_PREAUTH_REQUIRED (25): **1) I've configured kerberos on Apa...
votes
I'm trying to get Moodle's quizzes as JSON. I've already tried http://desenvolvimento.imd.ufrn.br/qmmoodle/webservice/rest/server.php?wstoken=cf5...
votes
I'm developing a custom login application for Moodle. I just want to know which algorithm does Moodle uses to encrypt passwords? So that, I can authentic...
votes
When setting quizzes in moodle i want to add sub questions with the main question. I tried more and more with the existing question types and plugins and could...
votes
I'm writing custom.php file to my moodle and i have question. 1. How to check if user is logged in and how to check his login ? 2.How to make my pa...
votes
I'd like to know which is the cleanest way to insert an url in an email sent by Moodle module. So far I'm using this formula, what IMHO I don't t...
votes
I need help to install moodle in mac with xampp. I don't know how to install it. Please help how to install these tools in my mac via command line or anythi...
votes
My scenario; A user in Moodle completes a course. I'd like to update an external database once this happens. My understanding is that the course_complete...
votes
I am a newbie to Moodle. I am trying to create a local plug which would do tasks (sending email) automatically when user is enrolled / unenrolled. While deve...
votes
I have a Moodle with a SSO. Users sign onto a site and click on a link to come to my Moodle. When they arrive, I want to enroll them on every course on my...