Page 1 of 1

CardData File

Posted: Wed 29 Nov, 2017 11:07 pm
by sdurio416
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.

Re: CardData File

Posted: Thu 30 Nov, 2017 8:30 pm
by WebWeaver
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.

Re: CardData File

Posted: Sat 02 Dec, 2017 2:48 pm
by Programmer
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

Posted: Thu 07 Dec, 2017 2:06 am
by sdurio416
Thank you for your help.