• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Cannot load items file

25193323

New Member
Joined
Jun 13, 2013
Messages
91
Reaction score
0
[20/07/2013 05:37:19] [Warning - Items::loadFromXml] Cannot load items file.
[20/07/2013 05:37:19] Line: 18079, Info: Extra content at the end of the document




<item id="7902" article="a" name="glacier mask">
<attribute key="weight" value="1000"/>
<attribute key="armor" value="5"/>
<attribute key="slotType" value="head"/>
<attribute key="absorbPercentIce" value="4"/>
<attribute key="absorbPercentEnergy" value="-4"/>
</item>
 
Usually the reported line number in an XML error is not where the error is. There is quite possibly an open tag somewhere earlier in your items.xml

It can be quite tedious to find where you have created an error in your items.xml (I know this from 1st hand) but you might like to use this online tool that checks/validates xml documents. It may point you to straight to the problem

XML Validator Online

Good luck.

Cheers,
Yodot.
 
Back
Top