I try install OTRS from source.
But I have problem with software error:
Missing right curly or square bracket at /otrs/Kernel/cpan-lib/MIME/Entity.pm line 1146, at end of line
syntax error at /otrs/Kernel/cpan-lib/MIME/Entity.pm line 1146, at EOF
Compilation failed in require at /otrs/Kernel/System/Email.pm line 15.
BEGIN failed--compilation aborted at /otrs/Kernel/System/Email.pm line 15.
Compilation failed in require at /otrs/Kernel/Modules/Installer.pm line 17.
BEGIN failed--compilation aborted at /otrs/Kernel/Modules/Installer.pm line 17.
Code from 1146 line
Code: Select all
$self->{ME_Parts} = [];
Thank you for response.