here's the fix in case anyone else has this issue:
Go into includes/classes/ssu/cores/link.php and remove all the instances of urlencode found around line 380 - 390, there should be 2.
Change urlencode($value) to just ($value)
here's the fix in case anyone else has this issue:
Go into includes/classes/ssu/cores/link.php and remove all the instances of urlencode found around line 380 - 390, there should be 2.
Change urlencode($value) to just ($value)