Change IP Address to Web Address
by Eman I.S. Hi all, I have a Moodle website running using IP address i.e. the IP address is the URL. How can I change this IP to be a URL? I tried the replace tool from admin, but noting changed.Thanks!
View ArticleCopy production site to DEV
by Ben Kahn. Hello, I have a production site that is running fine but I want to set-up a new dev site on another server. My moodledata folder and database are large and I don't have resources on the...
View ArticleRe: Copy production site to DEV
by Ken Task. One can certainly migrate a copy of production site to dev, but without moodledata/filedir then one would end up with many many many links to files (PDF/video's/audio's/images in...
View ArticleRe: Installing SSL on Moodle4Mac
by choco lite. Simply this software is also good but you need this tool as well Mia Khalifa
View ArticleRe: moodledata directory ownership
by Visvanath Ratnaweera. If you are really keen, here are the https://docs.moodle.org/36/en/Security_recommendations#Most_secure.2Fparanoid_file_permissions.
View ArticleRe: Copy production site to DEV
by Visvanath Ratnaweera. No. Even on the same server it is still a https://docs.moodle.org/en/Moodle_migration.
View ArticleRe: Change IP Address to Web Address
by Visvanath Ratnaweera. In the file config.php which is in the Moodle code directory, change $CFG->wwwroot = 'http://the.ip.address'; to $CFG->wwwroot = 'http://the.web.address'; You might have...
View ArticleRe: moodledata directory ownership
by Visvanath Ratnaweera. Well, chmod should differentiate between files and directories. So the correct command is `find /path/to/moodledata -type f -exec chmod XXX {} \;` for files and -type d for...
View ArticleInstalling Moodle 3.5 LTS - outdated step-by-step guide?
by Robert Andersson. Hi, I have seen there is a "Installation quick guide" (https://docs.moodle.org/36/en/Installation_quick_guide) that seems to be installing Moodle 3.5 LTS which is what I want.My...
View ArticleRe: upgrade from version 3.1.1+ to 3.5.1+
by Mary Stephenson. Hi - we are having the same problem, are you able to share how you resolved it?
View ArticleRe: Copy production site to DEV
by Ben Kahn. Ken, thanks for the reply. I already currently have a dev set-up similar to what you suggested - stood up a new site with the same codebase. It just seems like too much work to try and...
View ArticleRe: Installing Moodle 3.5 LTS - outdated step-by-step guide?
by Visvanath Ratnaweera. Hi You wrote:> I have seen there is a "Installation quick guide" (https://docs.moodle.org/36/en/Installation_quick_guide) that seems to be installing Moodle 3.5 LTS which...
View ArticleRe: Copy production site to DEV
by Ken Task. 'terms of plugins, authentication, integrations' ... Well ... let's play devils advocate here .... for a total crash/disaster recovery kinda thing ... and it's finally decided that one...
View ArticleRe: Copy production site to DEV
by Ben Kahn. We have 58 "additional" plugins, so a lot to configure 1 by 1. I understand there will be work to do setting up a dev site properly (turning of email, etc).Not particularly worried about...
View Article3.6.1 json error
by Ken Krige. I recently upgrade from Moodle 3.2 to Moodle 3.6.1+ (Build: 20181220)I simultaneously upgraded php to PHP 7.2.10-0ubuntu0.18.04.1 (cli) (built: Sep 13 2018 13:45:02) Two problems we are...
View ArticleRe: Copy production site to DEV
by Ken Task. Wow! 58!! Got linux?Suggestion ...On your dev instance, install moosh.There is a moosh command that will check on plugins ... latest versions in Moodle...
View ArticleRe: 3.6.1 json error
by Matteo Scaramuccia. Hi Ken,you should look at the actual HTTP Response firing up the Developer Tools of your browser: the Moodle code in your browser is expecting a JSON based reply from the server...
View ArticleRe: Change IP Address to Web Address
by Eman I.S. Hi Visvanath, Thanks for your reply! I can't find config.php file in my Moodle setup files. Each theme has a config.php and it doesn't contain wwwroot. Kindly advise.
View ArticleRe: Change IP Address to Web Address
by Visvanath Ratnaweera. It is in the Moodle code directory, top level. Who has installed Moodle? You can not install Moodle without looking at its config.php!https://docs.moodle.org/en/Installing_Moodle
View ArticleRe: Can't use apache/www-data to run commands, which user should be used?
by Ken Task. When the bash shell environment doesn't find php-cli it might be due to environmental paths of the user.As the user in a bash shell, type 'env' and look for the $PATH.Once one finds the...
View Article