A Beginner's Guide to Installing Moodle 4.1 on Windows 11 with XAMPP

Поділитися
Вставка
  • Опубліковано 8 кві 2023
  • Are you looking for A Beginner's Guide to Installing Moodle 4.1 on Windows 11 with XAMPP.
    Look no further! In this video, we provide a beginner's guide to installing Moodle 4.1 on Windows 11 using XAMPP. XAMPP is a popular open-source platform that provides a complete web development environment for PHP and MySQL.
    Our step-by-step tutorial covers the installation of XAMPP, setting up a database, and the installation of Moodle 4.1. We also provide helpful tips and troubleshooting suggestions for a seamless installation process.
    Whether you're new to Moodle or just need a refresher on setting it up on Windows 11, this video has got you covered. With our easy-to-follow guide, you can have Moodle 4.1 up and running on Windows 11 in no time.
    Don't let the installation process intimidate you - with our expert tips and guidance, you can complete the installation process with confidence. So, sit back, relax, and get ready to start your Moodle journey!
    Links
    www.apachefriends.org/downloa...
    download.moodle.org/releases/...
    www.voidtools.com/downloads/
    notepad-plus-plus.org/downloads/
    ERROR
    =====
    C:\xampp\htdocs\moodle\lib\phpminimumversionlib.php
    Comment following
    // $error = "Moodle ${moodlerequirementchanged} or later requires at least PHP ${minimumversion}
    // . "(currently using version " . PHP_VERSION .").
    "
    // . "Some servers may have multiple PHP versions installed, are you using the correct executable?
    Add this instead
    // Recommended syntax
    echo "Your PHP version ({$phpversion}) is not supported. You need PHP 7.2.0 or later.";
    ERROR
    =====
    C:\xampp\htdocs\moodle\cache\classes\config.php
    Add following
    Look for
    class cache_config {
    Add following
    private $configlockmappings = array();
    Complete Course on Cloud Computing
    Cloud Computing Explained
    #XAMPP #MOODLE #CloudComputing #FullCourse #FreeEduHub #freeeducation
    Reference Material
    Cloud Computing, Second Edition
    ISBN: 9781284233971
    Reference Link: amzn.to/3HO931X
    A Beginner's Guide to Installing Moodle 4.1 on Windows 11 with XAMPP
    The Cloud Computing Book, 1st Edition
    The Future of Computing Explained
    ISBN# 9780367706807
    Reference Link: amzn.to/3Dd4UTK
    Join us on
    Twitter: / freeeduhub
    Telegram: t.me/joinchat/znKmlO7TBw0zZjFk
    Best Deals
    amzn.to/46dsZFT
    Best Coupons
    amzn.to/45SiR5b
    Digital Deals
    amzn.to/47fQwGT
    Warehouse Deals
    amzn.to/49iuS6M
    Your Queries:
    Moodle 4.1 installation on Windows 11
    Installing Moodle 4.1 on Windows 11 with XAMPP
    XAMPP installation guide for Moodle 4.1 on Windows 11
    Windows 11 Moodle 4.1 installation tutorial for beginners
    Step-by-step guide to install Moodle 4.1 on Windows 11 with XAMPP
    How to install Moodle 4.1 on Windows 11 using XAMPP for beginners
    Beginner's guide to set up Moodle 4.1 on Windows 11 with XAMPP
    Windows 11 and XAMPP installation for Moodle 4.1
    Troubleshooting tips for Moodle 4.1 installation on Windows 11 with XAMPP
    Requirements for installing Moodle 4.1 on Windows 11 with XAMPP
    Free Education Academy
    ~-~~-~~~-~~-~
    Please watch: "CISSP Domain 7 Security Operations | Urdu | Hindi |"
    • CISSP Domain 7 Securit...
    ~-~~-~~~-~~-~

КОМЕНТАРІ • 25

  • @grsthapit
    @grsthapit Рік тому

    Really good tutorial.

  • @user-rz5tg9he6p
    @user-rz5tg9he6p Місяць тому

    Exception - core\formatting::get_striptags(): Return value must be of type bool, null returned this error occurs after installing the pluings and after pressing continue button

    • @FreeEduHub
      @FreeEduHub  Місяць тому

      Check PHP version compatibility
      Temporarily disable the plugins to check if a plugin is acting up. You can goto config.php and add
      $CFG->disableallplugins = true;
      Redownload and install Moodle
      Make sure your configuration to connect to the DB are configured properly

  • @robertoestrella3065
    @robertoestrella3065 2 місяці тому

    Hello good day... Im following your video as my guide and in the part of the installation moodle i was stack already can't continue due to "admin/environment/database/mariadb (10.4.32-MariaDB)" and Environment - PHP extension sodium

    • @FreeEduHub
      @FreeEduHub  2 місяці тому

      Check Moodle Version Compatibility with MariaDB
      in php.ini enable sodium
      Restart XAMPP
      and then continue installation

  • @nountrending
    @nountrending Місяць тому

    I can't find continue option in 14:45. And also it's showing name : Database information: mysql (10.4.32-MariaDB) must be installed and enabled. Wrong $CFG - >dbtype. You need to change it in your config.php file from 'mysqli' to 'mariadb'.

    • @nountrending
      @nountrending Місяць тому

      Please kindly help 🙏

    • @FreeEduHub
      @FreeEduHub  Місяць тому +1

      You need to update moodle config.php
      For MariaDB look for or add
      $CFG->dbtype = 'mariadb';
      Save and restart Xampp
      Enable the following extensions in php.ini
      extension=mysqli
      extension=pdo_mysql

    • @nountrending
      @nountrending Місяць тому

      Thank you. Done

    • @nountrending
      @nountrending Місяць тому

      Please after I finished the installation process. This was the response I got "site can't be reached" "localhost redirected you too many times" error

    • @nountrending
      @nountrending Місяць тому

      I've cleared my cache and data I got the same response

  • @nountrending
    @nountrending Місяць тому

    Please I'm trying to login. I keep getting invalid login, try again. I've tried everything I know but I can't seem to pass through. Kindly help on what to do. Thank you 🙏

    • @FreeEduHub
      @FreeEduHub  Місяць тому

      check in your database, create a new admin account or reset the admin account password from the DB

    • @nountrending
      @nountrending Місяць тому

      ​@@FreeEduHub Thank you sir. But how do I do it?

    • @FreeEduHub
      @FreeEduHub  Місяць тому

      depends which DB are you using. If its MySQL use MySQL Workbench to manage the accounts in DB

    • @nountrending
      @nountrending Місяць тому

      @@FreeEduHub OK sir. I will have to download it separately?? And also how do I configure it too. Can I have a video tutorial sir and how to reset moodle admin password using mysql workbench??

    • @FreeEduHub
      @FreeEduHub  Місяць тому

      yes it will be installed separately
      Straight forward procedure

  • @m-qubepro2531
    @m-qubepro2531 6 місяців тому

    Really nice tutorial however I have followed through but got an error on Database which I choose Mariadb 10.4.32-mariadb
    Report shows: version 10.6.7 is required and you are running 10.4.32
    Also another error on Php_Extension Sodium, report shows must be installed and enable
    But using Php. Ini I already Uncoment it but it shows an error

    • @FreeEduHub
      @FreeEduHub  6 місяців тому

      Moodle 4.1 requires MariaDB version 10.6.7 or later. You're currently using version 10.4.32, which is not compatible. Try to manually update the DB
      Ensure that the extension=sodium line in the php.ini file is uncommented. The php.ini file is usually located in the php folder within your XAMPP installation directory.
      After making changes to php.ini, restart Apache from the XAMPP Control Panel to apply the changes.
      Check if the correct version of PHP is being used and that it supports the Sodium extension. Moodle 4.1 requires PHP version 7.3 or later.
      Verify if the Sodium extension is correctly installed in your PHP installation. You can check this by creating a PHP file with and accessing it through your browser. This will display your PHP configuration, including enabled extensions.
      If the extension is still not working, consider reinstalling PHP through XAMPP, ensuring that the Sodium extension is included in the installation.

  • @gabrielwillian3787
    @gabrielwillian3787 Місяць тому

    Error:
    Fatal error: Uncaught Error: Interface "core\output
    amed_templatable" not found in C:\xampp\htdocs\moodle\lib\outputcomponents.php:4113 Stack trace: #0 C:\xampp\htdocs\moodle\lib\outputlib.php(31): require_once() #1 C:\xampp\htdocs\moodle\install.php(207): require_once('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\moodle\lib\outputcomponents.php on line 4113
    SOS

    • @FreeEduHub
      @FreeEduHub  Місяць тому

      seems like some files are missing
      Check IIS_IUSRS permissions or Network Service
      Reinstall Moodle
      Check config.php for database details
      then restart Xampp and Reinstall