it is defined in the core files
application.defaultFilePath = expandPath("#application.url.webroot#/files");application.url.webroot is defined in you application directory \config\_serverSpecificVars.cfm On Fri, 28 Jan 2005 13:03:00 +1100, David VanVranken <[EMAIL PROTECTED]> wrote: > I'm new to farcry, and right out of the box I started having troubles. > > I have farcry ver 2.2 loaded on a Win2K server running CFMX 6.1 > > I'm trying to upload files and after using a few tips learned here about > missing cf temp directories and such, I'm almost there... > > When I try to upload a file from the admin interface, I now get the cf > error: "ERROR: The destination "D:\inetpub\wwwroot\Intranet_CMS\files" > specified in the CFFILE tag is invalid" followed by "Element SERVERFILE is > undefined in FILE" > > This is called from > "D:\inetpub\wwwroot\applications\farcry_core\packages\types\_dmFile\edit.cfm" > line 79, and opening that file shows me that it's incorrectly looking for > "application.defaultfilepath". The error above is absolutely correct as > it's not placing "applications" between the root and the site folder. > > I can "cheat" it by substituting the absolute path in edit.cfm, the upload > is successful and the error goes away, but now the files are in the wrong > place and new errors crop up. > > I can't seem to find where this defaultfilepath is defined in admin. > Somehow it's off by one subdirectory and needs to be fixed before I can > move on the next problem. > > Thanks in advance, > David > > --- > You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
