Moodle with NGINX Layer 7 loadbalancing
by Dinesh Kumar. Dear All,We already setup moodle in a separate domain"www.example.com", and we want to integrate it with other services, so we are moving to "www.example.com/moodle" by enabling NGINX...
View ArticleRe: Moodle Installation with database mongodb
by Howard Miller. It's not a supported database. It's not really a database in the sense that MySQL, Postgresql etc. are
View ArticleRe: Unexpected end of JSON input after migrating/upgrading
by Leon Stringer. Have you tried this from another computer? Looking at the captures there are requests to Kaspersky Labs that respond with 503 Service Unavailable. So I'm wondering if there's some...
View ArticleRe: Css and Js not working on boost and clean theme after upgrade
by Leon Stringer. Try the following:Enable debugging (example here). If you can't get to the page in Moodle, add the lines to config.php (example here).Edit line 27 of theme/styles.php commenting out...
View ArticleRe: Coding error detected, it must be fixed by a programmer: Failed to...
by Emma Richardson. I would initially suspect a permissions issue - check your moodledata folder has the correct permissions.
View Articlemoodle 3.10 installation problem
by ภาณุพงศ์ ปรึกษา. Dear everyone i'm first timer hereI used to installing older moodle with nginx (maybe version 3.6 or something)today i need to install new moodle 3.10 instance with nginx and i get...
View ArticleRe: Moodle with NGINX Layer 7 loadbalancing
by Matt T. There's really two stages of this process. First, changing the URL configuration in Moodle. Secondly, configuring the reverse proxy, and configuring Moodle to work properly with it. 1. Take...
View ArticleRe: moodle 3.10 installation problem
by ภาณุพงศ์ ปรึกษา. If you guys want some environment specification here it is OS: Ubuntu 20.04 LTS Web server: NGINX 1.18 PHP: PHP-FPM 7.4Database: MariaDB 10.5.8
View ArticleRe: moodle 3.10 installation problem
by Matt T. Did you configure nginx as specified in the link below?https://docs.moodle.org/310/en/Nginx
View ArticleRe: moodle 3.10 installation problem
by ภาณุพงศ์ ปรึกษา. I copied location config from their just change cgi pass to my php sock and changing root folder path
View ArticleRe: Not getting forum e-mail notifications
by Matt T. I'm not a big fan of Moodle notification emails. They are styled and structured in a way that makes them apt to trigger spam filters. In that respect there's not a lot you can do, other...
View ArticleRe: Moodle Version not showing up after upgrade
by Brijesh Kothari. Hi, I am Brijesh Kothari from the Softaculous team. Sorry for the inconvenience caused. We do have a check which determines the current Moodle version and does not allow to upgrade...
View ArticleRe: Moodle Version not showing up after upgrade
by Matt T. The only way to guarantee that your software will be supported by Moodle is to install it, configure it, and upgrade it, using a method that is supported by Moodle. Your concern that you...
View ArticleRe: Moodle Version not showing up after upgrade
by Walter DeMoss. Well done jumping in. I host and manage all my own apps but it is great to see Softaculous responding.
View ArticleFailed to unserialise data from file. Either failed to read, or failed to write.
by Klaus Steitz. Hi!Already for several months we are encounting that error:"Failed to unserialise data from file. Either failed to read, or failed to write."In the frontend we noticed it in two...
View ArticleRe: Failed to unserialise data from file. Either failed to read, or failed to...
by Howard Miller. Do you have one of the optional plugins installed for workshop allocation?
View ArticleRe: Moodle Version not showing up after upgrade
by Dr. Nellie Deutsch. Matt, Your statement, that "there's a pretty good setup guide now, and followed carefully, it will work", sounds great. However, I am constantly reading about problems with the...
View ArticleRe: Failed to unserialise data from file. Either failed to read, or failed to...
by Klaus Steitz. Hi Howard, thanks for your quick reply! We are jurst using the core workshop plugin, excerpt attached. There isn´t even any workshop-activity yet on one moodle-system, where the error...
View ArticleRe: Failed to unserialise data from file. Either failed to read, or failed to...
by Howard Miller. Ok... how is your cache configured?
View ArticleRe: Failed to unserialise data from file. Either failed to read, or failed to...
by Klaus Steitz. We are using mostly the standard-configuration plus memcached php-extension installed (same webserver). We have two webservers behind a LoadBalancer, but at the moment only one...
View Article