On donderdag 29 december 2011 12:53:47, Alan Williamson (aw2.0 cloud experts) wrote:
@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



- Bug on the site: Try clicking on "Official plugins" on http://www.openbluedragon.org/download/ and I didn't open an issue for it as I only mentioned it awhile back here on the mailing list when I was asking for help: https://groups.google.com/forum/?hl=en#!searchin/openbd/debugger/openbd/DS0dOnJ-lp0/nxUYe8JXvcoJ - GetApplicationMetaData() worked perfectly, I kind of expected that /if/ there would be a function it would be called the same as in ACF, thanks a lot for the pointer - Missed the issue tracker entirely because I probably was too focused on searching for the word "bugs", do you want me to copy the mapping issue there?
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