Switched to HTTPS - images now broken
by Alex Vanden Bosch. Hi all!Recently we changed our site to HTTPS (security, hooray!) but in doing so, when we export a course to restore elsewhere the images do not show on that build (boo,...
View ArticleRe: Switched to HTTPS - images now broken
by Ken Task. Run 'Search and Replace' toolhttps://yoursite/admin/tool/replace/search for http://yoursite/replace with https://yoursite/Uhhh ... make sure you have a backup of your DB first. Now that...
View ArticleRe: Switched to HTTPS - images now broken
by Emma Richardson. Are you saying that you are exporting the course to a different moodle installation? If you are on the same site, Ken is right on the replace tool but if it is on a different site...
View ArticleRe: HELP: Backup an unreleated course is restoring previous activities in...
by Andrew Normore. Hello everyone, and thank you SO MUCH for your assistance.It has been the entire weekend, and two work days, with out any reports of incident!It appears that using individual...
View ArticleAutomated Backup Database Table
by Nadirshah Ferozepurwalla. Where is the record for automated backups saved in database? A automated backup report is generated then surely it must be saved in db somewhere.I would like to find the...
View ArticleRe: HELP: Backup an unreleated course is restoring previous activities in...
by Andrew Normore. I got a message this morning, old content that was deleted from a course is now back. Back to the drawing board.
View ArticleRe: HELP: Backup an unreleated course is restoring previous activities in...
by Emma Richardson. Have you been through Ken's response - have you check the names of the databases? And then the config.php files in the Moodle installations?Is this just happening with one course?...
View ArticleRe: Switched to HTTPS - images now broken
by Alex Vanden Bosch. Hi Ken,Apologies for the delayed reply, I wanted to test it first and for that I needed to check we had a back up, etc... Aaaanyway, that worked a treat! Thank you very much for...
View ArticleRe: Switched to HTTPS - images now broken
by Alex Vanden Bosch. Hi Emma,Thanks for the response! As mentioned above, Ken nailed it All is working as it should be (so far, anyway)
View ArticleRe: HELP: Backup an unreleated course is restoring previous activities in...
by Andrew Normore. Yeah I've checked through all the config settings, it's pretty straight forward. Been doing it for over a decade... It's occurring from 2 different Moodle installs, when a restore...
View ArticleRe: Programmatic backup and restore
by Ranil Peiris. Hi PerryThank you for sharing your experience. I also want to do the same. Please can you share the code? or give some advices. I am using Moodle 3.2 now.Thank youRanil
View ArticleRe: HELP: Backup an unreleated course is restoring previous activities in...
by Ken Task. 2.4 and 2.7 are quite old ... neither supported for fixes now - if it is a bug. Don't re-call anyone ever reporting such a problem.No longer have a 2.4 nor a 2.7 now to see if I could...
View ArticleError writing in database during course restoring
by Павел Ломов. I want clone a course. So I created it's backup and tried to restore it as a new course.I got error writing in database (see screenshot)I enabled log (in config file)$CFG->debug =...
View ArticleCourse restore to localhost hangs
by Doug Smith. Hello,I'm trying to restore a 275 MB course into Moodle 3.1 I've tried uploading the course but my server gives me an error. I also tried to create a new user repository, uploaded the...
View ArticleRe: Course restore to localhost hangs
by Ken Task. 'gives me an error' ... could you provide some more info about that?Can see the progress indicator appears to stop on uploading but other than that no specific information to go on to...
View ArticleRe: Course restore to localhost hangs
by Paul Raper. I have had the same problem. Many hosting sites have a fairly low file upload setting for files which means that by default the Moodle file upload size allowed is also something fairly...
View ArticleRe: Course restore to localhost hangs
by Paul Raper. I have Moodle 3.3.2 running on a Linux Debian server. My max file upload size set in PHP is 600MB so should be well enough for most files.I'm trying to restore a backup file made on...
View ArticleRe: Course restore to localhost hangs
by Ken Task. @Paul That error isn't really a moodle error nor a php error. Think it could be something in front of Moodle. Reasons for such an error could be many ...Please...
View ArticleRe: Course restore to localhost hangs
by Emma Richardson. Is Moodle seeing the file size? (Look at php info from moodle). Did you also set the post_max_size in php.ini?
View Article