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.
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!
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.
Danke im Voraus für Eure Hilfe!