Hi - I am swamped with projects and would like to hire PHP a developer full-time or on a project basis. Most of the stuff I work on is in PHP Fusebox 5. ...
Hi, I've moved my development to a WinXP box. Upon first request, fusebox compiles and produces the expected parsed files and outputs HTML. On subsequent...
What version of Fusebox? Do you have eAccellerator on? It may not be due to Win XP. This is probably not related, but I noticed that MAMP 1.7 on OS X has ...
First, I'd make sure you have the most current version of Fusebox, if you're using FB5. The one in SVN are more recent than the ones on the site. Go to...
Hi Guys, Thanks for the pointers. I'm checking out the SVN version. This WSOD happens on all my sites on this box and only after when its trying to read from...
circuit.xml.php is tested for first, and if not found then circuit.xml is tried. If circuit.xml.php is found then circuit.xml is not run, even if both are in...
Has the resolution to this issue been found? I am running into the same problem. FB 5 - have tried both the core file zip and the files in subversion php 5.2.5...
Adjust the memory allotted to PHP from 8 or 16 to 64. Worked for me. From: PHP-fusebox@yahoogroups.com [mailto:PHP-fusebox@yahoogroups.com] On Behalf Of...
My manager just brought this to my attention: http://www.securityfocus.com/bid/14460/info I know the issue exists in FB 4.1, but don't seem to have an issue ...
Hi Nowell, I tried both sample urls in a FB4.1 app and neither had the behaviour of the security alert. The PHP code tokenizes the fuseaction in the url by the...
I just ran into a situation where I wanted to write to the front of a contentvariable. I've almost always programmed top-down, using append="true" but in this ...
Yah, prepend has been around since FB4.1. FB5's implementation is actually a step backwards, because in FB4.1 you could prepend and append the same CCV in the...
I just discovered that an old site I made eons ago with PHP Fusebox 3 is returning (downloading... Where would you like to save?) index.php as pure source code...
Sounds like apache doesn't know php should be executed not returned. I'd check httpd.conf. Ron ... From: "Geoffrey Hoffman" <geoffrey.hoffman@...> Date:...
Yes, that is the same behavior I am getting, except on the same server I have other PHP and PHP Fusebox 4.x sites running without any issues at all. On Thu,...
Depending on how apache is set up with php, you may need to enclose php code with brackets like this - <?php ... ?> rather than <? ... ?> This has thrown me a...
As I recall, that behavior is controlled by the php.ini file. Ron ... From: Dan <datrill@...> To: PHP-fusebox@yahoogroups.com Sent: Friday, June 13,...
Just a quick note to let you all know that I've added PHP information into the documentation for the circuit.xml syntax in the Wiki documentation on...
Sorry for the delayed response... The problem I was having allowed injection through the url. I had a variable that was passed through the url that would be ...
One way I like to loop is over an associative array with foreach(). I can't seem to get this working. I have moved up to FB5 and am using a workaround by using...
... as pure ... why or ... I've tripped across something like this in FB5. When I see it, I usually have a really bad php error. I solve it by placing die() ...
Fusebox5 has support for additional versions of loop. The one you're interested is below: <loop item="key" collection="arrayWithoutTheDollarSign">...</loop> ...
as a bit of additional information... for those who need nested foreach() type loops: <loop item="key1" collection="array_name_without_dollar_sign"> <loop...
Hi Nowell, thanks for the offer! First thing to do is head over to http://trac.fuseboxframework.org and download the FB5.5.1 core files for ColdFusion from the...
I've committed a dev version of the core files to trac.fuseboxframework.org, it's in the "phpframework/branches/dev" section of the SVN repository. It's going...
I've seen PHP fusebox generate php code to the browser before, but I don't recall preciesely what fixes it and I'm a bit sidetracked and backlogged with work...