And the sessions folder in my moodledata is empty.
And the sessions folder in my moodledata is empty.
Now I can also see this error:
This is my sessions handling settings:
Since it is using DB for sessions, how do I clear the DB cache / sessions?
thanks for solution... I can continue my installation of moodle in my pc... (i'm from Indonesia)
Terima kasih atas solusinya... saya bisa melanjutkan instalasi moodle di PC saya...
After upgrading to version 3.11 they do not work.
I see the iframe code but it does not work
Hi there
Im hoping Stephen Grono can assist with this query as I'm desperately trying to get hold of him via email , having liaised with him previously but now cant seem to get hold of him since last November in 2020...
We created four courses on Spoodle for educators in remote lying areas and now wish to import the course into an existing Moodle platform.
However users are having problems installing Spoodle into their existing Moodle platform with the following errors reported:
IS there anyone else that can please assist?
I don"t see the video
the code exist
<iframe width="739" height="507" title="" scrolling="no" src="http://web.shidur.net/player2/tefilat.php?id=ayeh&amp;video=bt-school/basic/simester-a/02/asharov 2.1.mp4&amp;w=522&amp;h=293&amp;auto=false"></iframe>
I have to work with Moodle, so I installed Moodle from here: https://hub.docker.com/r/jauer/moodle
I created the docker containers.
MySQL container:
docker run -d --name DB -p 3306:3306 -e MYSQL_DATABASE=moodle -e MYSQL_ROOT_PASSWORD=moodle -e MYSQL_USER=moodle -e MYSQL_PASSWORD=moodle mysql
Moodle container:
docker run -d -P --name moodle --link DB:DB -e MOODLE_URL=http://localhost:8081 -p 8081:80 jhardison/moodle
Result after docker ps -a:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
647128e9d155 jhardison/moodle "/etc/apache2/foregr…" 7 minutes ago Up 7 minutes 0.0.0.0:8081->80/tcp, :::8081->80/tcp, 0.0.0.0:49157->443/tcp, :::49157->443/tcp moodle
e83ad7433905 mysql "docker-entrypoint.s…" 7 minutes ago Up 7 minutes 0.0.0.0:3306->3306/tcp, :::3306->3306/tcp, 33060/tcp DB
I open http://localhost:8081 but nothing is showing. Message: Can't connect. Also http://localhost:8080 is a white webpage. It loads but without content.
My Apache version:
httpd -v
Server version: Apache/2.4.6 (CentOS)
Server built: Nov 16 2020 16:18:20
I have a Windows host machine and I am connecting via ssh to a CentOS VM. I have also installed SimpleSAMLphp in the VM, and I can access to it from Windows at https://localhost:8443/simplesaml/module.php
I need to make Moodle work. I have read forum topics, tried different ways to install Moodle but still can't achieve what I want. It must be installed in CentOS.
Thanks in advance and I hope you could help me.
What's up friends.
The hosting is forcing me to update, since they updated PHP version to 7.4.
I was running a 3.2.9 moodle, I wanted to go to 3.8 and it didn't let me and then I tried 3.4.9 and neither.
Now I'm going to try a version 3.6. Do you think it will work?
Thank you
I have installed moodle 3.9.7 and I've installed php-gd 7.2 but I'm still getting the error "The GD extension is now required by Moodle for image conversion."
How to overcome this issue in aws ?