I searched the forum and tried the debug mode but couldn't solve this :
In notifications on the top right; the below message shows properly
X User commented on your video: X Video Title
This is Ok . But when you click the video title link
It redirects you to : sorry there is no such document page. And when you move the crusor on the link it shows yoursitecom/invalid_URI
the language definition is like shown below:
<a href="{$userUrl}">{$userName}</a> commented on your video: <a href="{$videoUrl}">{$videoTitle}</a>
and it looks fine. it brings the user profile link properly but not the video link.
Any advice? What shall I do?
Thanks