Just upgraded to 5.5.1 and now, my content variable is not working. It's working on my other sites, so perhaps there's something ovious I'm missing? It also...
What does your parsed file look like? Is it showing a cfsavecontent around the dsp_title? ... From: fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com]...
Strange.. it only seems to be saving "menu". <!--- fuseaction action="Layouts.Body" ---> <cfset myFusebox.thisFuseaction = "Body"> <cftry> <cfsavecontent...
Hi, Have you tried deleting all the files in the parsed directory and reloading fusebox to make sure it picks up the XML correctly. The parseall url param is...
Are you saving it somewhere else in a prefuseaction? Try setting append="true" to both of the items that aren't saving. ... From: fusebox5@yahoogroups.com...
I would put these in the 'content' scope, just to ensure that nothing is overwriting, or resetting these variables. <fuseaction name="Body"> ... Are these...
There is a really handy Firefox extension for doing this (saves on the typing!). Install then right click on the page and select from the context menu. ...
Hmmm, Sounds very odd. I'd try turning debug on and then checking the processed scripts to see if that circuit is being executed and that none of your plugins...
Already tried that. The fuseaction is being called and since dsp_template.cfm is at the bottom of it and it's getting to that, it is running (and since menu is...
Well, if it was being overwritten, I would get something strange show up instead of it saying that it didn't exist.. Right? Anyway, if I need to put a content....
Does anyone know of any special setup I have to go through while installing CF8 on a dual processor machine running Win 2003 Server to ensure both of the...
... used? - Open Task Manager and goto Performance tab. - Select View>CPU History>One Graph Per CPU. - Make sure nothing much is happening so all graphs are...
I googled this for a while, but I cant seem to find an answer. Fusebox 3 lets you do this. <cfcase value="action1;action2;action3" delimiters=";"> </cfcase> Is...
... No. 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...
Yes...that is the same as solution I came up with. I am migrating a FB3 app to FB5 and they want to maintain their existing URL structure... And they have just...
You may want to look at the relocate verb which supports the type="moved" attribute as of Fusebox 5.1 (sets a 301 status code) That way you can slowly migrate...
Sean it's good to see you here. For years I read you post to the houseoffussion site, and you've been hepful. I am a little frustrated with efforts to get try...
... Thanx. ... The Scaffolder only supports MS SQL Server and will not work (at all) with other databases. Kevin is on vacation right now but may respond to...
Thanks. I went ahead and downloaded SQLEXPRESS and now it pulls that datasource but now the cold generation tab is grayed out. I noticed some one posted a...
Hi, I am using an Application.cfc for my Fusebox 5.5.1 web app which extends fusebox5.Application. When I try to call a cfc as a webservice (access="remote"),...
... I just tried this with a clean skeleton app from FB 5.5.1 and added a CFC to the model with a remote method and it worked perfectly. I suspect you have...