Internal Server Error

Moderator: crythias

Locked
rufi86
Znuny newbie
Posts: 17
Joined: 11 Jan 2013, 03:34
Znuny Version: latest
Real Name: Patrick

Internal Server Error

Post by rufi86 »

Hello

When im tring to reach mydomain.com/install.pl

i got

Code: Select all

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@xxxx and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Why im getting this error ?

Best regards and i hope you will help me to solve instalation issue :)

* i thought it will be little bit easier :)
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Internal Server Error

Post by jojo »

have al look in the apache error log 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
rufi86
Znuny newbie
Posts: 17
Joined: 11 Jan 2013, 03:34
Znuny Version: latest
Real Name: Patrick

Re: Internal Server Error

Post by rufi86 »

Code: Select all

17	error	46.238.249.1	Fri Jan 11 17:56:53 2013	ERROR: Can't read /opt/otrs/RELEASE: No such file or directory This file is needed by central system parts of OTRS, the system will not work without this file.
18	error	46.238.249.1	Fri Jan 11 17:56:53 2013	Died at /home/rufik/public_html/ines/public_html/servicedesk/bin/cgi-bin/../../Kernel/Config/Defaults.pm line 1911.
19	error	46.238.249.1	Fri Jan 11 17:56:53 2013	Premature end of script headers: index.pl
20	error	46.238.249.2	Fri Jan 11 17:56:53 2013	File does not exist: /home/rufik/public_html/ines/public_html/servicedesk/bin/cgi-bin/favicon.ico
Here is my error log. But i puted my script into /home/rufik/public_html/ines/public_html/servicedesk/bin/cgi-bin/favicon.ico
not /opt/otrs/ beacuse this is shared hosting...

How can i run this without putting this /opt/otrs/

?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Internal Server Error

Post by jojo »

OTRS can not just be run onshared hostings. You need to alrter apache config, might need to install additional PERL modules and so on. Please follow all steps in the INSTALL 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
rufi86
Znuny newbie
Posts: 17
Joined: 11 Jan 2013, 03:34
Znuny Version: latest
Real Name: Patrick

Re: Internal Server Error

Post by rufi86 »

jojo wrote:OTRS can not just be run onshared hostings. You need to alrter apache config, might need to install additional PERL modules and so on. Please follow all steps in the INSTALL file
I have installed all perl module, and other modules required for apache and this aplication.

My question is can i install this intodirection /home/myuser ?
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Internal Server Error

Post by reneeb »

Set $Self->{Home} in Kernel/Config.pm
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
rufi86
Znuny newbie
Posts: 17
Joined: 11 Jan 2013, 03:34
Znuny Version: latest
Real Name: Patrick

Re: Internal Server Error

Post by rufi86 »

reneeb wrote:Set $Self->{Home} in Kernel/Config.pm
Thank you very much :)
Locked