Issue Details (XML | Word | Printable)

Key: MDL-8680
Type: Bug Bug
Status: Closed Closed
Resolution: Not a bug
Priority: Major Major
Assignee: Eloy Lafuente (stronk7)
Reporter: Robert Duncan
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Clicking Save All My Feedback in mod/assignment/submissions.php returns a blank page and grades are not saved.

Created: 27/Feb/07 09:55 PM   Updated: 17/Apr/08 10:40 AM
Component/s: Unknown
Affects Version/s: 1.8
Fix Version/s: None

Environment: XP Server 2003 sp2, Apache, PHP5, MySQL

Database: MySQL
URL: http://www.alexandercentral.com/moodle/mod/assignment/submissions.php?id=1503
Participants: Eloy Lafuente (stronk7), Katarzyna Potocka, OEE_Dev KW_Univ, Robert Duncan and Yu Zhang
Security Level: None
Affected Branches: MOODLE_18_STABLE


 Description  « Hide
In moodle/mod/assignment/submissions.php, I get a page listing my students and drop-downs for grading. There is also a box for comments about the grade. When I pick a grade from the drop-down and click "Save All My Feedback" loads a blank page and the grade is not saved. On the same page, if I choose "Grade" at the far right of the screen, the grade is properly saved.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Yu Zhang added a comment - 28/Feb/07 10:45 AM
Hi, what type of assignment is it? Thanks.

Robert Duncan added a comment - 02/Mar/07 03:58 AM
The assignment in question is an off-line assignment.

Yu Zhang added a comment - 06/Mar/07 10:00 AM
Hi, I could not reproduce this bug, it is working for me, could you please switch debug on to maximum (Following links on the site admin block, server-> debugging), and see if you get any error message? Thanks.

Robert Duncan added a comment - 08/Mar/07 11:30 PM
When I switch debug to Developer, I can't go from page to page in my site at all. I'm getting the following error:

XML Parsing Error: not well-formed
Location: http://www.alexandercentral.com/moodle/course/view.php?id=5
Line Number 207, Column 391:<li class="activity resource" id="module-1015"><img class="spacer" height="12" width="20" src="http://www.alexandercentral.com/moodle/pix/spacer.gif" alt="" /><img src="http://www.alexandercentral.com/moodle/pix/f/flash.gif" class="activityicon" alt="Resource" /> <a title="Resource" href="http://www.alexandercentral.com/moodle/mod/resource/view.php?id=1015">Selected Answers to Hwk. 5 & 6</a></li>
---------------------------------------------------------------------------------------------------

I suppose something could be crazy on my server.


OEE_Dev KW_Univ added a comment - 09/Mar/07 12:28 AM
fff

OEE_Dev KW_Univ added a comment - 09/Mar/07 12:41 AM
Hi everybody,
sorry for late reponse for that bug,

Actually I have faced this problem may be 10 days ago, in Moodle 1.7.1, and i believe it will work with Moodle1.8.

And I have posted it in the moodle.org under 'assignment module'. here is the http://moodle.org/mod/forum/discuss.php?d=65602#295606


Yu Zhang added a comment - 13/Mar/07 03:15 PM
I tried this with the latest 1.7+ (not 1.7.1) code and it is working for me... Robert you don't need to turn debug to "Developer", try setting it to "All". Thanks.

Katarzyna Potocka added a comment - 04/Dec/07 03:14 PM
Hi!
I've got the same problem - after changing hardware, specially php4 --> php5.
It occures only when teachers change the number of submissions > 96.
It's not really a solution but might help.

Katarzyna Potocka added a comment - 04/Feb/08 06:06 PM
i think we found a solution to this problem.
after changing php4 -> php 5 we had to change our php.ini:

[suhosin]
suhosin.post.max_vars = 2000
suhosin.request.max_vars = 1000


Eloy Lafuente (stronk7) added a comment - 17/Apr/08 10:40 AM
Ah, it was suhosin related. Thanks for feedback. Closing this as "not a bug".