Problems with downloading grades

Problems with downloading grades

von Max Stenlund -
Anzahl Antworten: 4
Im using the Moodle 1.0.8.1 (2003011200)and have problems with downloading grades. The error I get is: (...= Removed)
Warning: Cannot add header information - headers already sent by (output started at .../moodle/lang/sv/assignment.php:41) in .../moodle/course/grades.php on line 144

Warning: Cannot add header information - headers already sent by (output started at .../moodle/lang/sv/assignment.php:41) in .../moodle/course/grades.php on line 145

What I understand has this problem surfaced before should hav been resolved in this version?
Max
Als Antwort auf Max Stenlund

Re: Problems with downloading grades

von Martin Dougiamas -
Nutzerbild von Core developers Nutzerbild von Documentation writers Nutzerbild von Moodle HQ Nutzerbild von Particularly helpful Moodlers Nutzerbild von Plugin developers Nutzerbild von Testers
The error seems to be in the Swedish translation - try the most recent version: http://moodle.org/download/lang/
Als Antwort auf Martin Dougiamas

Re: Problems with downloading grades

von Max Stenlund -
Downloaded it and got the same problem. However, I found empty spaces/lines in the end of the assignment.php which caused the problem!
Als Antwort auf Max Stenlund

Re: Problems with downloading grades

von Martin Dougiamas -
Nutzerbild von Core developers Nutzerbild von Documentation writers Nutzerbild von Moodle HQ Nutzerbild von Particularly helpful Moodlers Nutzerbild von Plugin developers Nutzerbild von Testers
Great! This is now fixed in CVS too (and will end up on the languages pages within the next day)
Als Antwort auf Martin Dougiamas

Re: Problems with downloading grades

von Bob Calder -
I use this query in phpMyAdmin becasue I can't get OO to open the export files and find it difficult to figure out the grades without lines going across the screen. I guess I'm just old and need new glasses.

SELECT mdl_quiz_grades.quiz, mdl_quiz_grades.userid, mdl_user.id, mdl_user.firstname , mdl_user.lastname, mdl_quiz_grades.grade FROM mdl_quiz_grades LEFT JOIN mdl_user ON mdl_quiz_grades.userid = mdl_user.id ORDER BY mdl_quiz_grades.userid, mdl_quiz_grades.quiz;