Hi Matt, The code itself is sitting on the same server that is processing it. My editor is connecting from a server on the same subnet. Basically, I have
www1 (openBD+Code) DB1 (database) Admin1 (administration, editor, etc) I RDP into Admin 1, which has a mapped drive connecting to the openbd/webapp folder on the www1 server. From there I use my editor to work with the files. The problem is, the code that broke was basically unchanged for months. I went to go run a script that uses this code, and it hung my server up. I started drilling down to isolate it, and I found the cffile code I mentioned. Commenting it out prevented the server from hanging. I went to a backup, copied the exact same lines of code, and pasted it over the 'bad code', and shazamm! It works. I compared the bad code to the good code, which should have been the same since the script was untouched since I last did the backup, and it's identical. I thought cacheing might have been the issue, but I could comment the code out, save it, run the script, it would work, uncomment, save it, run it, and it would break. So my changes were taking affect immediately, like they always have. On Fri, Jan 8, 2010 at 12:44 PM, Matthew Woodward <[email protected]>wrote: > On Fri, Jan 8, 2010 at 10:35 AM, Jason King <[email protected]>wrote: > >> >> and both current and backup files are being worked on from the same >> Editor. >> > > Is the location you're writing the file to a network resource or a local > drive? > > -- > Matthew Woodward > [email protected] > http://mpwoodward.posterous.com > identi.ca/Twitter: @mpwoodward > > Please do not send me proprietary file formats such as Word, PowerPoint, > etc. as attachments. > http://www.gnu.org/philosophy/no-word-attachments.html > > -- > Open BlueDragon Public Mailing List > http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon > mailing list - http://groups.google.com/group/openbd?hl=en > > !! save a network - please trim replies before posting !! >
-- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
