Actions
Bug #1933
closedLanguage includes with @ making impossible to properly debug
Description
Within CBs language loading function is placed infront of the includes. This results in a blank page, which would be classified as memory issue or something of the sort, but is actually a parse error in the language plugin. Suggested removing
so errors can properly display.
Files
Updated by krileon about 14 years ago
- File 1933.patch 1933.patch added
- Status changed from New to Resolved
- Assignee set to beat
- Target version set to CB 1.3
- % Done changed from 0 to 80
removed the @ from include so error display for language files can be seen instead of just a blank screen.
Updated by beat about 14 years ago
- Subject changed from includes with @ making impossible to properly debug to Language includes with @ making impossible to properly debug
- Status changed from Resolved to Closed
- % Done changed from 80 to 100
- Estimated time set to 0:12 h
Removed @ as suggested by patch in r1251 .
Updated by beat about 14 years ago
- Status changed from Closed to Assigned
- Assignee changed from beat to krileon
- % Done changed from 100 to 50
- Estimated time changed from 0:12 h to 1:00 h
re-opening due to warnings in step 1 in a fresh install:
http://cbworkgroups.joomlapolis.com/index.php?option=com_kunena&func=view&catid=83&id=1832&Itemid=22#1832
Updated by beat about 14 years ago
- Status changed from Assigned to Closed
- % Done changed from 50 to 100
r1287 adds checking for file_exists to avoid installation step 1 warnings
Actions