Gotcha. I did a search within this thread and found my solution on Page 250...
Went to includes/classes/ssu/cores/links.php and replaced this line:
$link .= (strpos($link , '?') ? '&' : '?').$sid;
with this line:
$link = str_replace('&', '&', $link);
(appears right before return $link;)
Now everything appears to validate again.![]()
Bookmarks