ColdFusion Version conflict in docs

27 views
Skip to first unread message

Jim Priest

unread,
Aug 20, 2014, 11:19:35 AM8/20/14
to bugl...@googlegroups.com
Just a heads up  - this bit me today. 

We have BugLog setup and working on another project (Railo and CF9) and I was trying to add another application running on another server (CF8).

I kept getting weird errors (not weird now that I know the issue) 

BugLog docs here: http://www.bugloghq.com/docs.cfm  say:

BugLogHQ has the following requirements:

    • Adobe ColdFusion 8 or compatible CFML engine 
Which I believe is incorrect :)

RiaForge correctly has:

Requirements:
* Any CFML engine (ColdFusion, Railo, OpenBD, etc) compatible with Adobe ColdFusion 9 or higher

The site I was trying to add was on CF8  - and it doesn't work :)

Jim

Oscar Arevalo

unread,
Aug 20, 2014, 11:38:57 AM8/20/14
to bugl...@googlegroups.com
Hi Jim,
Thanks for the heads up. Yes, I believe recent updates use some CF9 (and above) features. I'll make sure to have the version requirement consistent.

Thanks,

Oscar



--

---
You received this message because you are subscribed to the Google Groups "BugLogHQ" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bugloghq+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Oscar Arevalo

Jim Priest

unread,
Aug 20, 2014, 12:03:54 PM8/20/14
to bugl...@googlegroups.com
Is there documentation about how to post a bug via HTTP?

I'm thinking I can use that as a quick solution...   I may re-write the client bugLogService when I have a bit more time...

Jim

Oscar Arevalo

unread,
Aug 20, 2014, 1:21:58 PM8/20/14
to bugl...@googlegroups.com
Jim,
You can post a bug to buglog with regular HTTP requests. This example shows how to use it with Curl:

curl "http://your_server/bugLog/listeners/bugLogListenerREST.cfm" \
-d message="errors happen!" \
-d applicationCode="someApp" \
-d severityCode="ERROR"

The full list of optional parameters you can use is:

message
applicationCode
dateTime
severityCode
hostName
exceptionMessage
exceptionDetails
CFID
CFTOKEN"
userAgent
templatePath
HTMLReport
APIKey

Thanks,

Oscar


Reply all
Reply to author
Forward
0 new messages