After 2 days of trying it, I can't solve this.
I have OTRS 3.0 beta4 (installed by RPM) on a RedHat 5.5 on /opt/otrs (working OK)
I need to install another OTRS on the same server. I downloaded OTRS 3.0.2 (source code) and created a new database. (I'm trying to install it on /opt/otrs99)
In Config.pm I edited the new database and modified the root directory.
Code: Select all
# ---------------------------------------------------- #
# fs root directory
# ---------------------------------------------------- #
$Self->{Home} = '/opt/otrs99';
Code: Select all
useradd -r -d /opt/otrs99/ -c 'OTRS user' otrs99
usermod -g apache otrs99
[root@otrs Kernel]# bin/otrs.SetPermissions.pl --otrs-user=otrs99 --web-user=apache --otrs-group=otrs99 --web-group=apache /opt/otrs99

If I go to http://myotrsserver/installer.pl I get this, algo if I click on any link or the button Next (Siguiente) it makes nothing.

Any ideas?
Also, the one installed on /opt/otrs via RPM it's the beta4, how to upgrade to 3.0.2?
Thanks in advance!