Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Moodle

30 Topics 257 Posts
  • Moodle - Package Updates

    Pinned
    45
    2 Votes
    45 Posts
    1k Views
    girishG

    [2.5.0]

    Update Moodle to 4.4.0 Release notes
  • Deploying moodle

    9
    1 Votes
    9 Posts
    74 Views
    T

    That's great! PostgreSQL seems more robust than Mariadb.

    I am new to Moodel. I tried Coolify and Caprover. They are using the Bitnami image which is extremely hard to upgrade. It doesn't pull the latest image.

    And just today, I followed the official moodle installation tutorial. Honestly, it is quite complicated, especially for a non-technical educator.

    Cloudron is probably the only platform that achieves the balance between the simplicity of the one click installation approach and the sustainability of the official installation approach.

    I will dive deeper into Cloudron in the following weeks. And I will share my feedback with you guys.

    Awesome work!

  • 0 Votes
    7 Posts
    82 Views
    girishG

    OK, that's strange! Let us know if you figure out what changed.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • 1 Votes
    2 Posts
    51 Views
    girishG

    It seems to be correct here in a test install:

    image.png

    What is the package version you are running ? If you go the Cloudron Dashboard -> App -> Update . It will show the package version . Latest package is 2.4.0 which contains Moodle 4.3.0

  • No notification on plugin updates

    Solved
    4
    1 Votes
    4 Posts
    97 Views
    G

    Thanks for your quick reaction on this matter! With the new version update I am able to get those notifications!
    Best regards
    Gio

  • Importing database(activitity) presets is not working

    Solved
    5
    1 Votes
    5 Posts
    123 Views
    G

    Great! Thank you so much, the new update solved the problem!

  • 1 Votes
    6 Posts
    134 Views
    girishG

    @andirahmat yes, block storage is the correct thing to use for app data directory. But even in block storage, some filesystems like CIFS are not suited (since they don't have permissions and symlink support either). Of course, other filesystems like FAT, NTFS etc are totally out of question.

  • 4 Votes
    22 Posts
    2k Views
    jdaviescoatesJ

    @ccfu said in No Mails from Moodle - PHP Error in Cron / Scheduled Task for sending E-Mails:

    @jdaviescoates

    I made sure to remove the queued adhoc tasks before updating to prevent that from happening and users receiving notifications of past events. At least you now know that adhoc tasks are working again in your installation 😆

    Thankfully in my case I don't yet actually have any users. I just installed to have a play around (because I do have plans to run some online courses) and haven't even really got around to doing that yet

  • Moodle & OpenID Connect Provider (beta)

    3
    4 Votes
    3 Posts
    204 Views
    luckowL

    @nebulon other use case. I will test this.

  • cron + max_input are missing by default

    Solved
    3
    1 Votes
    3 Posts
    284 Views
    girishG

    @JOduMonT Both issues are fixed in the latest package.

  • Moodle 4.0

    12
    3 Votes
    12 Posts
    540 Views
    jdaviescoatesJ

    @girish woohoo!

  • Moodle Security Check - File Permissions

    Solved
    3
    1 Votes
    3 Posts
    2k Views
    girishG

    I have pushed a new package.

  • How to enable Email-based self-registration ?

    Solved
    9
    1 Votes
    9 Posts
    669 Views
    girishG

    @rost I think there is a bug in our migration script. If you open /app/data/moodle/config.php, there will be a line $CFG->auth = 'ldap'; . Can you delete that line and try if it works after that? You will have to refresh the browser page.

    Also, the LDAP details you see pre-filled are the Cloudron LDAP (172.18.x.x is the internal server/docker network). If you want to disable LDAP, please start afresh. We only support setting the LDAP flag at install time. It cannot be changed post installation (this is a limitation across all apps at this moment).

  • 0 Votes
    5 Posts
    1k Views
    luckowL

    @sonia let me asked another question. How did you enable the shibboleth Plugin in moodle? When I clicked on 34880a94-639e-4f62-8c3b-5dea9e82a262-image.png
    nothing happens.

  • 0 Votes
    4 Posts
    458 Views
    S

    @girish I have both HDD and SSD

  • Make sendmail optional

    Solved
    4
    0 Votes
    4 Posts
    270 Views
    ?

    @girish Whoops, thanks! I'll keep that in mind for next time.

  • 0 Votes
    12 Posts
    736 Views
    girishG

    @martinkbs Ah, I missed it that it's trying to transfer the database. Indeed, postgresql is the internal name. There is no public endpoint. What you have to do is to export the postgresql dump from the old instance and import it into Cloudron by hand. Please see https://docs.cloudron.io/guides/import-postgresql/

  • App update to latest version failed with ERROR

    13
    0 Votes
    13 Posts
    678 Views
    imc67I

    @girish update went fine!!! Thanks!

    Indeed there where 40K+ session files, they are all gone now.

    I do see a new folder “Moodle-prev-do-not-touch” 🙂

  • 40k session files ?!

    Solved
    3
    0 Votes
    3 Posts
    194 Views
    girishG

    I have moved sessions to redis in the upcoming package.