Issue Details (XML | Word | Printable)

Key: MDL-9316
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Eloy Lafuente (stronk7)
Reporter: Rafa Gutierrez
Votes: 0
Watchers: 2
Operations

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

Problems upgrading quizzes in sites with orphan question categories

Created: 12/Apr/07 08:40 PM   Updated: 12/Apr/07 11:38 PM
Return to search
Component/s: Backup, Quiz, Unicode
Affects Version/s: 1.6, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.7, 1.7.1, 1.7.2, 1.8
Fix Version/s: 1.6.6, 1.7.3, 1.8.1

File Attachments: 1. File mysql.php (65 kB)

Environment: all platform

Database: MySQL
Participants: Eloy Lafuente (stronk7) and Rafa Gutierrez
Security Level: None
Resolved date: 12/Apr/07
Affected Branches: MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE
Fixed Branches: MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE


 Description  « Hide
A error in file "mod/quiz/db/mysql.php" line 840 (moodle1.6.5+) or line 845 (moodle cvs)

Error "last blanks" : require_once("$CFG->libdir/questionlib.php ");

OK: require_once("$CFG->libdir/questionlib.php");


 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Eloy Lafuente (stronk7) added a comment - 12/Apr/07 11:27 PM
Detected. Was related with a change performed with MDL-6116.

Fixing the typo now in all branches... hopefully I only affected sites with "orphan" categories.


Eloy Lafuente (stronk7) added a comment - 12/Apr/07 11:37 PM
Changing bug title and assigning fix versions...

Eloy Lafuente (stronk7) added a comment - 12/Apr/07 11:38 PM
Done, the typo has been fixed in 16_STABLE, 17_STABLE, 18_STABLE and HEAD. Should be available in next nightly builds.

Thanks Rafa!

Ciao