Upgrade von 3.2.12 -> 3.2.15 - ERROR: Core.Form.HideSelectAl

Hilfe zu OTRS Problemen aller Art
Post Reply
otrscrasher
Znuny newbie
Posts: 45
Joined: 01 Feb 2013, 15:54
Znuny Version: 3.3.8

Upgrade von 3.2.12 -> 3.2.15 - ERROR: Core.Form.HideSelectAl

Post by otrscrasher »

Hallo,

Mein System:
OTRS Version 3.2.12
Redhat 5 x64
Mysql 5
Apache2

Upgrade auf 3.2.15 hat eigentlich ganz gut geklappt...

- tar -xzf otrs-3.2.15.tar.gz
- ln -s otrs-3.2.15 otrs

Restore old configuration files
- Kernel/Config.pm
- Kernel/Config/GenericAgent.pm
- Kernel/Config/Files/ZZZAuto.pm
- var/*

- bin/otrs.SetPermissions.pl ...
- /opt/otrs/bin/otrs.CheckModules.pl
- bin/otrs.PackageManager.pl -a list ...
- bin/otrs.RebuildConfig.pl
- bin/otrs.DeleteCache.pl

Dienste gestartet und soweit so gut. Alle Test's "OK".

Bis auf die Funktktion im Admininterface "Agent <-> Rollen" ; "Agent-Gruppen" ; "Rollen-Gruppen" ... Soweit ich das beobachte, wo "Checkboxen" vorkommen, kriege ich einen ERROR (mehr JS-Fehler oder sonstige konnte ich noch nicht finden):

Code: Select all

Core.Form.HideSelectAllCheckboxes is not a function

....(ganz viele JS-Dateien aus dem Ordner "otrs/var/httpd/htdocs/js/js-cache/"
die ich auch mal gelöscht habe, aber nützt nichts :(

Hat jemand eine Idee?


Viele Grüße
---RedHat 6.5---MySql 5.1.73---Apache 2.2.15---OTRS 3.3.8---
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Upgrade von 3.2.12 -> 3.2.15 - ERROR: Core.Form.HideSele

Post by jojo »

Hallo,

Dein Fehler liegt hier:
otrscrasher wrote: Restore old configuration files
...
- var/*
Bitte halte Dich genau an die UPGRADING Datei:

Code: Select all

Restore old configuration files

- Kernel/Config.pm
- Kernel/Config/GenericAgent.pm
- Kernel/Config/Files/ZZZAuto.pm

Restore TicketCounter.log

In order to let OTRS continue with the correct ticket number, restore the `TicketCounter.log` to
`$OTRS_HOME/var/log/` (default: `OTRS_HOME=/opt/otrs`). This is especially important if you use incremental ticketnumbers.

Restore article data

If you configured OTRS to store article data in the filesystem you have to restore the `article` folder to `$OTRS_HOME/var/` (default: `OTRS_HOME=/opt/otrs`).
"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
otrscrasher
Znuny newbie
Posts: 45
Joined: 01 Feb 2013, 15:54
Znuny Version: 3.3.8

Re: Upgrade von 3.2.12 -> 3.2.15 - ERROR: Core.Form.HideSele

Post by otrscrasher »

Danke für deine Hilfe!!!

Also möchtest du damit sagen nicht komplett "otrs/var/*" sondern nur den Ordner mit "article data" und noch meine angepassten Dateien einzenln, die ich gemacht habe ... :)

Ich dachte es mir schon ... Aber ich will nicht wieder in den ganzen css und js "rumfummeln" die ich angepasst habe :(
---RedHat 6.5---MySql 5.1.73---Apache 2.2.15---OTRS 3.3.8---
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Upgrade von 3.2.12 -> 3.2.15 - ERROR: Core.Form.HideSele

Post by jojo »

TicketCounter.log ud die Article Attachments sofern dieser nicht in der DB sind. DIe CSS und JS Dateien musst Du neu anpassen, da sie nicht kompatibel sein sollten.
"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
otrscrasher
Znuny newbie
Posts: 45
Joined: 01 Feb 2013, 15:54
Znuny Version: 3.3.8

Re: Upgrade von 3.2.12 -> 3.2.15 - ERROR: Core.Form.HideSele

Post by otrscrasher »

Ich probiere es aus! Aber du hast sicher Recht. Danke :)
---RedHat 6.5---MySql 5.1.73---Apache 2.2.15---OTRS 3.3.8---
otrscrasher
Znuny newbie
Posts: 45
Joined: 01 Feb 2013, 15:54
Znuny Version: 3.3.8

Re: Upgrade von 3.2.12 -> 3.2.15 - ERROR: Core.Form.HideSele

Post by otrscrasher »

Bevor ich es vergesse, danke nochmal!!! Hat nach deinem Hinweis alles wunderbar geklappt :=)
---RedHat 6.5---MySql 5.1.73---Apache 2.2.15---OTRS 3.3.8---
Post Reply