SMF Support > Install and Upgrade Help
RSS Error
Mike Bobbitt:
I couldn't wait, here's a fix:
Edit Sources/Load.php. Look for:
--- Code: --- // Set the character set from the template.
$context['character_set'] = $txt['lang_character_set'];
$context['right_to_left'] = !empty($txt['lang_rtl']);
--- End code ---
Insert after:
--- Code: --- if (isset($_REQUEST['action']) && $_REQUEST['action'] == '.xml')
{
$GLOBALS['ssi_no_doctype']=true;
}
--- End code ---
Hope it's OK to post it here...
Cheers
Mike
Navigation
[0] Message Index
[*] Previous page
Go to full version