@David, the correct place to report bugs is here:

http://code.google.com/p/openbluedragon/issues/list

which is linked from the main http://openbd.org/ site. I am confused by your other comment regarding the "bug on the website". Which # is that is that in the tracking list?

Also, keep an eye on the manual ... the new function, GetApplicationMetaData() is what you are looking for: http://openbd.org/manual/?/function/getapplicationmetadata

We're going to shutdown the wiki very soon, as the majority of the information that is there, is now in the manual.

David Mulder wrote:
Hi,
Ah, the first result when you search on google for "openbd bug report -openbsd" gives this page http://wiki.openbluedragon.org/wiki/index.php/Contributing which links there and somewhere on a mailing list I found a link there as well. So what is the correct place? And the bug on the website which I reported awhile ago on the mailing list here (official plugins button (on the download page) cyclenum attribute should be 2 not 3) hasn't be changed neither. And as far as details go:
- Server is currently an ubuntu server (latest version) + lenny + apache
- Steps to reproduce:
  1. Create mapping x to "/"
2. Create test.cfc with empty cfcomponent tags in subdirectory (in example below bluedragon) 3. Create test.cfm in same directory with <cfoutput>#expandPath("/x/bluedragon")#</cfoutput> <!--- gives correct directory ---> <cfset com_test = CreateObject("x.bluedragon.test")> <!--- gives error --->
<cfdump var="#com_test#">

And as far as the mssql instances that don't work, mssql normally supports the option to add an instance name behind the hostname which is then resolved to another dynamic port as for example explained here http://msdn.microsoft.com/en-us/library/aa224779%28v=sql.80%29.aspx , but I am pretty sure that's not an openbd issue? Although I don't know where I /should/ report this.

Oh and aside of that, is there a way to get the application settings? Because neither "application.GetApplicationSettings()" (undocumented ACF function) nor "createObject('component','Application')" work.

David Mulder


--
online documentation: http://openbd.org/manual/
  google+ hints/tips: https://plus.google.com/115990347459711259462
    http://groups.google.com/group/openbd?hl=en

Reply via email to