Search the web
Sign In
New User? Sign Up
fusebox5
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3690 - 3719 of 4403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3690
I've had a problem with some extraneous characters showing up in a contentvariable. The characters look like this:  I've come up with a fix but it ain't...
Bill Poff
bpoff
Offline Send Email
Aug 4, 2008
7:48 pm
3691
Rather than trying a workaround, have you considered trying to find where those extraneous values are coming from? I do tend to create empty content variables,...
Sandra Clark
slclark2499
Online Now Send Email
Aug 4, 2008
7:59 pm
3692
Hi Sandra, I've been trying to find where the junk is coming from. It seems to be isolated to one server, my laptop. The production server doesn't display the...
Bill Poff
bpoff
Offline Send Email
Aug 4, 2008
8:26 pm
3693
Hi, I have been left scratching my head by this strange behaviour. The application works fine on the machine in my office (Windows XP, CF8, Fusebox 5.5). It...
Kevin Roche
rochekuk
Offline Send Email
Aug 6, 2008
7:27 am
3694
Certainly odd. I would try adjusting the 'mode' parameter in your fusebox.xml. I have seen this, with traditional xml FB, when the mode was set to ...
Josh Carrico
the_sigepjedi
Offline Send Email
Aug 6, 2008
1:11 pm
3695
Thanks Josh I will try that. Kevin From: fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com] On Behalf Of Josh Carrico Sent: 06 August 2008 14:12 To:...
Kevin Roche
rochekuk
Offline Send Email
Aug 6, 2008
2:05 pm
3696
I've got my fb55 corefiles checked out from the subversion repository, and am now being prompted for a login. I don't remember having to provide credentials...
the_one_true_dave_and...
the_one_true...
Online Now Send Email
Aug 6, 2008
3:33 pm
3697
... Someone else reported this a week or two back and after we confirmed that nothing at all has changed on the server, they came back and said it was working...
Sean Corfield
seancorfield
Offline Send Email
Aug 6, 2008
3:39 pm
3698
In development-circuit-load mode, using no-xml config with implicit circuits, I occasionally get an error that indicates a fuseaction doesn't exist when I hit...
the_one_true_dave_and...
the_one_true...
Online Now Send Email
Aug 6, 2008
3:41 pm
3699
Odd, given that it runs on port 80. Tortoise doesn't use any ports not specified by the URL of the repository, does it? Thanks for the reply. Dave...
the_one_true_dave_and...
the_one_true...
Online Now Send Email
Aug 6, 2008
3:43 pm
3700
... Some firewalls block SVN commands on port 80. Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying...
Sean Corfield
seancorfield
Offline Send Email
Aug 6, 2008
3:49 pm
3701
Bill - Those characters look similar to characters I used to see in Eclipse at the beginning of a file that was saved by Dreamweaver after setting the encoding...
the_one_true_dave_and...
the_one_true...
Online Now Send Email
Aug 6, 2008
4:26 pm
3702
Hello. We have a problem where sometimes a fusebox.load appears not to work when run the first time (but subsequent times do work). In order to narrow down the...
Peter Boughton
boughtonp
Offline Send Email
Aug 11, 2008
11:45 am
3703
This sounds like ticket #337: http://trac.fuseboxframework.org/fusebox/ticket/337 If this is the issue, it is more that Fusebox is actually loading everything ...
Josh Carrico
the_sigepjedi
Offline Send Email
Aug 11, 2008
2:30 pm
3704
Hi Josh, This is unrelated to the URL style used. We do use path_info for the website, but that has been handled pre-fusebox, and all FB sees is the regular...
Peter Boughton
boughtonp
Offline Send Email
Aug 11, 2008
2:50 pm
3705
I see. Well, I know you fully understand this as Ive seen you post some insightful threads (ie: http://tech.groups.yahoo.com/group/fusebox5/message/3640) on ...
Josh Carrico
the_sigepjedi
Offline Send Email
Aug 11, 2008
3:51 pm
3706
Yeah, the insightful stuff tends to come on the days where I'm awake - today is not one of those :( We did have a process similar to in that thread, but had...
Peter Boughton
boughtonp
Offline Send Email
Aug 11, 2008
7:54 pm
3707
Hi Everyone, In order to get the SES feature working with FB5.5 noxml, I have to prepend my application's url onto the myself variable like so: <cfset myself =...
Seth Johnson
cfx_user
Offline Send Email
Aug 13, 2008
3:02 pm
3708
I might be wrong, but if you're running this on a site with a proper domain name you should be able to use "/"&myFusebox.getMyself() Mike ...
Mike Ritchie
starkraving2002
Offline Send Email
Aug 13, 2008
3:19 pm
3709
Just a quick announcement that I have a working beta of the core files for PHP, to the point that both variants of the skeleton app work correctly. They're...
Mike Ritchie
starkraving2002
Offline Send Email
Aug 13, 2008
3:23 pm
3710
Thanks for your reply. Under the hood FB myfusebox.relocate() does not prepend the '/', or take into account that I am using SES URLs which I think is my main...
Seth Johnson
cfx_user
Offline Send Email
Aug 13, 2008
3:37 pm
3711
FYI: http://www.fusebox.org/go/news/new-fusebox-core-leader-adam-haskell-announced "After two and a half years at the helm of core file development for Fusebox...
Sean Corfield
seancorfield
Offline Send Email
Aug 13, 2008
9:27 pm
3712
... When using SES you should ensure "self" is set to "/index.cfm" rather than just "index.cfm" in FUSEBOX_PARAMETERS. You might also try 5.5.1 (instead of...
Sean Corfield
seancorfield
Offline Send Email
Aug 13, 2008
9:30 pm
3713
Hi Sean, I made sure I was updated to 5.5.1 and when I set it to "/index.cfm" I just get a blank page. <cfscript> FUSEBOX_PARAMETERS.allowImplicitFusebox =...
Seth Johnson
cfx_user
Offline Send Email
Aug 14, 2008
2:32 pm
3714
... Well, in your case it would be /supreme/index.cfm right? Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not...
Sean Corfield
seancorfield
Offline Send Email
Aug 14, 2008
5:12 pm
3715
Unfortunately, both "/index.cfm" and "/supreme/index.cfm" result in a blank page. Seth From: fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com] On...
Seth Johnson
cfx_user
Offline Send Email
Aug 14, 2008
5:17 pm
3716
Hey everyone, I'm assisting a company that has a lot of now decommissioned or missing fuseactions and even circuits in their legacy application. I vaguely ...
Stephen Cassady
cassady@...
Send Email
Aug 14, 2008
9:56 pm
3717
(I'm reposting because I'm an idiot, and posted this message as a reply to a different topic to begin with, please accept my lack of grey matter, and my ...
Stephen Cassady
cassady@...
Send Email
Aug 14, 2008
10:07 pm
3718
I've also made to posts about it thus far and will probably ramble on more and more as I feel like it. :) ...
Adam Haskell
krogercfug
Offline Send Email
Aug 15, 2008
1:17 pm
3719
Adam, Thank you for taking on the job of core developer and picking up where Sean left off. I know we in the FB community owe a great deal of thanks to Sean...
Christian Ready
christianrea...
Offline Send Email
Aug 15, 2008
2:14 pm
Messages 3690 - 3719 of 4403   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help