• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Profile making error

    Discussion in 'General Discussion Forum' started by nfllover100, Jan 16, 2011.

    1. nfllover100

      nfllover100 New Member

      Joined:
      Apr 25, 2010
      Messages:
      338
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    2. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63

      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
       
    3. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      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
       

    Share This Page