|
|
|
Forum Newbie
      
Group: Customers
Last Login: 4/24/2007 9:52:20 PM
GenoPro Version: 2.0.0.4
Posts: 7,
Visits: 24
|
|
| I have upgraded to the new genopro 2007 v 2.0.0.4 Every time I try to generate a report I receive this error message: Cloning document wolford-mummey... Opening configuration file Config.xml for skin 'English Narrative Report'... Validating picture cache... Loading dictionary.xml... [0.00] Processing template 'init.htm'... [0.09] Processing template 'index.html'... [0.09] Processing template 'default.htm'... Error at line 122 (Code/Util.vbs) : Object required: 'g_oGlobal' Microsoft VBScript runtime error 800A01A8What Does this mean? and how do I get past this? Thanks, Nina
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Today @ 1:22:13 AM
GenoPro Version: 2.0.1.6
Posts: 3,488,
Visits: 14,611
|
|
This morning, someone reported this bug. We are working on a fix.
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Yesterday @ 5:52:53 PM
GenoPro Version: 2.0.1.6
Posts: 1,103,
Visits: 5,128
|
|
|
|
|
|
Forum Newbie
      
Group: Customers
Last Login: 4/24/2007 9:52:20 PM
GenoPro Version: 2.0.0.4
Posts: 7,
Visits: 24
|
|
| I have checked all my custom tags and do not find any starting with numbers. Are there any other rules for custom tags that I should be aware of?
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Today @ 1:22:13 AM
GenoPro Version: 2.0.1.6
Posts: 3,488,
Visits: 14,611
|
|
46785 (4/22/2007) Are there any other rules for custom tags that I should be aware of?User-defined tags must be alpha-numeric and cannot start with a digit. Also, a custom tag cannot contain "date."; this rule is very specific to GenoPro. For instance: "birth.date.comment" or "death.date.calendar" or something like that. This rule is present because GenoPro treats the Date as an object and which is not capable to hold additional information such as a comment or other things. If you have something like death.date.comment, just rename your tag to death.date_comment and it will work. I will investigate the code to see what the Tag Editor Dialog can to do prevent the user from entering such invalid tags.
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Yesterday @ 5:52:53 PM
GenoPro Version: 2.0.1.6
Posts: 1,103,
Visits: 5,128
|
|
46785 (4/22/2007) I have checked all my custom tags and do not find any starting with numbers.A Custom Tag may be nested below other tags, so if the full Tag name contains a dot/period '.' then not only must the name start with a letter or underscore but also only a letter or an underscore can follow each '.' in the name. e.g. Death.Addr.1stLine is invalid The error you have occurs because the VBscript attempts to load the GenoPro XML data using the Microsoft XML Parser. This 'loadXml' operation has failed. The only reason for failure seen so far is because the Xml is invalid. There may be other reasons for failure yet to be discovered. If you are still having problems please send your .gno file to me. e.g. use the GenoPro program's File / Send Menu facility and send to Ron and I will investigate the cause.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Forum Newbie
      
Group: Customers
Last Login: 4/24/2007 9:52:20 PM
GenoPro Version: 2.0.0.4
Posts: 7,
Visits: 24
|
|
| I think it is the Date. I have several Custom tags with date in them. E.G. Date.date and Chan.date. They were created automatically when I imported another programs gedcom. I will go change all the Date custom tags and see if that works.
|
|
|
|
|
Forum Newbie
      
Group: Customers
Last Login: 4/24/2007 9:52:20 PM
GenoPro Version: 2.0.0.4
Posts: 7,
Visits: 24
|
|
| Actually I do have another gedcom that I imported and it created the same custom tags with date and generated a report without error. I will still change the date tags and try again.
|
|
|
|
|
Forum Newbie
      
Group: Customers
Last Login: 4/24/2007 9:52:20 PM
GenoPro Version: 2.0.0.4
Posts: 7,
Visits: 24
|
|
|
|
| | |