... 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...
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....
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....
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...
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 ...
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...
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). ...
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...
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...
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 ...
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...
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 ...
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....
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...
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...
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...
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....
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...
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...
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...
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...
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 -...