Backup Issue
by Tarek Raslan. Hi aLL,Hope somebody can help me with this, When any admin user login to the portal it downloads a backup of a course as shown in the picture.i logged out 3 times and logged in again...
View ArticleBackup and import into other CMS
by Scott Yamahata. I am a high school teacher using a system called NEO CMS. It has an import feature for Moodle.In Moodle, I create a Moodle backup (not an IMS Common Cartridge) and then import it...
View ArticleRe: Backup and import into other CMS
by Ken Task. Sounds like a problem with NEO.Test. If you can un-tar/un-zip a Moodle backup on a local machine and it un-tars or un-zips without error ... and one has or sees a moodle_backup.xml file...
View ArticleRe: Backup Issue
by Emma Richardson. It sounds like something has redirected the login page to the backup file. I would suspect that your site has been hacked maybe. Start by looking at the source code for your...
View ArticleRestore issue
by David Price. HiI have a moodle site that hangs each time I try to restore.I have had debugging on full and I get this message during the restore session;Before calling format_text(), the content...
View ArticleRe: Restore issue
by Ken Task. Next ... provide some more info, please.Version of Moodle (both instances where you tried to restore), OS (Linux/Windows), remotely hosted? IF so, where? (provider) etc.Then check in...
View ArticleRe: Programmatic backup and restore
by ivan Rivas. Hello perry, i'm interesting about this theme, i need do a complete backup of a course of moodle using php code.(Notes, users enrollment, attendance, blocks, material,bank's questions,...
View ArticleRe: Programmatic backup and restore
by Emma Richardson. Why not use the Moodle course backup? It does everything you are looking for?
View ArticleRe: Programmatic backup and restore
by ivan Rivas. Hello Emma, yes i know, but i'm building an integrated system for moodle, and i need to do backups, also, the the Moodle course backup, only make 1 backup per time.With a php code, i...
View ArticleRe: Programmatic backup and restore
by Perry Way. Hello Ivan,At first, I wanted to eliminate users and grades from my backups, but while I followed the process that seems to be employed when interactively selecting certain items and...
View ArticleRe: Programmatic backup and restore
by Emma Richardson. But the php code is there in Moodle so you should be able to take that and adjust is as you need.
View ArticleRe: Programmatic backup and restore
by ivan Rivas. hello perry, really thanks very much for help me, but there are some details that i don't understand (excuse me i'm new on this plataform), for example :1. When i add the code line...
View ArticleRe: Programmatic backup and restore
by Perry Way. Ivan,A CLI script is a Command Line Interface script. It's not a web-application script. I built my script to run at the command line, not through a web server for a number of reasons,...
View ArticleCoding error during restore/import
by Mateusz Szuter. Hello,I'm trying to restore my course template. Only 'structure' - there are only blocks and activities. When I hit restore/import, go through the procedure I got following error...
View ArticleRe: Coding error during restore/import
by Emma Richardson. How was the backup made in the first place? Are you just using the built in backup restore process? What version of Moodle was the course backed up and are you trying to restore...
View ArticleRe: Programmatic backup and restore
by ivan Rivas. oh i undrestand, what happens is that i'm executing this script with ajax request, no directly since navigator, and this actions only be executed on the end of the ciclo.the second...
View ArticleRe: Programmatic backup and restore
by Perry Way. If you're using mysqli, you could use the query() method to retrieve records with that SQL statement. That's what I use.Here's a snippet to illustrate that: $backup =...
View ArticleRe: Programmatic backup and restore
by ivan Rivas. yes perry, i revised the code and those files are not in the Moodledata files system at the time i performed the backup.thanks for all, i'm really grateful with you
View ArticleOdp: Re: Coding error during restore/import
by Mateusz Szuter. Thanks Emma for your reply.I'm making a backup in a normal way - by course admin tab. Moodle version is 3.0.3, backup is 3.0.3 too. I restore course either making a new course and...
View ArticleRe: Odp: Re: Coding error during restore/import
by Emma Richardson. The role mapping issue is very strange especially if this is all in one Moodle. I would guess that either something is corrupted in your install or you have a plugin that is...
View Article