Re: [rt-users] Are these log errors normal?

2016-12-21 Thread Stephen Switzer
Thank you for your reply! That's interesting, I have the same version. I recently disabled a scrip that I added and that fixed a major memory leak causing slowdowns. Maybe it's a scrip issue, but much harder to diagnose, right? Here's some other info: root@sbs-help:~# perl -MHTML::Element

Re: [rt-users] Are these log errors normal?

2016-12-21 Thread Landon Stewart
What version of HTML::Element are you using? I don't get these warnings in our logs. # perl -MHTML::Element -e 'print "$HTML::Element::VERSION\n"'; 5.03 On Dec 21, 2016, at 8:45 AM, Stephen Switzer > wrote: I'm running RT 4.4.1 w/ RTIR. The

[rt-users] Postgresql default isolation level (was Re: mysql DB engine ndbdcluster)

2016-12-21 Thread Václav Ovsík
Hi, On Thu, Dec 15, 2016 at 12:07:54AM -0800, Alex Vandiver wrote: >... > However, upon writing this, it occurs to me that Postgres' default > isolation level is _also_ "read committed."[4] Thus any possible race > conditions that might show up under NDB are also possible under > Postgres. I'd

[rt-users] Are these log errors normal?

2016-12-21 Thread Stephen Switzer
I'm running RT 4.4.1 w/ RTIR. The following appears when viewing a ticket. Please keep in mind that I shortened this a LOT. Each section repeats a few hundred times in the log: [11754] [Wed Dec 21 16:35:39 2016] [warning]: Use of uninitialized value $_ in concatenation (.) or string at

[rt-users] Automatic creation of hyperlinks in rich text editor

2016-12-21 Thread raymond.teunissen
Hi, I'm using the rich text editor in RT (4.2.12), and everytime i type in a link, it automatically makes it clickable. Is there any way to disable that behavior? Thanks! Regards, Raymond