[SOLVED] After upgrade to 4.0.6 users can´t login

Moderator: crythias

Post Reply
davidkrotil
Znuny newbie
Posts: 36
Joined: 10 Feb 2015, 17:15
Znuny Version: 6.0.27
Real Name: David

[SOLVED] After upgrade to 4.0.6 users can´t login

Post by davidkrotil »

Hello,
I´m fasing strange problem, after I upgraded to 4.0.6 customer users can´t login. Error is :

Code: Select all

Fri Feb 27 15:50:13 2015	error	        OTRS-CGI-69     No UserID found for 'myuser'!
Fri Feb 27 15:50:13 2015	notice	OTRS-CGI-69	User: myuser doesn't exist or is invalid!!! (REMOTE_ADDR: X.X.X.X)
but if I look in Admin interface , there is this user unter Customer Users and before upgrade , there haven´t any problem to login.

And agents can login.

David
Last edited by davidkrotil on 03 Mar 2015, 23:46, edited 1 time in total.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database
davidkrotil
Znuny newbie
Posts: 36
Joined: 10 Feb 2015, 17:15
Znuny Version: 6.0.27
Real Name: David

Re: After upgrade to 4.0.6 users can´t login

Post by davidkrotil »

Is there possibility to debug that login problem ?

Thanks
OTRS 6.0.x (private/testing/public) on Linux with MySQL database
eandrex
Znuny expert
Posts: 213
Joined: 04 Nov 2012, 23:58
Znuny Version: OTRS 4.x
Real Name: Esteban
Company: NORTON DE COLOMBIA

Re: After upgrade to 4.0.6 users can´t login

Post by eandrex »

Are you using an external backend for your customers? (eg: ldap, external database).

how did you update? via rpm or manually?
davidkrotil
Znuny newbie
Posts: 36
Joined: 10 Feb 2015, 17:15
Znuny Version: 6.0.27
Real Name: David

Re: After upgrade to 4.0.6 users can´t login

Post by davidkrotil »

I haven´t external backend, all configuration is in internal MySQL DB.

I updated via rpm.

I tried now change password for user , which can´t connect, in system log is that password was successfully changed , but when I try to login, there is same error user doesn't exist or is invalid.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database
eandrex
Znuny expert
Posts: 213
Joined: 04 Nov 2012, 23:58
Znuny Version: OTRS 4.x
Real Name: Esteban
Company: NORTON DE COLOMBIA

Re: After upgrade to 4.0.6 users can´t login

Post by eandrex »

Weird..

Try to "force" OTRS to you use your current database.

For example go to Defaults.pm and take

$Self->{CustomerUser} ={

...
};

and paste it in your Config.pm

and exec otrs.RebuildConfig.pl


Did you follow the UPGRADING.pm step by step? (restoring ZZZAuto.pm and so on..)

Apache logs?
davidkrotil
Znuny newbie
Posts: 36
Joined: 10 Feb 2015, 17:15
Znuny Version: 6.0.27
Real Name: David

Re: After upgrade to 4.0.6 users can´t login

Post by davidkrotil »

Will try that.

Upgrade was from 4.0.5, there was only otrs.RebuildConfig.pl needed ?


Thanks
OTRS 6.0.x (private/testing/public) on Linux with MySQL database
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: After upgrade to 4.0.6 users can´t login

Post by crythias »

always otrs.rebuildconfig.
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
davidkrotil
Znuny newbie
Posts: 36
Joined: 10 Feb 2015, 17:15
Znuny Version: 6.0.27
Real Name: David

Re: [SOLVED] After upgrade to 4.0.6 users can´t login

Post by davidkrotil »

After upgrade Index redirect pointed to index.pl not to customer.pl, that´s why customer wasn´t able to login.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database
Post Reply