No clue why, but for the future DenverCoder9:
I installed the Apache2 DBD perl module:
perl -MCPAN -e 'install Apache::DBI'
and changed the apache2-perl-startup.pl
use CGI (); CGI->compile(':all');
#use CGI ();
#CGI->compile(':cgi');
use CGI::Carp ();
use Apache::DBI ();
Apache::DBI->connect_o
Hi,
On Wed, Oct 8, 2014 at 11:45 AM, Michael Diederich <
michael.dieder...@gmail.com> wrote:
> Hi,
>
> I'm moving my old OTRS installation to a fresh server. In a later step, I
> want to upgrade to a newer version.
>
> New VM: Fresh Debian stable 64bit, dedicated mysql-server 5.6, OTRS 2.4.12
> O