On 29.08.2014 05:06, Florian Edlhuber wrote:
> and Plack is not a good idea, see the file
> [2]https://github.com/OTRS/otrs/blob/master/bin/cgi-bin/app.psgi
>
> print STDERR "PLEASE NOTE THAT PLACK SUPPORT IS CURRENTLY EXPERIMENTAL AND NOT
> SUPPORTED!\n";
I run OTRS with Plack since 1 year witho
Thanks Gerald.
This is what we ended up with, in case it helps anyone. This gets the last
week’s worth of time data, as well as a dynamic field (in our case project
code) and output to a csv file in /tmp/
select t.tn ticketnumber, CONCAT(u2.first_name, " ", u2.last_name) owner,
CONCAT(u.first_
Hi,
28.08.2014 19:33 - David Hess schrieb: Is anyone running OTRS on CentOS 7.0?
I am currently running OTRS 3.2.16 on CentOS 5 and am looking to upgrade. I
would like to jump straight to CentOS 7.0 if possible.
I did not test it on my installatoins with CentOS 7, but in otterhub there is
a
Is anyone running OTRS on CentOS 7.0? I am currently running OTRS 3.2.16
on CentOS 5 and am looking to upgrade. I would like to jump straight to
CentOS 7.0 if possible.
I have seen some blog posts talking about using plack to run OTRS since
there is no mod_perl available.(see
https://www.hunting