When I first tried to setup the beta version (1.5b2), an
error appeared about 'missing SOURCEXML parameter' in
application_blog.cfc : line 22
Replaced 'tostring' by 'XmlToString' to fix the problem.
<cffile charset="#request.charset#" action="write"
file="#request.percorsoblog#\xml\config.xml"
nameconflict="OVERWRITE"
output="#CDataFormat(XmlToString(application.config))
#">
But I am not sure this is a real fix