Issue Details (XML | Word | Printable)

Key: MDL-13851
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Petr Skoda
Reporter: andrew ziobro
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

Grade categories sometimes disappear when moved to a subcategory in PHP4

Created: 09/Mar/08 04:08 AM   Updated: 15/Apr/08 08:47 AM
Return to search
Component/s: Gradebook
Affects Version/s: 1.9
Fix Version/s: 1.9.1

Environment: Hosted Server.
Issue Links:
Duplicate
 

Database: MySQL
Participants: andrew ziobro, Eloy Lafuente (stronk7) and Petr Skoda
Security Level: None
QA Assignee: Eloy Lafuente (stronk7)
Resolved date: 09/Mar/08
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide

In version Moodle 1.9 + (Build: 20080308) when moving a category under another category the moved category disappears from the category view and the grader view.

This was working in Moodle 1.9 Beta 4 + (2007101508.08) and is also working on the demo.moodle.org site.

  



 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda added a comment - 09/Mar/08 04:55 AM
I just tested it and it works fine for me, I do not remember any recent changes in code that could break this

andrew ziobro added a comment - 09/Mar/08 05:02 AM
The only difference is that this is now on a production server and I can't disable register globals could this be the issue? I will continue to work with my service provider to try and change register globals.

Petr Skoda added a comment - 09/Mar/08 05:06 AM
well, you must disable register globals - or else you have many security holes in your server, sorry

though the register globals should not affect this


Petr Skoda added a comment - 09/Mar/08 05:09 AM
what PHP version is on that server? which OS?

andrew ziobro added a comment - 09/Mar/08 05:33 AM
Here is the summary from my cpanel access page

General server information:
Operating system Linux
Service Status Click to View
Kernel version 2.4.21-53.EL
Machine Type i686
Apache version 2.2.8 (Unix)
PERL version 5.8.8
Path to PERL /usr/bin/perl
Path to sendmail /usr/sbin/sendmail
Installed Perl Modules Click to View
PHP version 4.4.8
MySQL version 4.1.22-standard
cPanel Build 11.18.2-RELEASE 21613
Theme cPanel X v2.6.0
Documentation Click to View


Petr Skoda added a comment - 09/Mar/08 06:09 AM
managed to reproduce it in PHP4.x, working on fix

Petr Skoda added a comment - 09/Mar/08 07:16 AM
fixed in cvs, please update to latest 1.9+,
thanks for the report and cooperation!

andrew ziobro added a comment - 10/Mar/08 04:05 AM
I applied this over the exiting install and it appears to have corrected the issues. The grade categories are now appearing.
Thank you.

Eloy Lafuente (stronk7) added a comment - 15/Apr/08 08:47 AM
Closing. Thanks for feedback! Ciao