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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 2244 - 2273 of 4403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2244
David, Can we add a link from the Sample applications page to your Shopping Cart please? Do you have any plans to update it in any way for Fusebox 5.1 or 5.5? ...
Kevin Roche
rochekuk
Offline Send Email
Jul 3, 2007
1:01 pm
2245
David, Is there a sample application running anywhere. I couldn't find a link on your Fekke.com website? I would be interested in seeing your cart in action. ...
Clark Valberg
clarkv56
Offline Send Email
Jul 3, 2007
5:15 pm
2246
If not i would be willing to work with someone updating the cfPartmart app - anyone in? ... -- Nick Tong web: http://talkwebsolutions.co.uk blog:...
Nick Tong
nptonguk
Offline Send Email
Jul 4, 2007
2:52 pm
2247
Where is the cfPartmart app? From: fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com] On Behalf Of Nick Tong Sent: Wednesday, July 04, 2007 4:53 PM To:...
Tom Nunamaker
nunamakt
Offline Send Email
Jul 4, 2007
3:37 pm
2248
Hey all, I've got an error somewhere in one of my circuit files; I've had these in the past and they're pretty hard to find. At some point, one version of a...
Reiter, Jordan
reiterj@...
Send Email
Jul 4, 2007
5:37 pm
2249
For "validating" circuit files, we use a tool called RUWF (Are You Well Formed). You can find that here: http://www.xml.com/pub/a/tools/ruwf/check.html...
Ryan Hagan
ryan_hagan
Offline Send Email
Jul 4, 2007
6:37 pm
2250
The newest version of CFEclipse (1.3) comes with a Frameworks Explorer which works with Fusebox 4/5. Note that it only works on Eclipse 3.2 for the moment. A...
Sandra Clark
slclark2499
Offline Send Email
Jul 4, 2007
7:30 pm
2251
http://cfpetmarket.com...
Sean Corfield
seancorfield
Offline Send Email
Jul 4, 2007
8:15 pm
2252
Pretty sure it's XMLBuddy that we use at work (Eclipse plugin). The syntax highlighting and outline will just stop at the bad portion of your XML. I've used it...
Chris Phillips
mhccgrad1
Offline Send Email
Jul 4, 2007
10:43 pm
2253
... The only error Fusebox can display is the error ColdFusion gives it. So, you get what you get. I would strongly recommend using XML Buddy as a free plugin...
Sean Corfield
seancorfield
Offline Send Email
Jul 4, 2007
11:17 pm
2254
Or do yourself a huge favor and drop the ching on oXygen... I did so and never looked back... One of the best choices I ever made. It blows XMLBuddy and the...
Jared Rypka-Hauer
armchairdeity
Online Now Send Email
Jul 5, 2007
2:12 pm
2255
We are going to fusebox the entire app! However, we have some existing FB5 apps embedded in the system which now need to be pointed down a level to the site...
Wally Randall
wallyrandall
Offline Send Email
Jul 5, 2007
8:31 pm
2256
... Remember that the paths are relative to the *application root* and specifying parent only affects pre/post-fuseactions that have callsuper="true" - it has...
Sean Corfield
seancorfield
Offline Send Email
Jul 5, 2007
9:02 pm
2257
Hi All, As you may know I've been doing some workshops over on the http://cfFrameworks.com website. Sean has kindly offered to do a workshop on the 2nd Aug but...
Nick Tong
nptonguk
Offline Send Email
Jul 6, 2007
4:00 pm
2258
I've seen this error talked about on the fusebox forums and the Yahoo groups. The only solution I saw was in regards to debug settings... turning off Report...
douguitarman
Offline Send Email
Jul 9, 2007
10:47 pm
2259
... You simply need a longer request timeout. Fusebox 5 just takes longer to start up than Fusebox 4.1, especially the very first time you run the core files...
Sean Corfield
seancorfield
Offline Send Email
Jul 9, 2007
11:31 pm
2260
In the server settings? ________________________________ From: fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com] On Behalf Of Sean Corfield Sent:...
Doug Allan
douguitarman
Offline Send Email
Jul 9, 2007
11:43 pm
2261
And also... what would you recommend. Our current server setting is 45 sec. I'm a little nervous about raising it too much because this is a production...
Doug Allan
douguitarman
Offline Send Email
Jul 9, 2007
11:46 pm
2262
... You can change it on a per-request basic using <cfsetting> - I'm thinking that it might be a good addition to Fusebox 5.5 to automatically override this...
Sean Corfield
seancorfield
Offline Send Email
Jul 9, 2007
11:52 pm
2263
Server is CF7. I'll try your work-around tomorrow. Thanks for getting back to me so quick. I'll let you know what happens. ... From: fusebox5@yahoogroups.com...
Doug Allan
douguitarman
Offline Send Email
Jul 10, 2007
12:13 am
2264
Where would you put this snippet? In index.cfm? ... From: fusebox5@yahoogroups.com <fusebox5@yahoogroups.com> To: fusebox5@yahoogroups.com...
Doug Allan
douguitarman
Offline Send Email
Jul 10, 2007
2:45 am
2265
... Yes. Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret...
Sean Corfield
seancorfield
Offline Send Email
Jul 10, 2007
3:12 am
2266
could/should this setting just be limited to the startup - so maybe place it in the init function or will the request have started by then? ... -- Nick Tong ...
Nick Tong
nptonguk
Offline Send Email
Jul 10, 2007
9:45 am
2267
You can override the request timeout setting anywhere in the request any time before it has reached the end or timed out. ... -- Chris Phillips www.cfchris.com...
Chris Phillips
mhccgrad1
Offline Send Email
Jul 10, 2007
4:14 pm
2268
Sorry guys... this may be a stupid question but where would I specify the actual timeout value in seconds? In the URL? If I add this code to my index.cfm,...
Doug Allan
douguitarman
Offline Send Email
Jul 10, 2007
4:22 pm
2269
... http://trac.fuseboxframework.org/fusebox/ticket/232 Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying...
Sean Corfield
seancorfield
Offline Send Email
Jul 10, 2007
5:29 pm
2270
... The timeout extension needs to happen before the Fusebox core files start to load because that's the part that takes time. Here's what you - Fusebox users...
Sean Corfield
seancorfield
Offline Send Email
Jul 10, 2007
5:31 pm
2271
Thank you everyone for your suggestions and feedback. I got it up and running using this code with requestTimeout=600 in the URL... <cfif...
Doug Allan
douguitarman
Offline Send Email
Jul 10, 2007
11:24 pm
2272
If you're having a problem with this, I might suggest something like the following: index.cfm: <cfset request.pageStartTime = getTickCount()> <cfsetting...
eric.stevens@...
megaloeric
Offline Send Email
Jul 11, 2007
6:56 pm
2273
The problem was solved but your suggestion is very interesting. Would you use something like this in production (after framework was initialized for the 1st...
Doug Allan
douguitarman
Offline Send Email
Jul 11, 2007
7:14 pm
Messages 2244 - 2273 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