Issue Details (XML | Word | Printable)

Key: MDL-17350
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Koen Roggemans
Reporter: David Mudrak
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

fi_utf8 language pack broken

Created: 22/Nov/08 12:04 AM   Updated: 22/Nov/08 11:50 AM
Return to search
Component/s: Languages
Affects Version/s: 1.9.3
Fix Version/s: 1.9.3

Participants: David Mudrak, Koen Roggemans and Samuli Karevaara
Security Level: None
Resolved date: 22/Nov/08
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
It seems that the recent commit by user "samulik" contains several damaged files. Instead of proper PHP string files, the files contain something like:

 Warning: require(../fi_utf8/block_search.php): failed to open stream: No such file or directory in /home/samulik/kaannos/langdiff.php on line 105

 Fatal error: require(): Failed opening required '../fi_utf8/block_search.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/samulik/kaannos/langdiff.php on line 105

See e.g. http://cvs.moodle.org/lang/fi_utf8/block_search.php, revision 1.1

According to my grep, the following files contain "Warning:" string:
 block_search.php
 block_tag_flickr.php
 bulkusers.php
 qtype_match.php
 qtype_randomsamatch.php
 search.php
 userkey.php

Please fix asap as this breaks some language manipulation tools. Thanks


 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Samuli Karevaara committed 8 files to 'Lang CVS' - 22/Nov/08 04:32 AM
MDL-17350 Replacing broken language files with correct ones.
MODIFY fi_utf8/qtype_randomsamatch.php   Rev. 1.2    (+9 -4 lines)
MODIFY fi_utf8/block_tag_flickr.php   Rev. 1.2    (+21 -4 lines)
MODIFY fi_utf8/block_search.php   Rev. 1.2    (+20 -4 lines)
MODIFY fi_utf8/qtype_match.php   Rev. 1.2    (+10 -4 lines)
MODIFY fi_utf8/search.php   Rev. 1.2    (+61 -4 lines)
MODIFY fi_utf8/userkey.php   Rev. 1.2    (+18 -4 lines)
MODIFY fi_utf8/help/picture.html   Rev. 1.2    (+2 -3 lines)
MODIFY fi_utf8/bulkusers.php   Rev. 1.2    (+23 -4 lines)
Samuli Karevaara committed 4 files to 'Lang CVS' - 22/Nov/08 11:36 AM
MDL-17350 Fixing issues reported by lang_fix.php
MODIFY fi_utf8/lesson.php   Rev. 1.15    (+3 -3 lines)
MODIFY fi_utf8/quiz_grading.php   Rev. 1.7    (+3 -3 lines)
MODIFY fi_utf8/moodle.php   Rev. 1.34    (+3 -3 lines)
MODIFY fi_utf8/forum.php   Rev. 1.18    (+3 -3 lines)