Successful login redirect me on login

Moderator: crythias

Locked
marcbo
Znuny newbie
Posts: 3
Joined: 05 May 2014, 11:14
Znuny Version: 3.3.6

Successful login redirect me on login

Post by marcbo »

Hello,

I've just finish the installation of OTRS 3.3.6 via windwos installer from http://www.otrs.com/try/

My environment :
Win 2k8 R2
IIS 7.5
Active Perl (the one with the installer)
MySQL (the one with the installer)


It's a first installation, not an update or upgrade or ...

Then I've add the handler mapping for perl in IIS

Request path : *.pl
Executable : C:\Perl\bin\perl.exe "%s" %s

Then the DB was installed with the web client (maybe not good ?)

Here comes my problem. On the login page, when I enter a right login and pwd, i'm redirected directly on the login page with no errors messages. If I use the URL to provide login and pwd. I can acces to the dashboard...


otrs.log :
[Tue May 6 10:42:21 2014][Notice][Kernel::System::CustomerAuth::DB::Auth] CustomerUser: JeanJean Authentication ok (REMOTE_ADDR: ::1).

otrs.log.error
Aucun ajout lors du login.

I've found something like DBUpdateblablabla. But I can use that because it's not an update, it's a first install...

Script CheckDB.pl return connected.
Script CheckModules.pl return OKs except for DBD::Oracle but I don't use that.

Is there something I've missed ?

Thank you in advance.

Marc
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Successful login redirect me on login

Post by crythias »

marcbo wrote:On the login page, when I enter a right login and pwd, i'm redirected directly on the login page with no errors messages.
I encountered this as well I don't know what it is because there's no logs as errors. Please submit a bug report.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
marcbo
Znuny newbie
Posts: 3
Joined: 05 May 2014, 11:14
Znuny Version: 3.3.6

Re: Successful login redirect me on login

Post by marcbo »

I submited a bug report. (#10502)

Let's see !

Thank you for your fast answer !
Locked