http://www.movabletype.org/support/index.p...ification+email
After I re upload CMS.pm I get the following error:
Got an error: Unrecognized character \xC0 at lib/MT/App/CMS.pm line 62. Compilation failed in require at mt.cgi line 21.
I havn't even edited those lines, all I did was the following:
Changed this line:
CODE
$body .= "$link\n\n";
To:
CODE
$body .= "http://www.blogurl.com\n\n";
Any help would be appreciated.