Updated from Ver 3 Beta 7 to Final Cannot Login

Moderator: crythias

Locked
craigbrandt
Znuny newbie
Posts: 2
Joined: 17 Nov 2010, 13:00
Znuny Version: 3.0.2

Updated from Ver 3 Beta 7 to Final Cannot Login

Post by craigbrandt »

Hi There,

I have upgraded my Centos 5.5 installation from Ver 3 beta 7 to Ver. 3.0.2 on my Centos 5.5 box. I however cannot type on the index.pl page! The username and password text boxes are greyed out.

The customer.pl page is working and showing the relevant calls etc.

Any help would be appreciated!

Regards,

Craif
BIG_jan
Znuny advanced
Posts: 138
Joined: 05 Jun 2009, 11:32
Znuny Version: 3.3.8
Company: Netzlink Informationstechnik GmbH
Location: Wolfenbüttel,GER
Contact:

Re: Updated from Ver 3 Beta 7 to Final Cannot Login

Post by BIG_jan »

hi,
you have to change the file kernel\output\html\Standard\Login.dtl
delete the disabled="disabled" in line 145
delete readonly="readonly" in line 131,125

good luck and happy testing
Live: OTRS 3.3.8, ITSM 3.3.8, in vm
Test: otrs 3.3.8, ITSM

OS: RedHat 6.5 64Bit, Apache: 2.2.15, MySQL 5.5.38, Perl: 5.10.1, mod_Perl 2.0.4
Mike_B
Moderator
Posts: 266
Joined: 12 Jan 2010, 18:16
Znuny Version: CVS HEAD

Re: Updated from Ver 3 Beta 7 to Final Cannot Login

Post by Mike_B »

BIG_jan wrote:hi,
you have to change the file kernel\output\html\Standard\Login.dtl
delete the disabled="disabled" in line 145
delete readonly="readonly" in line 131,125
No! You should really not do that.
The problem is that the javascript is not loaded on the front end.
You should run bin/otrs.RebuildConfig.pl from the command line to make sure the javascript loader configuration is correct.

--
Mike
huntingbears.nl - @michielbeijen on Twitter
BIG_jan
Znuny advanced
Posts: 138
Joined: 05 Jun 2009, 11:32
Znuny Version: 3.3.8
Company: Netzlink Informationstechnik GmbH
Location: Wolfenbüttel,GER
Contact:

Re: Updated from Ver 3 Beta 7 to Final Cannot Login

Post by BIG_jan »

in my suggestion I deleted the block-function too.

but your way is much better ;-) an is working for me too!
Live: OTRS 3.3.8, ITSM 3.3.8, in vm
Test: otrs 3.3.8, ITSM

OS: RedHat 6.5 64Bit, Apache: 2.2.15, MySQL 5.5.38, Perl: 5.10.1, mod_Perl 2.0.4
Locked