What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Profile making error

nfllover100

New Member
Joined
Apr 25, 2010
Messages
338
Getting this while trying to make a profile
The 'GrindArea' start tag on line 40 does not match the end tag of 'Hotspots'. Line 66, position 5.
 
nflover100 said:
Getting this while trying to make a profile
The 'GrindArea' start tag on line 40 does not match the end tag of 'Hotspots'. Line 66, position 5.


The two most common (but not the only) causes of this problem are the following...
  • Using ">" to close an element when you meant " />":
    <Pickup .... > <!-- wrong, we need it to be "<Pickup .... />" -->

  • Using a beginning tag twice, when you meant to use a closing tag:
    <Vendors>
    <Vendor... />
    <Vendor... />​
    <Vendors> <!-- wrong, should have been </Vendors> -->

Its a syntax error in the XML for certain. If you can't find it, you'll have to show us the part of the profile from the beginning up to and Line 68-ish.

cheers,
chinajade
 
Getting this while trying to make a profile
The 'GrindArea' start tag on line 40 does not match the end tag of 'Hotspots'. Line 66, position 5.

it means that you messed up some code. I got that when i had 2 <hotspots> or 2 </hotspots> or <hotspots> wasn't inside of grindarea (or code wasn't finished properly)

feel free to upload the profile and we can take a look at it
 
Back
Top