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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 3174 - 3203 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3174
... Didn't quite make it to the reboot today :( Things got kinda hectic, but I started working on something that I will get finished soon, but it is in a...
Mubashar (MUBS) Iqbal
iisbum
Online Now Send Email
Aug 2, 2005
3:25 am
3175
Ok, This has reared its ugly head in again, only this time in reverse. I have a new machine and copied my app files from the old dev machine to this new one....
James Johnson
jamessmb
Offline Send Email
Aug 2, 2005
3:39 am
3176
Ok, This has reared its ugly head in again, only this time in reverse. I have a new machine and copied my app files from the old dev machine to this new one....
James Johnson
jamessmb
Offline Send Email
Aug 2, 2005
5:27 am
3177
I can't give you the reason why this happened, but did you try deleting all of the files in the Parsed folder? I received the same error yesterday out of...
Adam Cantrell
ad4mc
Offline Send Email
Aug 2, 2005
5:53 pm
3178
Some newer distributions of Red Hat include the ability to limit Apache's ability to interact with the the filesystem, including prohibiting the ability for ...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Aug 2, 2005
5:59 pm
3179
I don't use a script to clean it out (especially when I'm in production mode), but whenever I move an app to a new location or new server, I delete all the...
Phillip Harrington
philsown
Offline Send Email
Aug 2, 2005
6:01 pm
3180
Hello all, This is a Windows XP Pro box, running IIS and PHP 4.4.1. There are no files in the parsed folder, not even app_ff.php (ff is the application name). ...
James Johnson
jamessmb
Offline Send Email
Aug 2, 2005
7:48 pm
3181
You could try checking the permissions on the parsed folder, make sure the IIS user has write permissions on the parsed folder. I don't remember the user name...
Mubashar (MUBS) Iqbal
iisbum
Online Now Send Email
Aug 2, 2005
7:58 pm
3182
I have checked permissions on the parsed folder (it has full permissions), it is not read-only, I have tried running the app with and without the...
James Johnson
jamessmb
Offline Send Email
Aug 3, 2005
4:02 am
3183
Could you tell us the following? - path to php.exe - the user that php runs as - path to fusebox core files and permissions - path to parsed directory and...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Aug 3, 2005
9:28 am
3184
Hi, Path to php : c:\php user php runs as: I presume my account, computer administrator. Showing in Security tab- Administrators, all checked; James, all ...
James Johnson
jamessmb
Offline Send Email
Aug 3, 2005
2:15 pm
3185
Hi James, I recently had this trouble too, after 'repairing' XP from a H/D swap. This is what I had to do: In Windows Explorer, edit the properties of wwwroot...
Mike
starkraving2002
Offline Send Email
Aug 3, 2005
3:24 pm
3186
Bingo! That was it. Internet Guest Account was set to deny writes. Wow, what a nightmare. Thanks to everyone for their help, James ... -- James Johnson ...
James Johnson
jamessmb
Offline Send Email
Aug 3, 2005
4:07 pm
3187
I know this is ColdFusion V41.0 related.. but wondering if this affects any PHP FB apps? We should take a look and confirm or deny this vuln. This...
hanji
whitehatcheck
Online Now Send Email
Aug 3, 2005
8:34 pm
3188
Hi Hanji, thanks for bringing this to our attention! I tested your vulnerability url and got a 'malformedFuseaction' error, which would be the expected result....
Mike
starkraving2002
Offline Send Email
Aug 4, 2005
3:58 am
3189
I am just wondering about production mode and making updates. If I switch the site to production mode and then make updates to the code base, when does the...
Dean Lovell
d_legoman
Offline Send Email
Aug 4, 2005
3:57 pm
3190
Hi Dean, Once you're in production mode you can cause the current fuseaction to be reloaded by appending to the url string: ...
Mike
starkraving2002
Offline Send Email
Aug 4, 2005
5:50 pm
3191
It's also important to note that no reparsing needs to be done unless your changes effected a circuit file. If your changes were just fuse files, the changes...
Ryan Hagan
ryan_hagan
Offline Send Email
Aug 4, 2005
6:05 pm
3192
Thanks guys. I did go the 'delete all parsed files' way previously, but ended up have a permission error shortly thereafter and had to go and update the file...
Dean Lovell
d_legoman
Offline Send Email
Aug 4, 2005
7:46 pm
3193
Hello all, Still getting weird results running PHP/FB4.1 on a windows machine. I've setup a minimal application to experiment with circuit based security....
James Johnson
jamessmb
Offline Send Email
Aug 8, 2005
10:00 pm
3194
You got that right. The FB for PHP 4.1 core file fusebox.xml (sic) has scriptlanguage (sic) set to "cfmx" and scriptFileDelimiter set to "cfm". Kind of...
Christopher Watson
skygxproject
Offline Send Email
Aug 8, 2005
10:17 pm
3195
Hi James, Don't use the core files on fusebox.org, they're not current. I've sent a note to JCQ but in the meantime use the ones at SF.net ...
Mike
starkraving2002
Offline Send Email
Aug 8, 2005
10:22 pm
3196
Hi. Thanks for the link. I've copied the core files over, but still get the same error. It doesn't happen when the parsed folder is empty, only when there...
James Johnson
jamessmb
Offline Send Email
Aug 8, 2005
10:37 pm
3197
What do you have as your $FUSEBOX_APPLICATION_PATH?...
Mike
starkraving2002
Offline Send Email
Aug 8, 2005
10:41 pm
3198
$FUSEBOX_APPLICATION_PATH = ""; when I set it to $FUSEBOX_APPLICATION_PATH = "c:\\inetpub\\wwwroot\\"; I get the error mesage: "The file ...
James Johnson
jamessmb
Offline Send Email
Aug 8, 2005
10:45 pm
3199
Clarification: $FUSEBOX_APPLICATION_PATH = "c:\\inetpub\\wwwroot\\fbphp"; James ... -- James Johnson jamesNew@......
James Johnson
jamessmb
Offline Send Email
Aug 8, 2005
10:55 pm
3200
Ok, Thinking back to the other issue running PHP on Windows I decided to look at the Security settings for the wwwroot folder. Once I assign Full Control to...
James Johnson
jamessmb
Offline Send Email
Aug 8, 2005
11:11 pm
3201
Hi James, that might be your trouble. $FUSEBOX_APPLICATION_PATH should be a relative path from your webroot to your approot. If index.php and fusebox.xml.php...
Mike
starkraving2002
Offline Send Email
Aug 8, 2005
11:15 pm
3202
The core files are in the same folder as index.php, fusebox.xml.php and fusebox.init.php. Setting $FUSEBOX_APPLICATION_PATH="", along with the User...
James Johnson
jamessmb
Offline Send Email
Aug 8, 2005
11:32 pm
3203
Ok, on to the next question. I've been trying to implement circuit level security based on Mike's code block in fusebox.init.php (Msg: Web App Authentication -...
James Johnson
jamessmb
Offline Send Email
Aug 8, 2005
11:42 pm
Messages 3174 - 3203 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