Hi --

I think I have a complete 5.0.2 install. I downloaded the 5.0.0 from
http://www.farcrycms.org, and then I downloaded 5.0.2 core from Jeff
Coughlin's site. I copied the core over the core directory in the
5.0.0 and ran the installer.

I selected the advanced configuration because I wanted the web server
mapping, and the installer bombed with:

 The method AddFiles was not found in component C:\websites
\farcry5\farcry\core\packages\farcry\zip.cfc.
Ensure that the method is defined, and that it is spelled correctly.

The error occurred in <drive>\farcry5\farcry\core\webtop\install
\installFarcry.cfm: line 204
Called from <drive>\farcry5\farcry\core\webtop\install
\installFarcry.cfm: line 69
Called from <drive>\farcry5\farcry\core\webtop\install
\installFarcry.cfm: line 1

202 :
203 :   <cfdirectory action="create" directory="#farcryProjectsPath#/
#form.applicationName#" mode="777" />
204 :   <cfset oZip.AddFiles(zipFilePath="#farcryProjectsPath#/
#form.applicationName#-skeleton.zip", directory="#form.skeletonPath#",
recurse="true", compression=0, savePaths="false") />
205 :   <cfset oZip.Extract(zipFilePath="#farcryProjectsPath#/
#form.applicationName#-skeleton.zip",
extractPath="#farcryProjectsPath#/#form.applicationName#",
overwriteFiles="true") />
206 :   <cffile action="delete" file="#farcryProjectsPath#/
#form.applicationName#-skeleton.zip" />

Sure enough, the zip.cfc in 5.0.2 does not contain an addFiles method,
but the zip.cfc in 5.0.0 does. I guess I should install 5.0.0 first,
then copy 5.0.2 over and run the updater instead?

--
Rob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to