
Hallo, ich bin an meinen ersten Schritten mit OTRS und habe die Installation (vermutlich) erfolgreich gemeistert. Die Umgebung: Centos5.4, Postgres8.4, apache 2 Die Installation habe ich wie folgt durchgeführt: yum install otrs open command line -> psql -U postgres #psql>create role otrs password 'otrs' nosuperuser; #psql>create database otrs owner otrs; #psql>\q cd /var/www/otrs/scripts/database psql -U otrs otrs -f otrs-schema.postgresql.sql psql -U otrs otrs -f initial_insert.sql psql -U otrs otrs -f otrs-schema-post.postgresql.sql psql -U otrs otrs -f /var/www/otrs/scripts/DBUpdate-to-1.0.postgresql.sql psql -U otrs otrs -f /var/www/otrs/scripts/DBUpdate-to-1.1.postgresql.sql psql -U otrs otrs -f /var/www/otrs/scripts/DBUpdate-to-1.2.postgresql.sql psql -U otrs otrs -f /var/www/otrs/scripts/DBUpdate-to-1.3.postgresql.sql psql -U otrs otrs -f /var/www/otrs/scripts/DBUpdate-to-2.0.postgresql.sql psql -U otrs otrs -f /var/www/otrs/scripts/DBUpdate-to-2.1.postgresql.sql ./SetPermissions.sh /var/www/otrs otrs apache apache apache /etc/init.d/otrs start Nach dem Öffnen der URL http://localhost/otrs/index.pl und Eingabe der "Standard-Erstbenutzerdaten" root@localhost und root erhalte ich den Fehler: No Permission! Message: No Permission to use this frontend module! Dieser Fehler taucht auch nach einem Neustart von apache, postgres, otrs auf.. (beim ersten google'n bin ich öfters auf diesen Hinweis gestossen) ?!?! Wer kann mir weiterhelfen, damit der Erstlogin klappt ? vielen Dank...GERD...