Note that your are setting the return of myFusebox.do() into 'stuff' at this point. myFusebox.do() returns strings only. Specifically do() returns the output...
I see. Would the following make sense as an upcoming-version feature-request (so that you can do what I'm describing without going "outside" FB)...? One of...
In the future feel free to add these straight to the ticket system and link to it for discussion here. http://trac.fuseboxframework.org/fusebox/ticket/350 As I...
After copying 552BER files over my Fusebox5 folder, on appinit, I'm getting: Complex object types cannot be converted to simple values. The error occurred in...
Perhaps you just need to reload the framework? From: fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com] On Behalf Of John M Bliss Sent: Monday, January...
I stopped and restarted the CF Server service and deleted contents of parsed folder. Anything else? On Mon, Jan 5, 2009 at 2:42 PM, Seth Johnson ... -- John...
P.S. I just ran ?fusebox.loadclean=true&fusebox.parseall=true&fusebox.execute=true&fusebox.password=[app password] and got the same error... ... -- John Bliss ...
I just updated my core files and I am not getting the error message, though I have not tested your code. Maybe try deleting the fusebox5 directory and re-unzip...
... Done. Same error. Any idea what this section of code is trying to do...? That might help me figure out why I'm seeing this error... The error occurred in...
I wonder if there's a different way to tackle this? Rather than trying to access your model's method via myFusebox.do, you could just instantiate the component...
Hey John, that's a big stupid error on my part, getCircuit() returns a complex object. It should have been getCircuit().getAlias(). I was lazy yesterday and...
Thanks! That seems to have fixed that error. Now I'm seeing the following: Invalid CFML construct found on line 49 at column 191. ColdFusion was looking at...
You'd think I didn't know how to code, this is why I should have just tested this before uploading it. Truth be told I don;t have an environment setup to test...
You're a rockstar and I have complete faith in you. :-) "Final fix" here: http://dl-client.getdropbox.com/u/64114/fusebox552BER.corefiles.zip ? Looks like...
Yeah dropbox did not like me or something, this is why I need my build server running (I plan to get to this sometime this quarter). The zip should have...
I don't like the idea of creating/using a Circuit CFC on your own, you're just asking from trouble there if you ask me. Like I mentioned earlier though John...
Oh I think it was updated just didn't edit the right file. I got everything setup and test locally tonight. All should be working in the download. Adam...
I'm gonna blog about this but since I don't think I will get to it tonight like I planned... I am considering an alternate (or maybe additional) way of...
So let me see if I understand: You are proposing a do extension that is similar to the ContentVariable in the Include verb. The extension (your example is...
Stephen Cassady
cassady@...
Jan 6, 2009 7:22 am
3995
... Content Variable is already available in dynamic do's. I think you are misunderstanding something, ContentVariable has historically dealt with output of...
We've got an application running in FuseBox 5.5 that was working fine this morning. Suddenly, it refuses to run, instead throwing the following error: Element...
Make sure you haven't uploaded any more fusebox applications with the same name to the server. The default code makes a unique name, but sometimes it gets...