RewriteEngine On RewriteRule ^go/(.+)/?$ index.php?go=$1 [L] It works on my machine. with this: RewriteEngine On RewriteCond $1 !^(index\.php) RewriteRule...
I was working on a Fusebox app and suddenly started received this error message: Fatal error: FuseboxPlugin::compile() [function.FuseboxPlugin-compile]: The...
Hi, I get a similar error from time to time. Try clearing the ³parsed² directory and reload the page? Works for me. Wish I knew why it happens. Gavin ... ...
I've tried that (many, many times) but no luck... actually, after I clear the directory I get the page to load successfully, but as soon as I click a link...
I'm running Apache 2.2 on Windows. the error.log file does not show this error in it??? Running PHP 5.2.3 Yes, I'm using PHP Fusebox 5 functionality...
I figured it out! I added a new class to be used in the Fusebox app. As such, the fusebox.xml file had to be re-created by Fusebuilder. In Fusebuilder, the...
Eddie, try the "Restore Point" plugin for FuseBuilder, it allows you to set arbitrary history points for a project so that it acts like "undo", or I guess more...
... that you are using <instantiate/> and <invoke/> ... to me indicates that the object didn't get fully constructed... or didn't return a reference to itself...
http://fusebox.org/go/fusebox-downloads/beta-program There are several resources for the curious reader at the bottom of the page, and the core files are now...
... Doesn't this allow you to let your user dynamically save his widgets in whatever order he wants? Like re-arranging the UI for your portal, ala Yahoo,...
... Yes, this would be like CFMODULE, but without the cost of having to completely rerun the whole core processes. $myFusebox->do() will basically act as a...
Yeah, that's true, but until this functionality was introduced into Fusebox, it was very much an explicit invocation framework. If this functionality was core...
I recently re-wrote the PHP FB4.x lexicon, foreach, for PHP FB5.0. The lexicon seems to work, however, it gets parsed twice any time I use it. I checked other...
By the way, this is what comes up in the parsed fuseaction file: foreach ($shows as $key => $show ) { // begin loop foreach ($shows as $key => $show ) { //...
All verbs have an executionMode. Block tags have one for "start" and one for "end". Take a look at the "loop" verb for an example of a tag with a start mode...
Okay, I think I understand what you are saying. However, my (modified) foreach.php code still ain't workin: if ( $fb_['verbInfo']['executionMode'] == "start" )...
Remember the "Circuit Maker" PHP script that was posted a long time ago? Well, a friend and I improved the heck out of it. Check it out. I think it'll be...
Great work Shannon! That's perfect timing, because there was a "scaffolding" program written for the CF FB5.5 release. So now we won't need to recreate that...
Thanks, and if anybody checks it out I'd love to get feedback. I can't find any documentation on the CF "scaffolding" program, so I can't tell how it...
Glad you're pleased! We kinda saw your idea & ran with it. We owe you one for liscensing it the way you did, so thanks. Good question about what we call (in...
this seems interesting for me, but i can't manage to get it working... i've downloaded your circuitmaker application and installed it. then i've run it and...
I tested a dynamically generated xml file which kept failing in its opening app (MS Word 2007). The bug was in a leading whitespace before <?xml ... ?> which...
Opps, I meant to say "in a non-Fusebox php file I setup as a test, the whitespace did not show up." (leading me to believe it comes from FB5)... - Mike ... ...
I am looking for examples of how to accomplish different types of loops within the FB 4.1 circuit.xml. I do have a grasp on looping through a db record set,...
oorastard, This is copied from http://fbx4.salientdigital.com <loop></loop> *Usage Examples* <set name="daysInMonth" value="1"> <loop condition="daysInMonth...