Hi, Some code would have been good :-) In any case, there has been some change in the way you create collections. Here is the code for the CollectionCreate() function:
<cfset CollectionCreate(collection="mycol",relative=true,path="/WEB-INF/collections/mycol")> TWO things are VERY important here if you want to point to a custom collection path: 1. You need to use "relative=true". 2. You need to APPEND the collection name to the path. @Matt: Not sure how the admin behaves here, but we talked about those changes on our mailing list. Kind Regards, Nitai On Sun, Feb 19, 2012 at 11:39 PM, Rob <[email protected]> wrote: > Hi Nitai, > I tried Admin, Script and Tag, all with the same results > Rob > > On Feb 18, 12:58 pm, "Nitai @ Razuna" <[email protected]> wrote: >> How do you create the index. Is it in the admin only or programmatically? >> >> Kind Regards, >> Nitai >> >> On Sat, Feb 18, 2012 at 7:59 PM, Matthew Woodward <[email protected]> >> wrote: >> > On Fri, Feb 17, 2012 at 11:09 AM, Rob <[email protected]> wrote: >> >> >> I was unable to create the index - each time I received the above >> >> error (using the BD Admin). >> >> > I wonder if Nitai can jump in here and help? I know he uses collections >> > very >> > heavily for Razuna. I will also try to test some basic stuff on my end but >> > I >> > did test all of this (with Nitai's help) pretty thoroughly before the 2.0 >> > release and everything was working fine in my tests at that point. >> >> -- >> See for yourself how easy it is to manage files today. Join the revolution! >> >> Razuna - Hosted Digital Asset Management Solutionhttp://www.razuna.com/ >> >> Razuna - Open Source Digital Asset Managementhttp://www.razuna.org/ >> >> Twitter -http://twitter.com/razunahq >> Facebook -http://www.facebook.com/razunahq >> Support Platform -http://getsatisfaction.com/razuna > > -- > online documentation: http://openbd.org/manual/ > google+ hints/tips: https://plus.google.com/115990347459711259462 > http://groups.google.com/group/openbd?hl=en > > Join us @ http://www.OpenCFsummit.org/ Dallas, Feb 2012 -- See for yourself how easy it is to manage files today. Join the revolution! Razuna - Hosted Digital Asset Management Solution http://www.razuna.com/ Razuna - Open Source Digital Asset Management http://www.razuna.org/ Twitter - http://twitter.com/razunahq Facebook - http://www.facebook.com/razunahq Support Platform - http://getsatisfaction.com/razuna -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en Join us @ http://www.OpenCFsummit.org/ Dallas, Feb 2012
