I am testing the Verfiy E-Mail Address On Signup function. I've included the message code {url} in the body of the email in an <a href> tag. Email delivers properly and is formatted correctly. When I click on the Verify Email Address link I experience this error twice (back to back) in my browser: "WARNING: Smarty error: unable to read resource: "thanks.html" in line 1102 of file Smarty.class.php" My "thanks.html" page is located in /templates/ - it works properly when I disable Verify Email Address on Signup in the Admin CP. Where do I start to troubleshoot?
Fixed Looks like I fixed it... I deleted thanks.html and uploaded my customized version of the same file, back into the /templates folder. I did another test and the email verified back to the thanks.html page. Thanks anyway!