error al instalar Otrs

Post Reply
genesis2005
Znuny newbie
Posts: 22
Joined: 06 Dec 2013, 20:10
Znuny Version: 5.0.8
Real Name: Edwin
Company: FINANZAS

error al instalar Otrs

Post by genesis2005 »

Hola a todos, ya habia instalado el Otrs en la versión 3.3.7 y queria instalarlo en una nueva instancia desde 0 con ubuntu 14.40.1, pero al finalizar los pasos de instalación y acceder al http://172.0.0.1/otrs/install.pl me da el siguiente error


#!/usr/bin/perl
# --
# bin/cgi-bin/installer.pl - the global CGI handle for installer
# Copyright (C) 2001-2014 xxx, http://otrs.com/
# --
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU AFFERO General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# or see http://www.gnu.org/licenses/agpl.txt.
# --

use strict;
use warnings;

# use ../../ as lib location
use FindBin qw($Bin);
use lib "$Bin/../..";
use lib "$Bin/../../Kernel/cpan-lib";
use lib "$Bin/../../Custom";

# 0=off;1=on;
my $Debug = 0;

# load agent web interface
use Kernel::System::Web::InterfaceInstaller();

# create new object
my $Interface = Kernel::System::Web::InterfaceInstaller->new( Debug => $Debug );

# execute object
$Interface->Run();

Ayuda por favor
klausneil
Znuny superhero
Posts: 682
Joined: 29 May 2012, 22:47
Znuny Version: 6.0.24
Real Name: Klaus Salazar
Location: Perú

Re: error al instalar Otrs

Post by klausneil »

Saludos, podrías enviarme una captura de pantalla del error de instalación en el navegador web? también podrías decirme los pasos exactos o el enlace que estas siguiendo? y también seria bueno saber con que servicios estas trabajando (apache o nginx / mysql o pgsql) quedo a la espera de tu respuesta.
Post Reply