Hi Owen, It's not a big deal to have a logic branch wherever I instantiate a new object, there's only one or two per file, so it's not a lot of work. I don't...
... It all depends on how far you want to go. Personally, I think it will be come a bit of maintenance headache to mix versions of php with conditional logic....
Howdy gang, I'm running into a bit of resistance in utilizing a lexicon in (un-touched) fb4.1 and hopefully there may be someone out there who has more...
Hi Bret, Go into your lex/dynamic_do.php and comment out all the code that's there, then try and run the fuseaction without the xml comments. If it works as...
Hi Mike, Thanks for responding and yes that makes a great deal more sense. It explains why I can see the comments for the lex.do_dynamic in my parsed file, but...
Absolutely Bret, the more information that is out there the better. Note that this explanation also goes for lexicons in Fusebox 5. Mike www.fusebuilder.net ...
I know it's not final yet, but I started a new project and decided to use Fusebox5 instead of 4.X The website is live: http://www.pictureeveryday.com I haven't...
Hi all, One of the members contacted me this morning saying he'd had trouble accessing the online group all weekend. Did anyone else encounter this problem...
... So the way I do it using apache is to rewrite urls... RewriteRule ^/services/images(.*)$ /services/public/images$1 [L] RewriteRule ^/services/js(.*)$...
Mike, I have not been able to get this to work "out of the box" in IIS. Do you happen to know if this works in IIS without some sort of nutty ISAPI rewrite...
@Mike: No errors at all so far! Great job! Hosting is on a dedicated Linux box, Apache2.0.46, PHP 4.4.0, MySQL 3.23.58 (yeah I know I need to upgrade, but I...
Bit of a progress report here, I had a bit of extra time finally and managed to get all the strict PHP5 error messages to go away, so now full development and...
Thanks for the update and the hard work, Mike. Looking forward to getting VSX up to FB5. I'll test out RC3 as soon as you announce it. Christopher Watson ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the PHP-fusebox group. File :...
PHP-fusebox@yahoogrou...
Nov 3, 2006 12:17 am
3815
... ... Announced! "development-circuit-load" mode works now, and you shouldn't get any more "strict" errors in PHP5. With some sneaky coding I was able to get...
Ooops, it looks like a bug that I had earlier fixed somehow got back into the core. It's been fixed and a replacement zip is now online. Sorry about that! Mike...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the PHP-fusebox group. File :...
PHP-fusebox@yahoogrou...
Nov 3, 2006 9:47 pm
3819
Has anyone had a chance to test out this new version of the core files? I'd like to send this to Sean for inclusion on fusebox.org as the "official" core files...
I have used them quite extensively and they seem to work well. I haven't found any bugs. Thanks for the hard-work Mike! PS: Development does seem a little bit...
Hey Mike, I finally had a chance to try out RC3. Here's a little rundown on what I did: (Apache 2.2, PHP 5.1.4, WinXP Pro) I have a working FBX 4 app. I dumped...
Hi Geoff, The "dirty" way would be to reference all the object properties directly. You can (almost) use the same syntax as before to get to any of the...
Hi Mike, Finally getting around to spending some more time with RC3. Hate to say it, but I'm right back where I was with RC2. First request after killing the...
And the fix is.... Change the name of "fusebox.xml" to "fusebox.xml.php". And looking at the reload() function of FuseboxApplication, I can see why. All is...