"There are no categories or existing courses you can restore to."
by Nathan Huff. I'm running Moodle 2.6 on what is essentially a LAMP stack via Amazon AWS / EC2.I downloaded a backup file from the Mt. Orange Demo (http://school.demo.moodle.net/) via "Front Page...
View ArticleRe: "There are no categories or existing courses you can restore to."
by Mary Cooch. Hello there. First, I found a bug relating to this here MDL-44821 but you seem to have already tried creating a new course and category. Which School demo course is it - is it one with...
View ArticleCustom backup code has trouble with File Cache
by Ray Hernandez. My environment:Mac OS X MavericksZend Server 6.1.0(PHP 5.4)Postgres 9.3So I've made a custom module for Moodle that required me to write backup and restore code. The backup and...
View ArticleRe: duplicate news forum on backup/restore/import
by steve miley. This is a patch I've deployed to solve this problem of offering the news forum as an item to backup/restore. Basically a mod to not display any forum of type news in the user interface...
View ArticleRe: "There are no categories or existing courses you can restore to."
by Przemek Kaszubski. You need to "own" (be a teacher in) a second course on your Moodle. Imports and restorations do work then.
View ArticleCourse Backups Not Deleting
by Janet Smith. We ran into a problem with course backups not deleting in Moodle 2.3.2. We have selected to keep only 1 backup. We saw bug report MDL-33531 and realized the issue started occurring...
View ArticleChange restore setting keep_roles_and_enrolments to yes
by Ângelo Rigo. HiHow can i change the code to have yes, for the default option , when restoring a course i am looking for this setting : setting_course_keep_roles_and_enrolments .I can not find in...
View ArticleRe: Change restore setting keep_roles_and_enrolments to yes
by Ângelo Rigo. I comment in the backup/util/ui/restore_ui.class.php file in the execute method these line :if ($this->controller->get_target() == backup::TARGET_CURRENT_DELETING ||...
View ArticleRe: Change restore setting keep_roles_and_enrolments to yes
by Ângelo Rigo. I just found the setting in the restore_course_task.class.php
View ArticleRe: Multiple course restore to one or multiple Moodle sites
by vinoth kannan. Hi,when i click on try it free button nothing happens. Please tell me is there any error.ThanksVinoth
View ArticleRe: Multiple course restore to one or multiple Moodle sites
by Anatoliy Kochnev. Hello Vinoth,there is no error. It opens in modular window. What browser are you using?Please remember, this is only a demo version and can be only used for testing purposes. I am...
View ArticleRe: Invalid JSON String Internal Server Error
by Luis de Vasconcelos. For anybody who still struggles with this, the solution is to increase the "Maximum allowed content length" Request Filtering value in IIS to a value larger than the size of...
View ArticleRe: Error writing to database
by Luna Llena. I am using Moodle 2.6 and I didn't have any problem with cron until today that shows "error writing to database". I do not what to do because I...
View ArticleTeachers backing up users in moodle 2.5
by Christina Dempsey. Is there any way for the system admin to give permission to teachers to back up users and user info when making a backup in 2.5? If there is documentation could you direct me to...
View ArticleRe: Teachers backing up users in moodle 2.5
by Colin Fraser. In the Backup process there is a screen that asks the Teacher what they want to back up, and gives a choice as to the course, sections of the course, Users, User Data, User Gradebook...
View ArticleError writing to database Moodle 2.6
by Luna Llena. I am using Moodle 2.6 and I didn't have any problem with cron until yesterday that shows "error writing to database". I do not know what to do because I...
View ArticleRe: Error writing to database Moodle 2.6
by Emma Richardson. Error writing to database could be a multitude of things. Please turn on debugging and post the full error.
View ArticleRe: Error writing to database Moodle 2.6
by Ken Task. All those variables have to do with PHP. If your development environment (local Winders install) NOT the same as production (remotely hosted on a shared plan running Linux), then really...
View Article500 Internal Server Error while restoring a large course. Finally solved for me.
by Peter Halverson. Hi all,I'd like to relate a few things I learned, in the hope it will help others.500 Internal Server Error is just dreadful. It usually comes up after a long wait, such as a...
View ArticleRe: Unable to Perform Backups in Moodle 2.5
by Larry Elchuck. A bit of a discovery on my particular generation of this error "cannot_finish_ui_if_not_setting_ui" I have the topcoll format installed and the mdl_format_topcoll_settings table was...
View Article