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

39 Topics 316 Posts
  • Moodle - Package Updates

    Pinned
    52
    2 Votes
    52 Posts
    5k Views
    Package UpdatesP
    [2.6.2] Update moodle to 4.5.2
  • How to backup database

    Solved
    3
    1 Votes
    3 Posts
    114 Views
    H
    @nebulon Thank you
  • The Moodle user profile lastname is required

    Solved
    3
    2
    1 Votes
    3 Posts
    118 Views
    H
    @nebulon thank you
  • LDAP-module cannot connect

    Solved
    3
    1 Votes
    3 Posts
    149 Views
    H
    Thank you, i was uninstall and install it again, it works!
  • Upgrading to 4.5 is not working

    Unsolved
    2
    1
    0 Votes
    2 Posts
    94 Views
    nebulonN
    Do you see any errors in the app logs?
  • Issue embedding iframes

    9
    2
    1 Votes
    9 Posts
    660 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
    1
    0 Votes
    7 Posts
    341 Views
    T
    Go to preference [image: 1728070708966-584ccb2b-1ac5-4639-a201-a5f43d823058-image-resized.png] Change "editor preference" to "plain text area" [image: 1728070761442-9bbb4805-e0fd-4238-8ad5-eda9761eaa5b-image-resized.png] Turn on the "Edit Mode" and add an activity or resource, select page [image: 1728070926233-478cb6f2-c674-44d3-ab0a-9689bb5a7d2b-image-resized.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
    1k Views
    T
    [image: 1724319210408-295f317a-fabe-4891-959f-bbb3bea9fa89-image-resized.png]
  • Course File Structure

    2
    1
    0 Votes
    2 Posts
    224 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
    271 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
    1k 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
    492 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
    1 Votes
    2 Posts
    251 Views
    girishG
    It seems to be correct here in a test install: [image: 1707120164607-7f9aa340-458e-4313-a11c-83a680bbaab1-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
    1 Votes
    4 Posts
    421 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
    3
    1 Votes
    5 Posts
    536 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
    695 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
    4 Votes
    3 Posts
    481 Views
    luckowL
    @nebulon other use case. I will test this.
  • cron + max_input are missing by default

    Solved
    3
    1 Votes
    3 Posts
    517 Views
    girishG
    @JOduMonT Both issues are fixed in the latest package.