Jul 10
This message;
This is the template “errortemplates/fusebox.badGrammar.recursiveDo.cfm”
An Error of type “fusebox.badGrammar.recursiveDo” has occurred
Recursive do is illegal
An attempt was made to compile a fuseaction ‘v.intro’ that is already being compiled, in fuseaction v.intro.
had me stumped for a while, I couldn’t figure out what the heck i’d done - turned out I’d dropped my controller circuit.xml.cfm into my views circuit!!! Just a word of warning
July 10th, 2006 at 6:48 am
Without that check in the core files (which is new in Fusebox 5), the core files would have simply tried to recursively compile v.intro over and over, filling up your hard drive and eventually running out of memory and giving you the dreaded "500 Error"
July 10th, 2006 at 6:53 am
hey, i ain’t complaining