[SOLVED] WARNING: OTRS 3.0.5 upgrade - will lock you out

Moderator: crythias

Locked
earwax
Znuny newbie
Posts: 43
Joined: 07 Dec 2010, 23:54
Znuny Version: 3.0.11
Location: Seattle, WA
Contact:

[SOLVED] WARNING: OTRS 3.0.5 upgrade - will lock you out

Post by earwax »

Be warned! Just upgraded from OTRS 3.0.4 to OTRS 3.0.5. For whatever reasons, the text input boxes are greyed out and I am no longer able to log in on the main OTRS page. I have verified this problem both on Firefox and IE. This is NOT a database problem, but something on the HTML/CSS or javascript side.

Good thing I took a VMware snapshot before upgrading! Stick to 3.0.4 until the bugs have been worked out
Last edited by earwax on 21 Jan 2011, 05:49, edited 1 time in total.
OTRS 3.0.12
Ubuntu Linux 10.04
MySQL
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: WARNING: OTRS 3.0.5 upgrade - will lock you out

Post by jojo »

Did you ran the otrs.LoaderCache.pl script and the otrs.RebuildConfig.pl 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
earwax
Znuny newbie
Posts: 43
Joined: 07 Dec 2010, 23:54
Znuny Version: 3.0.11
Location: Seattle, WA
Contact:

Re: WARNING: OTRS 3.0.5 upgrade - will lock you out

Post by earwax »

I followed the instructions from the UPGRADING text file in the OTRS-3.0.5.tar.gz file. I did run otrs.RebuildConfig.pl and otrs.DeleteCache.pl as mentioned in the UPGRADING file, but it made no mention of otrs.LoaderCache.pl.
OTRS 3.0.12
Ubuntu Linux 10.04
MySQL
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: WARNING: OTRS 3.0.5 upgrade - will lock you out

Post by jojo »

Than run otrs.LoaderCache.pl -delete
"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
earwax
Znuny newbie
Posts: 43
Joined: 07 Dec 2010, 23:54
Znuny Version: 3.0.11
Location: Seattle, WA
Contact:

Re: WARNING: OTRS 3.0.5 upgrade - will lock you out

Post by earwax »

Have not had a chance to try this yet. I have a few users who use this ticket system so I need to attempt the upgrade during off-hours.

In the mean time, has anyone else successfully upgraded 3.0.4 to 3.0.5??? Please chime in!!!
OTRS 3.0.12
Ubuntu Linux 10.04
MySQL
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: WARNING: OTRS 3.0.5 upgrade - will lock you out

Post by jojo »

I upgraded qwithout any hasle.
"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
earwax
Znuny newbie
Posts: 43
Joined: 07 Dec 2010, 23:54
Znuny Version: 3.0.11
Location: Seattle, WA
Contact:

Re: WARNING: OTRS 3.0.5 upgrade - will lock you out

Post by earwax »

Ah, okay. Looks like the reason I was locked out was because I did not run the otrs.SetPermission.pl correctly. For Ubuntu 10.04, it needs to be:

Code: Select all

otrs.SetPermissions.pl --otrs-user=otrs --web-user=www-data --otrs-group=www-data --web-group=www-data /opt/otrs
OTRS 3.0.12
Ubuntu Linux 10.04
MySQL
Locked