Geoff, Try deleting the "$pPath." from the index.php file. PHP is surprisingly good about knowing where to look for files when using relative paths (as is the...
Hey Ted, Rather than deleting the $pPath var from the relative path, is there some change I should make in it so that it's more capable of handling every...
Alright, here's an update: The alpha core for FB5 was released to the members of the Fusebox5 Yahoo! Group a while ago, which has a larger membership than the ...
... Well, i may be wrong about the conclusion that that is the problem too... I just know that deleting it seems to have allowed me to get to the login page...
In a nutshell, I have a WAMP where I have myapp myapp/fbx myapp/modules therefore in fusebox.xml every path to circuits starts with ../modules/ When you run...
I'll try to recreate it myself first. All my tests have been to fuseboxes where the fusebox.xml is the root of the app, and circuits nested within. Looks like...
Sounds good. On a somewhat unrelated note, is there a PLATFORM_PATH_SEPARATOR variable already in Fusebox somewhere? I figured there must be. Anyway it would...
in PHP there is the constant DIRECTORY_SEPARATOR and if I'm not mistaken, some FB apps (possibly the core files as well) make use of $slash (or was that...
... You made that up :p But, in FB you can access $application['fusebox']['osdelimiter'] Not sure how important that is though; according to the docs PHP will ...
Hi all, any body know or have a sample FB4 for company profile such as about,services,client, news,gallery,contact or cms fusebox :) ? thank you....
Dave Muhammad
dave@...
May 3, 2006 5:24 am
3509
Hey guys, I'm posting this here because this morning I needed something quick in order to work around a host that wasn't willing to give me 0777 access to the...
When I hit a page with the following code, and then hit reload several times, my cookie still has plenty of data in it. I have a var_dump($_COOKIE) at the...
For what it's worth, I figured out my problem... here's a fix in case anyone is listening: the trick was: $K ."[". $M ."]" not $K[$M] for the cookie name! ...
Just ran across this: http://ca3.php.net/manual/en/ref.shmop.php It appears that it requires PHP to be compiled with --enable-shmop. I just checked on my...
Hi Ted, The way it's done in ColdFusion is to cache it on the server, not in the session at all. In CF with #application.fusebox#, the variable 'fusebox' is...
Hi all, Before we put these up publicly as 'official' core files, we'd like some feedback on performance, as well as acid tests for any possible problems that...
Arrrg.... Mike... I wish I could say I have, but I've been so damn busy I haven't had time to brush my teeth let alone try out the new files... I'll see if I...
I wish I could, but unfortunately your point # 3c you mention will break my application's security and menu system.. My current app is going into production in...
Please excuse my lagging behind here, but... Is that alleged vulnerability fix in the runtime core file in this update? Changing $attributes["fuseaction"] = ...
Hi Christopher, Yes, the message text in the exceptions thrown by the core files have all the html escaped in them. Mike www.fusebuilder.net ... update? ... ...
Hi Owen, This should be easy to work around, in your security code you just have to make sure you require_once() the circuit file before running any logic that...
Hi Mike, Well yes, if you recall I am using a modified version of your permissions script, so it all occurs in fusebox.init.php :) I think I understand what...
... Unfortunately it's not quite that easy from fusebox.init, because it's included in the request before $myFusebox is created. It's also included before...
... Right I should have realized this from the fact that $myFusebox isn't used in the permissions script. ... Ok I see, I hope my questions aren't redundant,...
... name of ... In the main $application datafile, the ['circuits'] array will exist but will be empty. I'll see what happens if I put in just the children as...