by Chris Richter | Sep 20, 2019 | Moodle, Moodle administrators
DO NOT CHANGE ANY SETTINGS IN YOUR MOODLE CONFIG FILE UNLESS YOU REALLY KNOW WHAT YOU ARE DOING AS YOU COULD CAUSE ISSUES WITH YOUR MOODLE SERVER Hopefully you will not need to do this but there will probably come a time when someone needs to change the config.php...
by Chris Richter | Sep 6, 2019 | Moodle, Moodle administrators
This is something you should not have to do on production but you may need to do this on your staging server to check changes when testing plugins or new features. CRON is a command line function that calls certain tasks in Moodle to make database changes, move files...
by Chris Richter | Sep 4, 2019 | Moodle, Moodle administrators
When things go a little crazy and people are asking why icons are missing or why a theme change hasn’t come through, this could be a sign to clear the Moodle Cache. This is not the Browser Cache which can be cleared by various means in each browser....
by Chris Richter | Sep 3, 2019 | Moodle, Moodle administrators
Someone will undoubtedly do something wrong or an issue will arise where you need to go searching through the log files. Moodle has its own log files. Site administration > Reports > Logs You can select from the different filters to decide what data you need....
by Chris Richter | Sep 1, 2019 | Moodle, Moodle administrators
WARNING: On your production server you should never have to do this unless there is absolutely no other choice. Use the log files instead. Warning: Do not do this unless you really know what you are doing. In Moodle On your staging server, turning on debugging helps...
by Chris Richter | Aug 11, 2019 | Moodle, Moodle administrators
If you haven’t discovered what CRON is yet… Check this out first. How to run-cron-manually When you run CRON it runs a collection of tasks. You can see what these tasks are by going to the Scheduled tasks list. Site administration > Server >...