Hello. We're having problems with parsed files somehow getting corrupted on our production server. We're running on Fusebox 5.1, and I've just double checked...
... Just to confirm: the application is running in "production" mode, yes? Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If...
I had the same issue but come to find out production was (stupid me) set to development. Give that a whirl and see if that helps you out. J.J. Merrick ... --...
(I work with Peter) I'm wondering if we need to add a loadclean=true on a separate site into our deployment process? or should we just start including the...
As a rule, derived files don't belong in the source tree. However there is something to be said for not having to worry about file corruption, or in...
I have been provided with a set of CIDR ranges, which I've stored in a struct. They are standard CIDR format, i.e.: xxx.xx.xx.x/23 xx.xxx.x.x/22 Etc. I need a...
very cool, Jeff. just placed my order! :) ... -- Charlie Griefer ================================================ "...All the world shall be your enemy,...
Awesome Jeff. my order is in too. Is there a PDF version? I live in Europe so the printed version is going to take over a week to get to me. Thanks Tom...
We're already using rsync in our deployment process (we have a CVS sandbox on the server which we CVS update, and then rsync to the live box, excluding the CVS...
Ok, having some problems which hopefully someone here might be able to offer suggestions or help with. The ant script uses the get command to load a simple...
I've been getting the following two error message for 3-days now: Error # 1: "Error","jrpp-10","05/03/07","08:54:10","CAMP","A timeout occurred while ...
... Do you have the core files / application on different drives? The underlying Java libraries do not allow relative path navigation across drives on Windows....
Do you happen to have any calls to CreateUUID() right around there in the code? We had a problem at work with errors coming up randomly during load testing....
Ah! Yes, the main webroot is on D, but the files are deployed to C (before being synced there). That's a pain. I guess the solution is to shift the deploy...
It sounds like there are two solutions. Either move the deployment to D or make your paths absolute. That is, if the underlying Java libs support absolute....
... Fusebox attempts to calculate relative paths from one path to another so that it can use <cfinclude> (because Fusebox doesn't have any knowledge of...
Just to let y'all know where things stand on Fusebox 6... Based on lots of feedback about Fusebox and different versions, we arrived at two themes for the...
One missing piece in the current implementation is the synthesis of a controller fuseaction that should automagically do the matching model fuseaction and then...
... It would make logical sense but it took a good while to build up a good-sized core of testers here on this list (there are over 400 people here now) and I...
I'm in favor of continuing with just this list, though perhaps renaming it from fusebox5 to just fusebox or fusebox-dev. My $0.02, Christian _____ From:...
... Continuing the example from your last email... In the scan for a circuit definition (assuming there isn't one declared), can you alter it so that if you...
I did a quick look into group names ... Fusebox -> taken Fusebox-dev -> available Fusebox_Core - > available CFMX_Fusebox - > available Fusebox_Core gets my...
I'm not sure how versed you are on IP addresses and CIDR ranges, so I'll touch on a little bit of how this stuff works first. Traditional IPv4 addresses are...
... new ... Terrific! This will allow me to force certain settings, such as debug or mode, based on the server on which the request is running. This feature ...
... I have a mild preference for lowercase and hyphens so I'd vote for: fusebox-dev or fusebox-core ... Well, the PHP community is pretty strong around Fusebox...