HTML Logo by World Wide Web Consortium (www.w3.org). Click to learn more about our commitment to accessibility and standards.

3.0 Beta 3

Title Clearing 'orphaned language strings' causes config corruption
Description Errors about COMMENTS_TEXT being missing are given when viewing anything that supports feedback, for example.
Affects Anyone who runs this cleanup tool
Fix This will be fixed in Beta 4. For now, please simply don't run this tool - it's not necessary under normal operation anyway.

Back to the top

Comments / View


Title Zone Editor broken on Linux
Description The Comcode for Comcode pages in the editor is set initially to blank, even though the default view of the page shows as correct.
Affects Linux users
Fix Change line 209 of adminzone/pages/modules/admin_zones.php from:

Code

            $fullpath=get_custom_file_base().'/'.$id.'/pages/'.$page_info[0].'/'.get_lang().'/'.$for.'.txt';

to:

Code

            $fullpath=(($page_info[0]=='comcode')?get_file_base():get_custom_file_base()).'/'.$id.'/pages/'.strtolower($page_info[0]).'/'.get_lang().'/'.$for.'.txt';

Back to the top

Comments / View