The actual link to a node will be something like http://www.my_site.com/your_story_title. The email page module will send a link that says something like http://www.my_site.com/node/view/5. Clicking on the link in the email brings the user to a blank page. I've seen this happen in two different Drupal installations.
Comments
Comment #1
larry moore commentedSorry if this is the wrong way to post - my first time trying to help by posting a fix.
:-/
The link in the email was using /node/view/nid.
I simply removed the view/ and it works fine for nodes as well as comments.
Fixed Version
Broke Version
-simplymenotu
http://larrymoore.org
Comment #2
darren ohDuplicate of issue 17374.