Entity.pm

Moderator: crythias

Locked
bald
Znuny newbie
Posts: 2
Joined: 22 Jul 2013, 09:18
Znuny Version: otrs-rel-3_2

Entity.pm

Post by bald »

Hi
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} = [];
What is that ? What kind of error ?
Thank you for response.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Entity.pm

Post by jojo »

please check if followed exactly the INSTALL file.

The error might be caused by some missing PERL libraries or a broken Config file
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
bald
Znuny newbie
Posts: 2
Joined: 22 Jul 2013, 09:18
Znuny Version: otrs-rel-3_2

Re: Entity.pm

Post by bald »

Another error text:
Backend ERROR: OTRS-CGI-10 Perl: 5.10.1 OS: linux Time: Mon Jul 22 10:22:53 2013 Message: [Mon Jul 22 10:22:53 2013] installer.pl: Missing right curly or square bracket at /otrs/Kernel/cpan-lib/MIME/Entity.pm line 1154, at end of line [Mon Jul 22 10:22:53 2013] installer.pl: syntax error at /otrs/Kernel/cpan-lib/MIME/Entity.pm line 1154, at EOF [Mon Jul 22 10:22:53 2013] installer.pl: Compilation failed in require at /otrs/Kernel/System/Email.pm line 22. [Mon Jul 22 10:22:53 2013] installer.pl: BEGIN failed--compilation aborted at /otrs/Kernel/System/Email.pm line 22. [Mon Jul 22 10:22:53 2013] installer.pl: Compilation failed in require at/otrs/Kernel/Modules/Installer.pm line 17. [Mon Jul 22 10:22:53 2013] installer.pl: BEGIN failed--compilation aborted at /otrs/Kernel/Modules/Installer.pm line 17. RemoteAddress: ............... RequestURI: /bin/cgi-bin/installer.pl Traceback (10497): Module: Kernel::System::Web::InterfaceInstaller::Run (OTRS 3.2.x git) Line: 119 Module: installer.pl (unknown version) Line: 52

Line 119

Code: Select all

if ( $Self->{ConfigObject}->Get('SecureMode') ) {
KlausNehrer
Znuny ninja
Posts: 1312
Joined: 25 May 2012, 08:51
Znuny Version: OTRS 4
Real Name: Klaus Nehrer

Re: Entity.pm

Post by KlausNehrer »

bald wrote:...
Missing right curly or square bracket [/b]
...
I have all solutions and answers saved for you in the cloud: http://lmgtfy.com/?q=Missing+right+curl ... re+bracket+
Locked