I have completed an update to the latest version and upgraded all installed packages to the latest release. Now when we attempt to do a bulk update of tickets we receive a Internal Server error.
I think I should start uninstalling packages to see if I can trace down the problem there - but if I do - will I lose any info related to that package??
Here is some more information:
Installed version:
Code: Select all
[root@~ httpd]# rpm -qa | grep otrs
otrs-5.0.5-01.noarch
Code: Select all
[Mon Jan 11 10:41:17 2016] [error] Can't call method "FatalError" on an undefined value at /opt/otrs//Kernel/Modules/AgentTicketBulk.pm line 32.\n
/opt/otrs//Kernel/Modules/AgentTicketBulk.pm:
# check all needed objects
for my $Needed (qw(ParamObject DBObject QueueObject LayoutObject ConfigObject LogObject)) {
if ( !$Self->{$Needed} ) {
$Self->{LayoutObject}->FatalError( Message => "Got no $Needed!" );
}
}
Code: Select all
[root@~ httpd]# /opt/otrs/bin/otrs.Console.pl Admin::Package::List --allow-root
Listing all installed packages...
| Name: FAQ
| Version: 5.0.2
+----------------------------------------------------------------------------+
| Name: GeneralCatalog
| Version: 5.0.5
+----------------------------------------------------------------------------+
| Name: ImportExport
| Version: 5.0.5
+----------------------------------------------------------------------------+
| Name: ITSM
| Version: 5.0.5
+----------------------------------------------------------------------------+
| Name: ITSMChangeManagement
| Version: 5.0.5
+----------------------------------------------------------------------------+
| Name: ITSMConfigurationManagement
| Version: 5.0.5
+----------------------------------------------------------------------------+
| Name: ITSMCore
| Version: 5.0.5
+----------------------------------------------------------------------------+
| Name: ITSMIncidentProblemManagement
| Version: 5.0.5
+----------------------------------------------------------------------------+
| Name: ITSMServiceLevelManagement
| Version: 5.0.5
+----------------------------------------------------------------------------+
| Name: OTRSMasterSlave
| Version: 5.0.1
+----------------------------------------------------------------------------+
| Name: Survey
| Version: 5.0.1
+----------------------------------------------------------------------------+
| Name: SystemMonitoring
| Version: 5.0.1
+----------------------------------------------------------------------------+
| Name: TimeAccounting
| Version: 5.0.1
+----------------------------------------------------------------------------+