Hi Mike, I'm writing an iterator to imitate what var_dump could do for the $myFusebox->getCurrentFuseaction() type of variables. So far, so good. However, when...
Hi Michael, The custom attributes have to be collected into namespaces, as follows: <circuit access="public" xmlns:gatto="mylexicon/" gatto:hint="I am a public...
Hello, We've been getting this error intermittently quite a bit lately. I've been asked to 'patch around' this error, but hoping to find the root of the...
Hey Everyone I've been tweaking fusebox to use memcached as the storage container for the application object. So far I have got it to work using different...
Hey guys, is anyone else on LinkedIn? I don't want to blindly invite people to the service if they're not using it, but if anyone is, my email address is...
I have multiple apps that should be sharing the same layout and core files. I have an overbearing server admin who demands that authentication/permissions be...
I'm not sure I understand exactly what you mean by 'directory level permissions' but... I *think* everything (php/xml/js/css/etc) under your public_html and...
I guess I should try to explain this better... The 4 apps make up an ldap maintenance tool. To make sure users can only see functionality they have access to,...
I still may not completely understand, but I'll take a shot at this one. Here's what I would suggest. Core and Common Files /var/www/fbcore41 /var/www/webroot...
Or does "off the webroot" mean that these 4 folders are where your fusebox code is outside your code? was supposed to say Or does "off the webroot" mean that...
I'm using PHP Fusebox 4.1 on a site and just tried adding js,css to the maskedFileDelimiters. 1) Am I supposed to be able to do that? 2) Is there a reason this...
What the maskFileDelimiters does is provide a list of extensions that, if found, mean that ".php" doesn't need to be added to the file. So that means that you...
... I just figured it would include it, and having the .css file extension displays it with syntax coloring in Dreamweaver. I decided to set a default color as...
Hi All, Has anyone ever had a problem like: Fatal error: Call to a member function reload() on a non-object in {pathto}/fusebox5.php on line 136 (same happens...
Platform: Mactel OS X 10.4.9 Web Server & version: Apache/1.3.33 (Darwin) PHP version: 4.4.7 Safe mode: OFF What your tempdir ends up being: /var/tmp...
You may be on to something, Geoff; is it me or are there legions of developers heading to Rails? Scaffolding is a drug. :) I'll try the Temp Dir code soon -...
I've been getting a white screen of death on another fb 4 project I've been working on. Fusebox 4 allows you to embed contentvariables which implies some ...
Have you tried adding 'fusebox.debug=true' to the url? Look at the last output and you'll see how far your request gets before it dies. That might make a...
There's an independent project underway for CF FB5.5 which will enable scaffolding for Fusebox. It will enable a specially-configured database to be used while...
... What's scaffolding? ... The problem, if any, that I have with Fusebox 4/5 is that the more circuits you add, the slower it runs, making it less and less...