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

37 Topics 308 Posts
  • Moodle - Package Updates

    Pinned
    50
    2 Votes
    50 Posts
    4k Views
    Package UpdatesP

    [2.6.0]

    Update Moodle to 4.5.0 Release notes
  • LDAP-module cannot connect

    Solved
    3
    1 Votes
    3 Posts
    27 Views
    H

    Thank you, i was uninstall and install it again, it works!

  • Upgrading to 4.5 is not working

    Unsolved
    2
    0 Votes
    2 Posts
    29 Views
    nebulonN

    Do you see any errors in the app logs?

  • Issue embedding iframes

    9
    1 Votes
    9 Posts
    182 Views
    C

    @gdeflaux I am not familiar with Moodle but I have seen Wordpress plugins strip certain tags to prevent potential XSS issues. It became necessary to restructure working content and the theme files to restore functionality that was broken. I would suggest making sure that you know how the CMS handles iframes before adjusting the CSP. LAMP stacks can adjust CSP via .htaccess, PHP header commands, and HTML <meta> directives. Good luck peeling back layers of the onion.

  • Can someone help me embed this editor.md on Moodle?

    7
    0 Votes
    7 Posts
    145 Views
    T

    Go to preference
    image.png

    Change "editor preference" to "plain text area"
    image.png

    Turn on the "Edit Mode" and add an activity or resource, select page

    image.png

    Then, copy and paste the following code:

    <link href="https://unpkg.com/editor.md/css/editormd.min.css" rel="stylesheet" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> <script src="https://unpkg.com/editor.md/editormd.min.js"></script> <div id="editor"> <textarea style="display: none;"></textarea> </div> <script type="text/javascript"> $(function () { var editor = editormd("editor", { width: "100%", height: "100%", path: "https://unpkg.com/editor.md/lib/" }); }); </script>
  • 0 Votes
    18 Posts
    528 Views
    T

    image.png

  • Course File Structure

    2
    0 Votes
    2 Posts
    151 Views
    girishG

    Not sure where moodle places the files but it must be somewhere in /app/data . You can always use the web terminal and the find command to locate it . Then , navigate to that folder via the file manager.

  • Unable to Import a Moodle Course

    Solved
    3
    1 Votes
    3 Posts
    183 Views
    BenoitB

    But no! What a careless mistake! I didn't even see it 🙂 Thank you! All is ok now

  • Deploying moodle

    11
    1 Votes
    11 Posts
    860 Views
    girishG

    @taowang yes, since we have cloudron backups (which are app level), we disable the backups inside the app.

  • Migrated Moodle to new Cloudron and admin users lost their capabilities

    7
    0 Votes
    7 Posts
    292 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
  • Current Moodle version not being consistent with last release (2.4.0)

    2
    1 Votes
    2 Posts
    186 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
    296 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
    397 Views
    G

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

  • Using DigitalOcean Spaces to store moodledata directory as volumes

    6
    1 Votes
    6 Posts
    502 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
    4k 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
    394 Views
    luckowL

    @nebulon other use case. I will test this.

  • cron + max_input are missing by default

    Solved
    3
    1 Votes
    3 Posts
    470 Views
    girishG

    @JOduMonT Both issues are fixed in the latest package.

  • Moodle 4.0

    12
    3 Votes
    12 Posts
    1k Views
    jdaviescoatesJ

    @girish woohoo!

  • Moodle Security Check - File Permissions

    Solved
    3
    1 Votes
    3 Posts
    2k Views
    girishG

    I have pushed a new package.