<a href="https://vborg.vbsupport.ru/showthread.php?t=141455&page=7" target="_blank">https://vborg.vbsupport.ru/showt...=141455&page=7</a>
try that fix... worked like a charm for me!!
or...
open/edit the xml file
search for:
$xml = parse_wowarmory("http://" . $armory . "/character-sheet.xml?r=" . $vbulletin->options['wow_server'] . "&n=" . urlencode(utf8_encode($character)));
change to:
$xml = parse_wowarmory("http://" . $armory . "/character-sheet.xml?r=" . urlencode($vbulletin->options['wow_server']) . "&n=" . urlencode(utf8_encode($character)));
if you don't want to search, line 744
i also did this on a fresh install of the plugin
|