I created a deck based on one I have. I copied and edited the Card Data file from the Tarot of Dreams. When I try to load my deck i get the following error message:
There was a problem loading the data file. The program has switch pop-up notes off.
The notes also won't appear in the reading.
CardData File
Moderators: Programmer, purple_scorp
-
- Major Contributor
- Posts: 399
- Joined: Sat 01 Jan, 2005 12:00 am
- Location: Chicagoland, IL
- Contact:
Re: CardData File
Most likely when you edited the file you either missed a tag or closing / tag somewhere. For example I had an extra <tblCardInfo> at the bottom of a file and it produced that error.
You'll have to go through and make sure you have all the opening <tblCardInfo> and closing </tblCardInfo> tags correct.
You'll have to go through and make sure you have all the opening <tblCardInfo> and closing </tblCardInfo> tags correct.
- Programmer
- Major Contributor
- Posts: 1704
- Joined: Sat 01 Jan, 2005 12:00 am
- Location: Spain
- Contact:
Re: CardData File
One way you could try and find the problem is by opening the file in a web browser. Normally a browser will show everything up to where the syntax error occurs and then possibly an error message or just blank space.
Re: CardData File
Thank you for your help.