
Hello, Mike, and thank you for your fast response!
I have restored the old Ticket.xml file, yet nothing happened. I tried to diagnose this error in question by using the xmllint binary – haven’t found anything suspicious
Thank you for your pieces of advice! I do believe that you’re absolutely right and totally agree with you (for using separate .xml files instead of editing the existing ones).
I still experience this issue and I have no idea what should I do in further, in order to fix it. I have even tried to run this application (RebuildConfig.pl) from older version (located in /opt/otrs_old, which is ver. 3.0.4) – got the same error, again.( I just noticed that I haven’t mention the version I’m currently using – is 3.0.6. )
otrs:/opt/otrs_old# pwd
/opt/otrs_old
otrs:/opt/otrs_old# bin/otrs.RebuildConfig.pl
mismatched tag 'Hash'
What is in common with these otrs versions?
Kind regards,
Dani
From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Michiel Beijen
Sent: Wednesday, March 23, 2011 11:06 AM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] otrs.RebuildConfig.pl returns mismatched tag 'Hash'
Hi Danail,
Probably your Ticket.xml file is no longer correct. A few hints:
* Try using 'diff Ticket.xml.old Ticket.xml' -> in case you did not make a backup, please download the file from http://source.otrs.org
* Try running 'xmllint Ticket.xml' -> this will warn in case your XML is no longer valid and will hint to where this might be.
* If you want to add configuration, it's nice to do it in an XML, but please leave OTRS's XML files untouched. This will make upgrading MUCH easier; simply create a file called Danail.xml and it will be read automatically.
* If you just wanted to change some configuration values, please use Admin > SysConfig in the web interface.
--
Mike
On Wed, Mar 23, 2011 at 9:09 AM, Danail Petrov