Re: git pull fails
by Dani Kaplan. ו have read it. This is exactly my case. But it applies to all files in the folder. Not just one. (for which your post had a solution)I did eventually a manual upgrade, but it wasnt...
View ArticleRe: git pull fails
by Howard Miller. If you (even using git) step from one major version to another then you will have to reinstall plugins and re-do any core changes you have made (don't make core changes). This isn't...
View ArticleRe: git pull fails
by Dani Kaplan. The issue with the plugings I need to re-install - that I loose all the settings I've done using them. That what happened to me this time.I think that updating in advance all the...
View ArticleRe: 2.7.1 Moodledata folder location
by Rick Jerz. "I understand that can make the Moodledata folder accessible to a hacker. Is this true? "To answer this question, yes, if you make a mistake with your installation, you can make your...
View ArticleRe: 2.7.1 Moodledata folder location
by Rick Jerz. So I think this is a very good example of how someone, who wants to run their own server and Moodle, needs to learn how to make sure that moodledata is in the correct place. If not, one...
View ArticleRe: Problem updating Moodle via Git - files changed?
by Ryan Foster. I thought that might be the case, and I had eventually found the config setting to ignore filemode changes. I'll try this as soon as I can. It might be worth mentioning in the Moodle...
View ArticleRe: Problem updating Moodle via Git - files changed?
by Howard Miller. Strictly speaking, changing the permissions *is* a change. If you want your local change recorded then... (from the root of your Moodle install)git add .git commit -m 'changing file...
View ArticleRe: git pull fails
by Howard Miller. Unless the plugin is completely rewritten and stores its config in a different way then the settings are not lost. You only loose the settings by deleting the plugin through the...
View ArticleRe: install; first time running
by Howard Miller. There have been several reports of this over the years and no satisfactory answer. My feeling is that something went wrong during installation and you didn't notice. I would start...
View ArticleTárgy: Re: Restoring 1.9 course into 2.8
by Gábor Katona. In the meanwhile I have found the following:1. Every used file (linked from course page, or used within e.g. questions) is indeed converted to the new storage system. BUT in addition...
View ArticleExport Moodle settings / clone site without content
by Gábor Katona. Is there a way to export all of Moodle site settings and then restore it to a new site?Alternatively how to clone a site without content (courses, users, categories, etc)?
View ArticleRe: MSSQL With Moodle
by Luis de Vasconcelos. Then the problem is in your php.ini file.Run PHPInfo() and see if the output contains a section for MSSQL and/or SQLSRV. If it doesn't then your PHP setup hasn't loaded the...
View ArticleRe: MSSQL With Moodle
by Luis de Vasconcelos. I'm not sure what "IIS Express" is, but when setting up Moodle you really shouldn't use the "Express" version of any Microsoft product. It's just asking for trouble - you'll...
View ArticleRe: Export Moodle settings / clone site without content
by Luis de Vasconcelos. I don't think there's a way to reset the entire site. The closest you'll get is to create a new blank site. But then you'll lose any customizations or custom site settings that...
View ArticleRe: After Admin page site hangs
by Luis de Vasconcelos. First thing I would do is check the server and PHP error logs for any messages that indicate what the problem could be.
View ArticleRe: Moodle 2.6.1 error writing to database
by Abdel-Rahman Abdel-Ghaffar. Thanks Pete, it worked just fine ))
View ArticleRe: install; first time running
by Willem Verster. Hi Howard,Thanks for the support. Hopefully this specific mystery has been resolved. I have opened a free hosting site which gives you access to 1 mysql databasis for the purposes...
View ArticleRe: MSSQL With Moodle
by Sara MAhmoud. Yes I did I got only this when I searched for MSSQL Configure Command cscript /nologo configure.js...
View ArticleRe: MSSQL With Moodle
by Sara MAhmoud. i changed the machine and followed the steps and it works fine Thanks ,
View ArticleRe: config.php and cache settings
by Ben Thomas. Interesting, that file seems to just be a PHP array. I tried using the local/defaults.php (https://github.com/moodle/moodle/tree/master/local) file but I couldn't seem to get the...
View Article