Hey guys, not sure if anyone knew that there was a database set up here so you could 'register' for the PHP FB Reboot, so I put in my own entrant, a client...
I'm developing several PHP Fusebox 4 apps, and also converting some Fusebox 3 sites to 4. I've become so busy that I need some help. If you have PHP Fusebox 3...
... Hi Dean, In Fusebox 4.1, there are 3 loop types available natively in a fuseaction in circuit.xml: 1 - Conditional loop Purpose: Repetitively execute code...
It's quite possible that the Transformer in PHPFB4.x is smart enough to properly handle a nested if. But for compliance you should not do it. With the...
Hi All, Apparently, a circuit="" attribute in an include for a postfuseaction does not work. I get an error about it not being able to find the file ...
Hi Mike, you're correct: support for '<include circuit=""' in a pre/postfuseaction wasn't included. This is because the code for that also is missing from the...
Since there are many CF developers on this list, I was wondering if some of you kind souls could kindly answer a couple of CF questions. 1) I have a situation...
... I'd say that 110K is pretty excessive, but it really depends on your application and environment. If you've got a big server and a small load, then I...
Hi, I am trying to speed up some slower page on a system that is growing to have a fairly large code base. I am finding some of the slower pages are up to 6000...
Hi Dean, The performance comes during 'production mode' in the fact that the parsed files are run without going through the Loader, Transformer and Parser...
... I would try it in production mode first. If it's still slow, try a bytecode cache (if that's an option.) Finally, I would consider splitting up the ...
Hi again Thanks for the quick response on my parsed file question, confirming what I suspected I needed to do. I have a question about utilities for fusebox. I...
I have a question about directory structures for fusebox. If an application has several 'modules', take for instance an office type application with a word...
Hi Dean, Not sure if you're using Dreamweaver, but I know that Steve Nelson's been working on a "Fusebox Explorer" plugin for it, which does exactly what...
Hi Dean, For myself, I've built apps using both of your folder layouts. It essentially boils down to the purposes of the various 'modules'. If you plan on...
We would like to remind you of this upcoming event. PHPFB Reboot Ends Date: Monday, August 1, 2005 Time: All Day The PHPFB Reboot... Rewrite a website to use...
PHP-fusebox@yahoogrou...
Jul 30, 2005 4:02 am
3174
... Didn't quite make it to the reboot today :( Things got kinda hectic, but I started working on something that I will get finished soon, but it is in a...
Ok, This has reared its ugly head in again, only this time in reverse. I have a new machine and copied my app files from the old dev machine to this new one....
Ok, This has reared its ugly head in again, only this time in reverse. I have a new machine and copied my app files from the old dev machine to this new one....
I can't give you the reason why this happened, but did you try deleting all of the files in the Parsed folder? I received the same error yesterday out of...
Some newer distributions of Red Hat include the ability to limit Apache's ability to interact with the the filesystem, including prohibiting the ability for ...
I don't use a script to clean it out (especially when I'm in production mode), but whenever I move an app to a new location or new server, I delete all the...
Hello all, This is a Windows XP Pro box, running IIS and PHP 4.4.1. There are no files in the parsed folder, not even app_ff.php (ff is the application name). ...
You could try checking the permissions on the parsed folder, make sure the IIS user has write permissions on the parsed folder. I don't remember the user name...
Could you tell us the following? - path to php.exe - the user that php runs as - path to fusebox core files and permissions - path to parsed directory and...
Hi, Path to php : c:\php user php runs as: I presume my account, computer administrator. Showing in Security tab- Administrators, all checked; James, all ...
Hi James, I recently had this trouble too, after 'repairing' XP from a H/D swap. This is what I had to do: In Windows Explorer, edit the properties of wwwroot...