Quote Originally Posted by poosk View Post
GOT IT! Just had an extra space in front of a comma in seo admin.... so I excluded from simple seo url these: advanced_search_result ,unsubscribe,redirect,subscribe_confirm,subscribe,subscribe_header, (without spaces after commas!) and it works again!
If anyone has better method please let me know.
A better method for what?
We will first need to know what the problem is, if you remove the page from SSU exclusion what exactly goes wrong?
If you get a blank page, there is a debug.php file you can use to see what exactly the error is that you are getting when the page is trying to load.

I know i had a problem with email addresses in combination with SSU and tell-a-friend as it was making %40 for @ when the email was submitted via the sidebox. Adding
PHP Code:
$to_email_address=str_replace("%40""@"$to_email_address); 
statement quickly solved it, maybe something similar is going on for this one.

Need an error to go on first...