
4 Dec
2005
4 Dec
'05
6:59 p.m.
Jon Fanti wrote:
Hi,
I've installed OTRS 2.0.4 on a CentOS4 server (x86_64). I used the tar ball rather than RPM.
Our cronjob's worked fine until I started to add custom configs to Config.pm. I am now getting this error generated every time a cronjob is ran:
"Odd number of elements in anonymous hash at /opt/otrs/Kernel/Config.pm line 113. Odd number of elements in anonymous hash at /opt/otrs/Kernel/Config.pm line 113, <PRODUCT> line 4."
[...]
$Self->{'Customer::AuthModule::LDAP::Params'} = { port => 389, version => };
There is your problem. The 'version' element doesn't have a value. S/ Matt M.