Questions tagged [moodle]

Moodle is an open source learning management system (LMS) written in PHP.

Moodle is learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalized learning environments. Its capabilities include multilingual platform, plugins support and themes.

The word moodle was acronym for modular object-oriented dynamic learning environment.

The official documentation page for moddle can be found in this website https://docs.moodle.org/

57 questions
1
vote
1 answer

I can't have my virtualhosts working properly in Apache

Although I know that this topic has been already discussed in some other threads where it is explained how to configure Virtualhosts in Apache. The thing is after looking for possible answers to my problem here, researching in Google and reading…
jocag
  • 13
  • 4
1
vote
3 answers

Moodle: since Update to 2.9.1, User can't change their password

recently I updated a moodle site from 2.6.7 to 2.9.1. The moodle itself runs quit fine, but user can't change their passwords anymore. I checked the roles settings: ("moodle/user:changeownpassword = Allow") its like it should be. Where can I…
fips123
  • 361
  • 1
  • 5
  • 17
1
vote
3 answers

Apache gives empty reply

It happens randomly, and only on moodle installations. Apache don't add a line in the logs when this happens, and I don't know where to look. koke@escher:~/Code/eboxhq/moodle[master]$ curl -I…
Jorge Bernal
  • 454
  • 1
  • 3
  • 9
1
vote
1 answer

Cookies Not Setting in Load-Balanced Environment

I have an Nginx load balancer load balancing two nginx servers serving PHP content (Moodle) up. They share the same database and use the same sessions directory using an NFS share on a separate server. I am running PHP 5.4.1 and the latest version…
David
  • 187
  • 2
  • 15
1
vote
4 answers

CentOS: Can't connect remotely to mysql server but I can 'nc' to it

I have two VMs, both running CentOS. One is web server: 10.2.2.59 -- in this server I put Moodle web application files. One is DB server: 10.2.2.58 I installed MySQL and it is running nice, changed my.conf to comment #skipping-network and commented …
1
vote
1 answer

Moodle data folder error

I am trying to set up an instance of Moodle on Amazon EC2 for a Uni project. I follow the installation tutorial to the "T" but when I try to access the url, all I get is this: Fatal error: $CFG->dataroot is not configured properly, directory does…
dlyk1988
  • 1,674
  • 4
  • 24
  • 36
1
vote
1 answer

A stock install of Moodle doesn't seem to run on CentOS or RHEL 6.3

I've got a clean instance of CentOS and a clean instance of RHEL 6.3 - I've tried to installed Moodle on both. Error: Database connection failed It is possible that the database is overloaded or otherwise not running properly. The site…
Mister IT Guru
  • 1,178
  • 3
  • 15
  • 35
1
vote
1 answer

Moodle serves on IP only - will not work with mod_proxy

I'm trying to set a moodle server up on an Ubuntu box, which already serves Plone & Trac via Apache. In my Moodle config I have $CFG->wwwroot = 'http://www.server-name.org/moodle' The (convoluted, but working) configuration below works fine for the…
Jon Hadley
  • 305
  • 2
  • 7
  • 20
1
vote
2 answers

How to recover a server from a tar file

In moodle the LMS you can export courses, as a tar.gz, some one said they were going to give me such a thing. I was suprised by the 6 gb size. I was even more suprised when I extracted it, and found the root directory to be the root of the server.…
Mitch
  • 547
  • 1
  • 5
  • 10
1
vote
0 answers

Active Directory Limited Admin for Moodle LDAP integration

I have Moodle which I already integrated to Active Directory (LDAP). The integration needs user for binding (To authenticate users). I want to limit that user because its currently member of Domain Admin, the Moodle site will not write anything back…
Akam
  • 111
  • 6
1
vote
0 answers

WordPress+HTML -> Moodle

One has a site with a lot of (a lot of a lot of) pages in HTML. The pages are managed through WordPress and includ motions, different fonts, videos, images, etc., ie, are elaborated pages. Because of the Moodle is more usable, it is convenient to…
1
vote
1 answer

httpd cannot access external directory - moodle

I am installing moodle in rhel instance. I want to keep the directory 'moodle' outside of the /var/www/http. I followed this documentation. In order to define the moodle directory, I updated the /etc/httpd/conf/httpd.conf file as following:…
Débora
  • 157
  • 1
  • 7
0
votes
3 answers

Moodle 3.7 & Apache & reverse proxy results ERR_TOO_MANY_REDIRECTS

Moodle 3.7 Apache with reverse proxy results ERR_TOO_MANY_REDIRECTS. I have an SSL site with following vhosts file on Frontend server: RewriteCond %{HTTPS} off RewriteRule (.*)…
klor
  • 344
  • 4
  • 8
  • 25
0
votes
2 answers

can't ssh to download data from gcloud instance running centos6 to get moodle backup due to possible hack

I have a centos 6 lamp moodle server in a gcloud vm instance, 2 days ago users reported issues accessing moodle with a database connection error. Through my research this is what I found: restarting the instance didn't work and it actually cause an…
0
votes
1 answer

Redirect from http to https stopped working after update of Moodle

After Moodle elearning system update, the redirection from http to https is not working anymore. Environment: Debian 9, Bitnami Moodle appliance, Apache web server Port 80 and 443 are opened in firewall. You can access the web site via https and…
culter
  • 507
  • 2
  • 9
  • 16