Menu

#10 Error: missing SOURCEXML parameter

open
nobody
None
5
2003-09-16
2003-09-16
No

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

Discussion


Log in to post a comment.