Probleme nach Upgrade von 2.4.9 -> 3.0.2 auf Debian

Hilfe zu Znuny Problemen aller Art
Locked
Napsty
Znuny newbie
Posts: 3
Joined: 24 Nov 2010, 09:58
Znuny Version: 2.4.9

Probleme nach Upgrade von 2.4.9 -> 3.0.2 auf Debian

Post by Napsty »

Hallo zusammen,

Habe soeben das Upgrade von 2.4.9 auf 3.0.2 gemacht und habe mich an die Anweisungen in der UPGRADE gehalten.

Dabei ist mir beim Punkt 8 (Apply the database changes (part 1/2)) folgendes aufgefallen:

Code: Select all

/var/www/otrs-3.0.2$ scripts/DBUpdate-to-3.0.pl
Start migration of the system...

NOTICE: Rebuild Config...
NOTICE: Migrating themes...
NOTICE: Permission table cleanup ...done!
NOTICE: Setting pending time to null...done!

Migration of the system completed!
        (in cleanup) Can't call method "Get" on an undefined value at /var/www/otrs-3.0.2/Kernel/System/SysConfig.pm line 1898 during global destruction.
Der Rest schien gut durchzulaufen. Aber dann beim Aufruf des neuen OTRS per Browser kamen sofort Fehlermeldungen im Browser:
An error occured! For details please see your browser log!

Im otrs.log steht folgendes:

Code: Select all

[Wed Nov 24 08:50:26 2010][Error][Kernel::Output::HTML::Layout::NavigationBar][2672] Module Kernel/Output/HTML/NotificationAgentTicketSeen.pm not found!
[Wed Nov 24 08:50:27 2010][Error][Kernel::Output::HTML::Layout::NavigationBar][2612] Module Kernel/Output/HTML/NavBarLockedTickets.pm not found!
[Wed Nov 24 08:50:27 2010][Error][Kernel::Output::HTML::Layout::NavigationBar][2612] Module Kernel/Output/HTML/NavBarTicketWatcher.pm not found!
[Wed Nov 24 08:50:27 2010][Error][Kernel::Output::HTML::Layout::NavigationBar][2672] Module Kernel/Output/HTML/NotificationAgentTicketSeen.pm not found!
[Wed Nov 24 08:50:59 2010][Error][Kernel::Output::HTML::Layout::NavigationBar][2612] Module Kernel/Output/HTML/NavBarLockedTickets.pm not found!
[Wed Nov 24 08:50:59 2010][Error][Kernel::Output::HTML::Layout::NavigationBar][2612] Module Kernel/Output/HTML/NavBarTicketWatcher.pm not found!
[Wed Nov 24 08:50:59 2010][Error][Kernel::Output::HTML::Layout::NavigationBar][2672] Module Kernel/Output/HTML/NotificationAgentTicketSeen.pm not found!
[Wed Nov 24 08:50:59 2010][Error][Kernel::Output::HTML::Layout::NavigationBar][2612] Module Kernel/Output/HTML/NavBarLockedTickets.pm not found!
[Wed Nov 24 08:50:59 2010][Error][Kernel::Output::HTML::Layout::NavigationBar][2612] Module Kernel/Output/HTML/NavBarTicketWatcher.pm not found!
[Wed Nov 24 08:50:59 2010][Error][Kernel::Output::HTML::Layout::NavigationBar][2672] Module Kernel/Output/HTML/NotificationAgentTicketSeen.pm not found!
Im Browser error.log steht folgendes:

Code: Select all

[Wed Nov 24 08:56:11 2010] index.pl: Use of uninitialized value $TicketSubjectFwd in regexp compilation at ../..//Kernel/System/Ticket.pm line 866.
[Wed Nov 24 08:56:11 2010] index.pl: Use of uninitialized value $TicketSubjectFwd in regexp compilation at ../..//Kernel/System/Ticket.pm line 866.
[Wed Nov 24 08:56:11 2010] index.pl: Use of uninitialized value $TicketSubjectFwd in regexp compilation at ../..//Kernel/System/Ticket.pm line 866.
[Wed Nov 24 08:56:11 2010] index.pl: Use of uninitialized value $TicketSubjectFwd in regexp compilation at ../..//Kernel/System/Ticket.pm line 866.
[Wed Nov 24 08:56:11 2010] index.pl: Use of uninitialized value $TicketSubjectFwd in regexp compilation at ../..//Kernel/System/Ticket.pm line 866.
[Wed Nov 24 08:56:11 2010] index.pl: Use of uninitialized value $TicketSubjectFwd in regexp compilation at ../..//Kernel/System/Ticket.pm line 866.
[Wed Nov 24 08:56:11 2010] index.pl: Use of uninitialized value $TicketSubjectFwd in regexp compilation at ../..//Kernel/System/Ticket.pm line 866.
Hmm.... kann mir das jemand erklären?

Danke im Voraus für Eure Hilfe!
Napsty
Znuny newbie
Posts: 3
Joined: 24 Nov 2010, 09:58
Znuny Version: 2.4.9

Re: Probleme nach Upgrade von 2.4.9 -> 3.0.2 auf Debian

Post by Napsty »

Ich habe es erneut mit der neu erschienenen Version 3.0.3 probiert und dieses Mal hats geklappt.
Locked