|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
5.1 Beta C : CF8 : Clean Install ErrorI just downloaded 5.1 Beta C, and unzipped the files to my wwwroot (local dev installation of CF). Navigated to farcry/core and got this message: Routines cannot be declared more than once. The routine getCoreVersion has been declared twice in different templates. Can't get any further than that right now. I have been successful in installing and using 5.0.2, so there shouldn't be any reason I can't run it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: 5.1 Beta C : CF8 : Clean Install ErrorHi Veloz, That function was moved from the /install/index.cf into the application.cfm of this installer. It sounds like you might have some conflict between old and new.
If you have the function in both the index.cfm and application.cfm then thats your problem. If not, try restarting the ColdFusion service to ensure that no legacy mappings have been cached.
--
-- Matthew Bryant Product Development Manager Daemon Internet Consultants Adobe Solutions Partner http://www.daemon.com.au/ p. 02 8302 4600 f. 02 9380 4204 On Fri, Jan 16, 2009 at 10:43 AM, Veloz <chris@...> wrote:
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: 5.1 Beta C : CF8 : Clean Install ErrorApologies Veloz,
--
-- Matthew Bryant Product Development Manager Daemon Internet Consultants Adobe Solutions Partner http://www.daemon.com.au/ p. 02 8302 4600 f. 02 9380 4204 On Fri, Jan 16, 2009 at 1:21 PM, Mat Bryant <mbryant@...> wrote:
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: 5.1 Beta C : CF8 : Clean Install ErrorGlad I could be of some help. On Jan 15, 11:39 pm, Mat Bryant <mbry...@...> wrote: > Apologies Veloz, > Found the issue & fixed:http://bugs.farcrycms.org/browse/FC-1719 > > -- > -- Matthew Bryant > Product Development Manager > Daemon Internet Consultants > Adobe Solutions Partnerhttp://www.daemon.com.au/ > p. 02 8302 4600 > f. 02 9380 4204 > > On Fri, Jan 16, 2009 at 1:21 PM, Mat Bryant <mbry...@...> wrote: > > Hi Veloz, > > > That function was moved from the /install/index.cf into the > > application.cfm of this installer. It sounds like you might have some > > conflict between old and new. > > > If you have the function in both the index.cfm and application.cfm then > > thats your problem. If not, try restarting the ColdFusion service to > > ensure that no legacy mappings have been cached. > > > Anyone else receiving this problem? > > -- > > -- Matthew Bryant > > Product Development Manager > > Daemon Internet Consultants > > Adobe Solutions Partner > >http://www.daemon.com.au/ > > p. 02 8302 4600 > > f. 02 9380 4204 > > > On Fri, Jan 16, 2009 at 10:43 AM, Veloz <ch...@...>wrote: > > >> I just downloaded 5.1 Beta C, and unzipped the files to my wwwroot > >> (local dev installation of CF). Navigated to farcry/core and got this > >> message: > > >> Routines cannot be declared more than once. > >> The routine getCoreVersion has been declared twice in different > >> templates. > > >> Can't get any further than that right now. I have been successful in > >> installing and using 5.0.2, so there shouldn't be any reason I can't > >> run it. You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: 5.1 Beta C : CF8 : Clean Install ErrorOk, I pulled down the svn:trunk at the head (r4157), and verified in the svn:log that the fix was there for the routines issue. Now I'm getting a new issue - a redirect loop: Firefox has detected that the server is redirecting the request for this address in a way that will never complete. I should mention that this is the default CF development server, so I'm hitting it at http://127.0.0.1:8500/farcry On Jan 15, 11:39 pm, Mat Bryant <mbry...@...> wrote: > Apologies Veloz, > Found the issue & fixed:http://bugs.farcrycms.org/browse/FC-1719 > > -- > -- Matthew Bryant > Product Development Manager > Daemon Internet Consultants > Adobe Solutions Partnerhttp://www.daemon.com.au/ > p. 02 8302 4600 > f. 02 9380 4204 > > On Fri, Jan 16, 2009 at 1:21 PM, Mat Bryant <mbry...@...> wrote: > > Hi Veloz, > > > That function was moved from the /install/index.cf into the > > application.cfm of this installer. It sounds like you might have some > > conflict between old and new. > > > If you have the function in both the index.cfm and application.cfm then > > thats your problem. If not, try restarting the ColdFusion service to > > ensure that no legacy mappings have been cached. > > > Anyone else receiving this problem? > > -- > > -- Matthew Bryant > > Product Development Manager > > Daemon Internet Consultants > > Adobe Solutions Partner > >http://www.daemon.com.au/ > > p. 02 8302 4600 > > f. 02 9380 4204 > > > On Fri, Jan 16, 2009 at 10:43 AM, Veloz <ch...@...>wrote: > > >> I just downloaded 5.1 Beta C, and unzipped the files to my wwwroot > >> (local dev installation of CF). Navigated to farcry/core and got this > >> message: > > >> Routines cannot be declared more than once. > >> The routine getCoreVersion has been declared twice in different > >> templates. > > >> Can't get any further than that right now. I have been successful in > >> installing and using 5.0.2, so there shouldn't be any reason I can't > >> run it. You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: 5.1 Beta C : CF8 : Clean Install ErrorTry going to http://127.0.0.1:8500/farcry/core/install/index.cfm
-- -- Matthew Bryant Product Development Manager Daemon Internet Consultants Adobe Solutions Partner http://www.daemon.com.au/ p. 02 8302 4600 f. 02 9380 4204 On Sat, Jan 17, 2009 at 10:30 AM, Veloz <chris@...> wrote:
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: 5.1 Beta C : CF8 : Clean Install ErrorFYI
just checked out community distro and successfully installed on Win/Apache/CF8/mySQL 5 2009/1/17 Mat Bryant <mbryant@...> Try going to http://127.0.0.1:8500/farcry/core/install/index.cfm -- AJ Mercer Web Log: http://webonix.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta+unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
| Free embeddable forum powered by Nabble | Forum Help |