Hi,

When I run this line of code:

<cfdirectory action="list" directory="#expandPath('./')#" name="kaka">


I get this error:

TypeApplication DetailCFDIRECTORY is not supported if it does not have
FileIOPermission to the specified directory.Tag ContextCFOUTPUT
(/home/baz/Source/AbitaReno/war/www/index.cfm, Line=16, Column=1)
|
+-- CFDIRECTORY (/home/baz/Source/AbitaReno/war/www/index.cfm, Line=19,
Column=1)Source

16: <cfoutput>
17: <cfset currentDir = expandPath( "./" )>

18: <cfdump var="#currentDir#">
19: <cfdirectory action="list"
directory="/home/baz/Source/AbitaReno/war" name="kaka">
20: <cfdump var="#kaka#">

^ Snippet from underlying CFML source
I am using GAE-OpenBD that I downloaded last week (not sure what version as
it doesn't seem to say anywhere in the download), with the built-in GAE
Eclipse plugin server on Ubuntu 9.04.

I also get these startup errors: http://paste.ubuntu.com/290402/

Cheers,
Baz

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to