Re: Git local changes
by Kevin von Spiczak. Thank you, I just realized, that the changes should be only new files that were not in git previously. All the other changes, actually change files that are part of the moodle...
View Articlephp Fatal Errors, memory exhaustion, limit 512mb
by Paul L. Started seeing more fatal errors (see below) regarding memory exhausted after recently upgrading moodle and php. Currently using php memory_limit of 512mb which I thought was on the high...
View ArticleRe: php Fatal Errors, memory exhaustion, limit 512mb
by Howard Miller. I definitely wouldn't recommend using the database for session storage. I would encourage you to look into Redis, but failing that switch to file sessions.
View ArticleRe: OPcache and WinCache working together, or can only one or the other be...
by Paul L. Thanks for all the great info on wincache. Since we are on moodle 3.3 and the caching plugin doesnt appear to be supported beyond v3.0 I wasnt planning on pursuing this. I am looking into...
View ArticleRe: The page isn't redirecting properly with Fresh installation
by María Campos. Thanks for this information. It worked good on my website Cheers, María
View ArticleRe: Migrated to new host & now no images showing
by Tina Smith. Sorry, I have no idea, but hopefully someone else does.
View ArticleRe: Migrated to new host & now no images showing
by Tina Smith. OK, I contacted support about my Putty issue and found that I have to load the key every time I use it...ok, now that I know that, no problem.So I got that working again.But I was so...
View ArticleProblems updating to Moodle 3.5 with MySQL 8.0 and mod_chat
by Debbie Unterseher. The following was sent from my IT person, and might be helpful to others:We had problems updating to Moodle 3.5 using MySQL 8.0 because the word system is a reserved word. Had...
View ArticleRe: Problems updating to Moodle 3.5 with MySQL 8.0 and mod_chat
by Matteo Scaramuccia. Hi Debbie,TNX for sharing your issue and solution too: when working at MDL-60793 we believed people would jump to 3.5 via 3.3 or 3.4 - by updating first to the latest...
View ArticleRe: Migrated to new host & now no images showing
by Howard Miller. I would normally say - and I think I have - that doing a fresh install is pointless because you're just going to overwrite it with your backed-up data. And that's true. However,...
View ArticleRe: Migrated to new host & now no images showing
by Howard Miller. You should really start a new thread - I don't think your problem is related at all. However - the answer to your *specific* question is simple. The optional theme you are using is...
View ArticleRe: wincache for IIS 10 - how to configure
by Heather P. Thank you. We definitely need to look at balancing I think. I think we have addressed disk speeds this time, fingers crossed at least.We are moving to Microsoft SQL and away from MySQL...
View ArticleRe: master-master replication and auto increment offset
by ronny lippold. hi ... maybe more explanationthat means:if you have an auto increment field, like user is you will get on insert on master1:1,3,5,7and if you switch to master2:2,4,6,8some...
View ArticleRe: master-master replication and auto increment offset
by Matteo Scaramuccia. Hi Ronny,you don't need to bother about how auto increment fields are managed in the database server: when Moodle will create new entities, they will be properly referenced...
View ArticleRe: master-master replication and auto increment offset
by Ken Task. Tinkered with master-slave before but didn't run any site that I thought would justify the time spent. Having said that, did a little digging (revisiting) and discovered (am not a...
View ArticleRe: OPcache and WinCache working together, or can only one or the other be...
by Usman Asar. Paul, just OpCache would work fine on its own as it's recommended by moodle developers as well, rest depends on your own server configuration, if you have SSD drives then raw PHP 7...
View Articleoutgoing mail settings error
by Anirban Singha. Hello, everyone!!Please help me out with this:2018-07-06 11:30:11 Connection: opening to webmail.mdkgcollege.edu.in:25, timeout=300, options=array() 2018-07-06 11:30:12 Connection:...
View ArticleRe: outgoing mail settings error
by Visvanath Ratnaweera. It says wrong crendentials. One way of checking them is to configure Thunderbird to send mail through this SMTP server.
View ArticleError when Updating Moodle 3.1 (Build 20160623) to Moodle 3.3 or higher
by Andy Hamm. Hello,First, pardon my ignorance. I am a high school math and science teacher who got sick and tired of grading thousands of pages of papers and waiting for my rural, small school...
View Article