After Upgrade from 3.2 to 3.3 Session/Login Problems
Moderator: crythias
After Upgrade from 3.2 to 3.3 Session/Login Problems
Hi,
we have OTRS 3.2 running on a Debian Wheezy System.
I have done the update to version 3.3 and we have some strange problems with the session.
Every Link/Form without the session id does not work. It will show always the login screen.
I does not see any problems in the Logs.
What is wrong here?
Upgrade works fine without any errors.
regards,
Frank
we have OTRS 3.2 running on a Debian Wheezy System.
I have done the update to version 3.3 and we have some strange problems with the session.
Every Link/Form without the session id does not work. It will show always the login screen.
I does not see any problems in the Logs.
What is wrong here?
Upgrade works fine without any errors.
regards,
Frank
-
- Znuny newbie
- Posts: 2
- Joined: 05 Jun 2009, 13:32
- Znuny Version: 2.3.4
Re: After Upgrade from 3.2 to 3.3 Session/Login Problems
Hello,
I have the same problem. I have done upgrade from 3.0.10 to 3.3.3, every think works fine but otrs add SessionID for each URL.
Problem appears when I changed the default URL from https://otrs_srv/otrs to (https://otrs_srv/agent,https://otrs_srv/user)
I think thet the problem is with storing cookies in webbrowser, but I do not know the cause.
Regards
Piotr Knysz
I have the same problem. I have done upgrade from 3.0.10 to 3.3.3, every think works fine but otrs add SessionID for each URL.
Problem appears when I changed the default URL from https://otrs_srv/otrs to (https://otrs_srv/agent,https://otrs_srv/user)
I think thet the problem is with storing cookies in webbrowser, but I do not know the cause.
Regards
Piotr Knysz
Re: After Upgrade from 3.2 to 3.3 Session/Login Problems
Hi,
no new feedback here.
Should we open a ticket?
Frank
no new feedback here.
Should we open a ticket?
Frank
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: After Upgrade from 3.2 to 3.3 Session/Login Problems
I'm surprised you don't have any errors at all.. even the one that talks about the session should give an error in system log.
Check for crashed session tables.
Check for crashed session tables.
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
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
Re: After Upgrade from 3.2 to 3.3 Session/Login Problems
Hi,
i only find this in syslog at update time:
Feb 19 22:18:21 otrs OTRS-DBUpdate-to-3.3-01[19967]: [Error][main::_AddTemplateTypeColumn][Line:422]: Unknown column 'template_type' in 'field list', SQL: 'SELECT template_type FROM standard_template WHERE 1=0 LIMIT 1'
Feb 19 22:18:21 otrs OTRS-DBUpdate-to-3.3-01[19967]: [Error][main::_AddACLTables][Line:310]: Table 'otrs.acl' doesn't exist, SQL: 'SELECT * FROM acl WHERE 1=0 LIMIT 1'
After update is finished i found no new logs and the problem still exists.
Frank
i only find this in syslog at update time:
Feb 19 22:18:21 otrs OTRS-DBUpdate-to-3.3-01[19967]: [Error][main::_AddTemplateTypeColumn][Line:422]: Unknown column 'template_type' in 'field list', SQL: 'SELECT template_type FROM standard_template WHERE 1=0 LIMIT 1'
Feb 19 22:18:21 otrs OTRS-DBUpdate-to-3.3-01[19967]: [Error][main::_AddACLTables][Line:310]: Table 'otrs.acl' doesn't exist, SQL: 'SELECT * FROM acl WHERE 1=0 LIMIT 1'
After update is finished i found no new logs and the problem still exists.
Frank
Re: After Upgrade from 3.2 to 3.3 Session/Login Problems
Hi,
@piotrknysz:
Did you see the same errors at upgrade time?
No other feedback here.
I think we should open a ticket.
Frank
@piotrknysz:
Did you see the same errors at upgrade time?
No other feedback here.
I think we should open a ticket.
Frank
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: After Upgrade from 3.2 to 3.3 Session/Login Problems
Those error messages indicate that you didn't upgrade database structure properly.
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
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
Re: After Upgrade from 3.2 to 3.3 Session/Login Problems
Hi,
as you see the message is at update time and from the script: OTRS-DBUpdate-to-3.3-01
So script i am missing?
Frank
as you see the message is at update time and from the script: OTRS-DBUpdate-to-3.3-01
So script i am missing?
Frank
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: After Upgrade from 3.2 to 3.3 Session/Login Problems
https://github.com/OTRS/otrs/blob/rel-3_3/UPGRADING.md
https://github.com/OTRS/otrs/blob/rel-3 ... ema-update
https://github.com/OTRS/otrs/blob/rel-3 ... ema-update
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
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
Re: After Upgrade from 3.2 to 3.3 Session/Login Problems
Hi,
ok. Today i found the time to test that again and i got the exact same error as i told.
I will create a ticket now.
Frank
ok. Today i found the time to test that again and i got the exact same error as i told.
I will create a ticket now.
Frank
Re: After Upgrade from 3.2 to 3.3 Session/Login Problems
ok. Here is the ticket: http://bugs.otrs.org/show_bug.cgi?id=10391
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: After Upgrade from 3.2 to 3.3 Session/Login Problems
Did you do the part before that?lordlamer wrote:as you see the message is at update time and from the script: OTRS-DBUpdate-to-3.3-01
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
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
Re: After Upgrade from 3.2 to 3.3 Session/Login Problems
I never had this error, so something went wrong during the update via SQL script
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: After Upgrade from 3.2 to 3.3 Session/Login Problems
Hi,
ok. here is the solution for my problem.
I had to set the cookie path in the config.
That works.
Frank
ok. here is the solution for my problem.
I had to set the cookie path in the config.
That works.
Frank
Re: After Upgrade from 3.2 to 3.3 Session/Login Problems
Hallo Frank,lordlamer wrote:Hi,
ok. here is the solution for my problem.
I had to set the cookie path in the config.
That works.
Frank
I have the same Problem but found no Clue how to set the CookiePath in the Config,
How do you have done it?
BR
Stephan
-
- Znuny newbie
- Posts: 19
- Joined: 16 Apr 2014, 15:27
- Znuny Version: 3.3.6
Re: After Upgrade from 3.2 to 3.3 Session/Login Problems
Hi,
I don't know wether this still aplies for current Version but google told me:
I don't know wether this still aplies for current Version but google told me:
Edit: File is still there but path variable is set a few lines earlier.srivatsatatti wrote: The Cookie Path can be set in /opt/otrs/Kernel/cpan-lib/CGI/Cookie.pm
Change here
line no 147 $path ="/"
Re: After Upgrade from 3.2 to 3.3 Session/Login Problems
Hi Frank,lordlamer wrote:Hi,
ok. here is the solution for my problem.
I had to set the cookie path in the config.
That works.
Frank
I have a similar problem with your OTRS.
After updating from 3.0 to 3.3, sessionIDs are shown in the URLs.
Can you tell why reset the cookie path can solve this problem?
Koshihaku