Thanks Kola,
You can put anything you like in the kola.wir file. I'm not sure how the app or your operating system would cope with a zero-length file, though, but that does not seem to be your problem.
As for setting the filesystemroot variable, you should not need to make a mapping for the wireframe app. This variable is not looking for a mapped location, just a straight-out filesystem path, like c:\www-root\etc\etc. If you have put the wireframe app in a directory called "wireframe", directly under your web-server root, then your filesystemroot should be set to: "#request.app.documentRoot##request.os.delimiter#wireframe">
If you are having trouble using the movies wireframe, then it looks like the various config variables aren't set-up properly.
Check that you have: request.app.cfroot="/wireframe" and request.app.webroot="/wireframe"
Also, could you confirm that your app is in the wireframe dir immediately under your web-root?
If all of that is in order, and you feel like getting to the bottom of the problem, you can drop this code in before line 39 of act_checkdata.cfm: <CFOUTPUT>"#request.app.documentRoot##request.os.delimiter##attributes.wireframedir##request.os.delimiter##attributes.wireframename#.wir"</CFOUTPUT>
Let me know what you see.
Thanks for all of your patience, Lee.
>From: "Kola Oyedeji" <kola@alexandermark.com> > >Lee, >thanks for the tips, i think i'm getting there. I have created a text file >called kola.wir >in the wireframedatadirectory but i still get the same message.. > >Umm this may be stupid question but am i supposed to put something in >kola.wir as at the moment >it is blank. > >Also the instructions in the text file read: > ><!--- Root of THIS app in filesystem ---> ><CFSET >request.app.filesystemroot="#request.app.documentRoot##request.os.delimiter# >cfdocs/wireframe210"> > >instead of cfdocs/wireframe210 in the above example i simply have >/wireframe >which is the mapping i put into the Administrator to point to the >wireframe >directory is that right? >I cant seem to get the movies example to work either. > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/fusebox@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists