Multiple roots, Wrong element 'HTML'

Moderator: crythias

Locked
freddyvl
Znuny newbie
Posts: 16
Joined: 03 Nov 2011, 12:08
Znuny Version: 3.0.10
Real Name: fred

Multiple roots, Wrong element 'HTML'

Post by freddyvl »

Hi,

I have installed otrs help desk 3.0.10 and am trying to install the itsm package. But am receiving the error Software error:

multiple roots, wrong element 'HTML' on clicking on package manager tab. This has happened after i set the secure mode
to 'yes'. Am using red hat OS.
Please help with this.Urgent!!
Last edited by freddyvl on 28 Nov 2011, 08:02, edited 1 time in total.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Multiple roots, Wrong element 'HTML'

Post by crythias »

To put SecureMode back to No (but... you shouldn't?)
edit Kernel/System/Config/ZZZAuto.pm
change $Self->{'SecureMode'} = 1;
to

$Self->{'SecureMode'} = 0;
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
freddyvl
Znuny newbie
Posts: 16
Joined: 03 Nov 2011, 12:08
Znuny Version: 3.0.10
Real Name: fred

Re: Multiple roots, Wrong element 'HTML'

Post by freddyvl »

Hey,
Thnx for the reply. That is actually how I had set the secure mode initially ie.change $Self->{'SecureMode'} = 1; . The issue has changed somewhat.
Now I am unable to even log in to the system. Same error - Software error :multiple roots, wrong element 'HTML. I have even tried re-installing the application. Tried moving the database. But the error persists. I cannot format the machine as I have Nagios also installed with someone else using it. Could it be a conflict with Nagios.?
Pulling my hair out trying to figure this one out.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Multiple roots, Wrong element 'HTML'

Post by crythias »

Googling the error for multiple roots seems to be an xml schema issue.
Considering you've already been changing the xml manually, it could be a problem.

When you say you've reinstalled the application, I'm guessing that you have reinstalled using the existing configs and xml files, which means that the broken one is still in your filesystem.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
freddyvl
Znuny newbie
Posts: 16
Joined: 03 Nov 2011, 12:08
Znuny Version: 3.0.10
Real Name: fred

Re: Multiple roots, Wrong element 'HTML'

Post by freddyvl »

I downloaded a new installable for 3.0.11 and tried to install it over the current installation. I had figured deleting and creating the database from the web installer would be enough. I will try fixing the XML files.
freddyvl
Znuny newbie
Posts: 16
Joined: 03 Nov 2011, 12:08
Znuny Version: 3.0.10
Real Name: fred

Re: Multiple roots, Wrong element 'HTML'

Post by freddyvl »

Fresh install 3.0.11 on a new machine - red hat 5.4 giving the same error on clicking on package manager.:(
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Multiple roots, Wrong element 'HTML'

Post by jojo »

The Package Manager will try to fetch a XML file from otrs.org

So please deactivate this feature via sysconfig or correct the settings for your proxy in the sysconfig.

Your Proxy sends an answer to the package manager which could not be parsed
"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
Locked