Search the web
Sign In
New User? Sign Up
PHP-fusebox · Fusebox methodologies in PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2648 - 2677 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2648
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...
Allan - CFUG Spain
allancliff
Offline Send Email
Dec 1, 2004
6:00 pm
2649
... 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...
Alan Richmond
alanr1138
Offline Send Email
Dec 1, 2004
6:39 pm
2650
Here's the changelog: [*] (01/12/04) - fixed error in Location() function regarding session ID. [*] (01/12/04) - fixed looping error when preparing fuseboxDOT...
Mike
starkraving2002
Online Now Send Email
Dec 2, 2004
6:26 am
2651
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 ...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Dec 2, 2004
8:55 pm
2652
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 ... ...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Dec 2, 2004
9:11 pm
2653
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...
Phillip Harrington
philsown
Offline Send Email
Dec 2, 2004
9:53 pm
2654
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...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Dec 3, 2004
12:04 am
2655
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...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Dec 3, 2004
12:25 am
2656
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"...
Michael Omar Gatto
gatto_omar
Offline Send Email
Dec 3, 2004
12:25 pm
2657
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 Stresen-Reuter
tedmasterweb
Offline Send Email
Dec 3, 2004
12:42 pm
2658
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...
Phillip Harrington
philsown
Offline Send Email
Dec 3, 2004
1:46 pm
2659
I got it! Can hardly thank you enough. Got a paypal account? Ted ... @include($FUSEBOX_APPLICATION_PATH.'parsed/app_'.$FUSEBOX_APPLICATION_NAME.'.php'); ... ...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Dec 3, 2004
3:29 pm
2660
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!...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Dec 3, 2004
4:21 pm
2661
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 ...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Dec 3, 2004
4:28 pm
2662
Nope. No switch. You could fake it with the if tag.... <if condition="$attributes['flip']=='burgers'"> <true> <do action="actBurgers" /> </true> </if> <if...
Phillip Harrington
philsown
Offline Send Email
Dec 3, 2004
5:10 pm
2663
Want a switch statement? Make one! Custom lexicons baby!! yeah!! <ted.switch mode="begin" expression="$somevar"/> <ted.case mode="begin" value="avalue"/> <do...
Mike
starkraving2002
Online Now Send Email
Dec 3, 2004
6:45 pm
2664
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...
Hoffman, Geoffrey
m2guru
Offline Send Email
Dec 3, 2004
7:34 pm
2665
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...
Phillip Harrington
philsown
Offline Send Email
Dec 3, 2004
9:34 pm
2666
Okay, yes you're right. Thank you Mr. Harrington... :p Mike www.fusebuilder.net...
Mike
starkraving2002
Online Now Send Email
Dec 3, 2004
10:58 pm
2667
... 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...
Aschwin Wesselius
discussie_lijst
Offline Send Email
Dec 3, 2004
11:38 pm
2668
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...
Mike
starkraving2002
Online Now Send Email
Dec 4, 2004
7:55 am
2669
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...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Dec 4, 2004
12:32 pm
2670
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...
Mike
starkraving2002
Online Now Send Email
Dec 17, 2004
6:34 pm
2671
... 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?...
David Eleuterius
david_eleute...
Offline Send Email
Dec 17, 2004
8:01 pm
2672
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...
Mike
starkraving2002
Online Now Send Email
Dec 17, 2004
8:22 pm
2673
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...
Astarna
whitehatcheck
Online Now Send Email
Dec 17, 2004
8:55 pm
2674
... 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...
David Eleuterius
david_eleute...
Offline Send Email
Dec 17, 2004
8:58 pm
2675
How would you implement this kind of thing in a shared host environment? Mike www.fusebuilder.net ... this...
Mike
starkraving2002
Online Now Send Email
Dec 17, 2004
10:10 pm
2676
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...
Mike
starkraving2002
Online Now Send Email
Dec 17, 2004
10:17 pm
2677
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...
Astarna
whitehatcheck
Online Now Send Email
Dec 17, 2004
10:40 pm
Messages 2648 - 2677 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help