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

Root-level information is incorrect. Line 1, paragraph 1

what profile are you trying to load?
 
thats a Gb2 profile,is your Hb on Gb2 mode?
 
The problem is with how you saved the profile. Never copy/paste the output from the IE window itself, it is NOT valid XML. IE saves "-" before nodes to be collapsed, and its not valid XML to be in the file. Find all lines starting with "-" (excluding quotes) and remove the "-". It should be about 4-5 lines total in the profile you provided.

Example:


HTML:
- <HBProfile>
Becomes
HTML:
<HBProfile>
 
Back
Top