Re: trigger onMissingTemplate in CF for directory requests

2013-02-26 Thread Steve 'Cutter' Blades
onMissingTemplate only fires for ColdFusion processed template requests (.cfm, .cfc, etc). Generally a directory request will need to be handled by a 404 handler. I haven't tested this, but your issue may be your web server's default template handler. Most web servers are setup to, by

full file information

2013-02-26 Thread Michael Dinowitz
I've played with cfdirectory and cffile as well as their functional equivalents but none of them give me 'all' of the information available about a file. It'll give me the lastmodified date but not the created or accessed dates. Does anyone know of a cfx, java object, or something else that will

Re: full file information

2013-02-26 Thread Raymond Camden
getFileInfo() On Tue, Feb 26, 2013 at 5:57 AM, Michael Dinowitz mdino...@houseoffusion.com wrote: I've played with cfdirectory and cffile as well as their functional equivalents but none of them give me 'all' of the information available about a file. It'll give me the lastmodified date

Re: full file information

2013-02-26 Thread Michael Dinowitz
Only returns Lastmodified, not created or lastaccessed. On Tue, Feb 26, 2013 at 6:59 AM, Raymond Camden raymondcam...@gmail.comwrote: getFileInfo() On Tue, Feb 26, 2013 at 5:57 AM, Michael Dinowitz mdino...@houseoffusion.com wrote: I've played with cfdirectory and cffile as well as

danger of Flash files?

2013-02-26 Thread Chris
What danger is there in having Flash FLV files in with your application code? I know about Flash player vulnerabilities, but are there any issues with the FLV files themselves? Generally we like to keep code and content separate, but the question came up about security, too. thanks, Chris

error: [Macromedia][Oracle JDBC Driver](Internal Error) Message 1018 not found

2013-02-26 Thread Chris
error: [Macromedia][Oracle JDBC Driver](Internal Error) Message 1018 not found Anybody know what this error is? It happened after a request with 2 queries ran for a very long time (basically, the query is hung and the ColdFusion request is frozen). - A DBA checked the query in a SQL

Re: full file information

2013-02-26 Thread Billy Cravens
Java's NIO gives you that info, but requires JDK7. If you're on Windows, you could use the File class to get that info: http://msdn.microsoft.com/en-us/library/system.io.file.aspx If on Linux or other *nix, you can use cfexecute and bash stat command, and parse the output. Billy Cravens

ExactTarget experience

2013-02-26 Thread Malachi Shafer
Hello guys, I am working with ExactTarget trying to make the triggered mail xml formatted file to transact with their servers but haven't had any luck thus far. It appears they have no experience with Coldfusion so help is non existant at this time. Does anyone have any experience with

Re: Weird issue with SOLR and cfindex - it won't index more than 10k rows

2013-02-26 Thread Edward Chanter
I did more digging into the Solr config XML for my collection, and found this in the updateHandler: autoCommit maxDocs1/maxDocs !-- maxTime1000/maxTime -- /autoCommit That seems to allow me to index more documents. Solr ended up not being able to do what I needed so I've

Re: trigger onMissingTemplate in CF for directory requests

2013-02-26 Thread Matthew Smith
How do I get the calling template though? I was using CGI.PATH_TRANSLATED but the value for that is always 404.cfm. On Tue, Feb 26, 2013 at 5:38 AM, Steve 'Cutter' Blades cold.fus...@cutterscrossing.com wrote: onMissingTemplate only fires for ColdFusion processed template requests (.cfm,

Re: Weird issue with SOLR and cfindex - it won't index more than 10k rows

2013-02-26 Thread James Mc
The 10k records entry is only for autocommit which means that as soon as your collections reaches 10k uncommitted docs it will commit them and then start queuing up more. What could be happening is that you have more than 10k but less than 20k documents which would leave these documents