I am totally new to PHP and previously come from a CF background. Although I have used Fusebox 2 extensively, I have only used a little Fusebox 3 with CF. I...
... I would recommend FB4 over FB3 but to answer your questions... ... I usually put it at the top of index.php but fbx_Settings is fine, too. ... This must be...
Are there any restrictions on the location of the plugins folder? How does FB know where to look for it? Does it need to be in the same folder as the core ...
Ok, google answered my question: http://philsown.org/writing/setup-fb4php-1 What is the fusebox.init.php file that comes with the sample applications? Ted ... ...
Wow. I gotta finish part 2 of that article. And write more. It's like I'm answering emails even when I'm not answering emails! :-P The fusebox.init.php file is...
Wow. That moment of profound understanding is starting to hit! <geek>This is REALLY COOL!</geek> Before reading your reply, I looked at that Globals plugin and...
Hi, I'm getting this error with a fresh install of FB4.1 12-2-2004: Could not get exclusive lock to application data file. I tried setting the permissions to...
Building of Mike's work, I set the value of scriptFileDelimiter in Fusebox.php to null, and the dynamic includes work now. - Mike Gatto ... From: "Mike"...
Solved. Moved the "parsed" folder into the web root alongside fusebox.xml and index.php. Additionally, and this is somewhat significant, I had to move plugins ...
Ted, First, please note my tutorial was for fusebox 4.0, not version 4.1. There were some significant changes from 4.0 to 4.1, which are not covered in my...
I got it! Can hardly thank you enough. Got a paypal account? Ted ... @include($FUSEBOX_APPLICATION_PATH.'parsed/app_'.$FUSEBOX_APPLICATION_NAME.'.php'); ... ...
First, thanks a lot for all of your help over the past few weeks. It seems a real shame that all of this excellent information isn't getting indexed by google!...
Is there a switch statement available in Fusebox? Ted PS: Thanks in advance... I know I'm being a little annoying with so many questions, but I'm trying to ...
Nope. No switch. You could fake it with the if tag.... <if condition="$attributes['flip']=='burgers'"> <true> <do action="actBurgers" /> </true> </if> <if...
MIKE! Jeez man, quit keeping this sh** to yourself!!! ... Keep em comin' (realizing full well you can't just sit down and write a FBX4.1 chapter everyday) As...
Mike, I believe the folder fusebox looks for is actually "lexicon," but the folder "lexicon" is assumed, so the circuit xml would be: <lexicons> <lexicon...
... I really have to second that...... I'm not busy with lexicons etc. switches or whatever, but the information Mike gives is invalueable to this group. Not...
Heh, thanks Aschwin, Y'know what the funny thing is? I only started writing what would become the core files for PHP because a year had passed and there hadn't...
I just wanted to thank everyone for their wonderful input these past few days. Although I made an enormous amount of progress, I was unable to finish the...
Does anyone have any ideas on how to resolve this? A problem reported on the FB Forums, related to the developer's shared host operating in "safe mode". His...
... Shouldn't changing ownership of the file over to what PHP is running as (maybe "nobody") solve that problem? Or is that just being too simplistic?...
According to PHP, you can only chown() a file if it's got the same UID as the owner of the template trying the chown(). Because PHP has a different UID than...
Hello Long time listener..first time poster. In safe_mode environment fopen() is restricted as you already pointed out.. makes it difficult to read /etc/passwd...
... Mike, I believe you can do this using SUEXEC-like wrapper as described in this link. Honestly this is a bit over my head, but maybe there will be something...
Hi Hanji, Yeah, he tried deleting the /parsed and /plugins folder, and creating them himself through FTP, but still errors. Is there another way I can protect...
This may be a stupid idea.. but I'm prepared for the consequences... what about the idea of pushing that data to a database? Is this do-able, I'm not too...