[rt-users] Can't locate object method host

2014-08-12 Thread Jeff Blaine
I mentioned this as part of a separate post as I thought it was related to my other issues in that post (SSL), but it is not. I keep getting the following errors when using the web UI. Here's one case just now where I logged in as root at https://alms2.foo.com/ and was then immediately thrown an

[rt-users] sql custom fields query display

2014-08-12 Thread support
Hi everyone, Someone can help me to sql query a custom field from RT. select tickets.EFFECTIVEID, users.REALNAME, tickets.STATUS, TO_CHAR(tickets.DUE, '/MM/DD'), tickets.SUBJECT from tickets, users where users.NAME = 'felipe' AND tickets.OWNER = 22 AND tickets.STATUS = 'resolved' order by