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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 4091 - 4120 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4091
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...
oorastard
Offline Send Email
Apr 3, 2008
12:57 am
4092
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...
Steve Landis
stevelandis01
Offline Send Email
Apr 3, 2008
12:59 am
4093
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 ...
oorastard
Offline Send Email
Apr 3, 2008
1:03 am
4094
I'm assuming you set that in the php.ini... My memory_limit is set to 128M in the php.ini btw: thanks for the quick response...
oorastard
Offline Send Email
Apr 3, 2008
1:06 am
4095
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...
Mike
starkraving2002
Online Now Send Email
Apr 3, 2008
3:10 pm
4096
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 ...
Geoffrey Hoffman
m2guru
Offline Send Email
Apr 5, 2008
2:07 pm
4097
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...
Mike
starkraving2002
Online Now Send Email
Apr 5, 2008
5:53 pm
4098
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...
Geoffrey Hoffman
m2guru
Offline Send Email
Jun 12, 2008
6:30 pm
4099
Sounds like apache doesn't know php should be executed not returned. I'd check httpd.conf. Ron ... From: "Geoffrey Hoffman" <geoffrey.hoffman@...> Date:...
Ronald Perrella
perrella
Offline Send Email
Jun 12, 2008
7:17 pm
4100
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,...
Geoffrey Hoffman
m2guru
Offline Send Email
Jun 13, 2008
4:39 am
4101
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...
Dan
danner_1969
Offline Send Email
Jun 13, 2008
8:44 am
4102
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,...
Ron Perrella
perrella
Offline Send Email
Jun 13, 2008
11:10 am
4103
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...
Mike
starkraving2002
Online Now Send Email
Jun 24, 2008
4:00 am
4104
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 ...
oorastard
Offline Send Email
Jul 1, 2008
9:03 pm
4105
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...
oorastard
Offline Send Email
Jul 1, 2008
9:16 pm
4106
... 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() ...
oorastard
Offline Send Email
Jul 1, 2008
9:20 pm
4107
Fusebox5 has support for additional versions of loop. The one you're interested is below: <loop item="key" collection="arrayWithoutTheDollarSign">...</loop> ...
Mike
starkraving2002
Online Now Send Email
Jul 1, 2008
9:29 pm
4108
Thank you!!! Thank you!!! Thank you!!! Thank you!!! Thank you!!! Thank you!!! Thank you!!! Thank you!!! Thank you!!!...
oorastard
Offline Send Email
Jul 1, 2008
10:15 pm
4109
as a bit of additional information... for those who need nested foreach() type loops: <loop item="key1" collection="array_name_without_dollar_sign"> <loop...
oorastard
Offline Send Email
Jul 1, 2008
10:31 pm
4110
I would like to offer my services to help with the php FB framework. Please let me know what I can do. Nowell...
oorastard
Offline Send Email
Jul 7, 2008
1:26 am
4111
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...
Mike
starkraving2002
Online Now Send Email
Jul 7, 2008
3:42 am
4112
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...
Mike
starkraving2002
Online Now Send Email
Jul 25, 2008
8:05 am
4113
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...
Geoffrey Hoffman
m2guru
Offline Send Email
Jul 26, 2008
2:19 am
4114
I'm using ApacheFriends' XAMPP for Linux right now, the default install with PHP5 and EAccelerator turned off. I have a duel boot, I suppose I should try it on...
Mike
starkraving2002
Online Now Send Email
Jul 26, 2008
5:56 am
4115
That was it: eaccelerator. If I have time later I'll checkout what u have & try on wamp 2 XP. Sent from my iPhone...
Geoffrey Hoffman
m2guru
Offline Send Email
Jul 26, 2008
3:39 pm
4116
I've committed the recent changes to the /dev repository on trac.fuseboxframework.org. I haven't really put it through its paces yet but I was able to get both...
Mike
starkraving2002
Online Now Send Email
Aug 4, 2008
7:07 pm
4117
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the PHP-fusebox group. File :...
PHP-fusebox@yahoogrou...
Send Email
Aug 4, 2008
7:09 pm
4118
Okay, I figured out what was causing the corrupted app_ data file. It was the use of PHP5 keywords in the class files, such as private $protectedVar; and...
Mike
starkraving2002
Online Now Send Email
Aug 6, 2008
4:14 pm
4119
Has anyone used the new test core files for any of their applications? I'm pretty sure that I'm not that perfect, that it works exactly right this soon out of...
Mike
starkraving2002
Online Now Send Email
Aug 20, 2008
10:22 pm
4120
I'll upgrade a test website I keep just for such emergencies and let you know what I come up with. BTW, the core files for 5.5.1 PHP have a lot of comments...
Michael Omar Gatto
luckygomar
Offline Send Email
Aug 21, 2008
2:58 am
Messages 4091 - 4120 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