Backing Up New User Fields

Re: Backing Up New User Fields

by Eloy Lafuente (stronk7) -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Peer reviewers Picture of Plugin developers Picture of Testers
Hi Mike,

I suppose that you've added some lines like this:

fwrite ($bf,full_tag("FIELDNAME",4,false,$user_data->fieldname));

isn't it?

and you say that you've checked that

echo full_tag("FIELDNAME",4,false,$user_data->fieldname)

return some valid info and it isn't saved to file (at a different levels depending of the course)?

Sounds very strange!!

Can you send me a copy of your backuplib.php file? And a copy of your users table (privately)? Then I'll test it....

Ciao smile