GenoPro Home
|
Get Started With My Genealogy Tree
|
Buy
|
Login
|
Privacy
|
Search
|
Site Map
GenoPro Support Forum
Home
Search
Tags
Who's On
Welcome Guest
(
Login
|
Register
)
Recent Posts
Popular Topics
Home
»
GenoPro
»
Report Generator
»
genopro report file default.htm is badly generated
genopro report file default.htm is badly generated
Rate Topic
Topic View
Topic Options
Author
elecherf
Posted Saturday, July 6, 2013
-
Post #32019
Forum Newbie
Gamma
GenoPro version: 3.1.0.1
Last Login: Saturday, January 30, 2021
Posts: 3,
Visits: 5
Hello
Please
help
:-)
Description:
genopro report file default.htm is badly generated
Actions:
I'm trying to
generate report
: Customized English
Narrative Report
fro a single
genomap
.
Then, when the HTML
page
pops up, i see only the header with the 3 icons on top.
Report messages:
Génération du rapport vers 'C:\Users\Manu\Documents\GenoPro Reports\lecherf\'
Clonage du document lecherf_20130611...
Lecture du fichier
Config.xml
pour rapport '\Customized English Narrative Report\* (English Narrative Report)'...
Chargement du fichier
Dictionary.xml
...
[0.00] Traitement de 'init.htm'...
Base skin version from Config.xml:
2011
.02.04
To disable display of parameter settings, tick the box under '
Options
' tab of 'Generate Report' dialog.
Please wait while IE form initializes
[0.20] Traitement de 'style.css'...
Applying theme '
Copying files from default theme
Copying files from selected theme
[0.23] Traitement de 'index.html'...
[0.23] Traitement de 'default.htm'...
[0.25] Traitement de 'toc_individuals.htm'...
[0.25] Traitement de 'toc_families.htm'...
[0.25] Traitement de 'toc_pictures.htm'...
[0.26] Traitement de 'toc_contacts.htm'...
[0.26] Traitement de 'toc_places.htm'...
[0.28] Traitement de 'toc_sources.htm'...
[0.28] Traitement de 'toc_names.htm'...
[0.28] Traitement de 'genomap.
svg
'...
[0.29] Traitement de 'genomap.htm'...
[0.29] Traitement de 'toc_genomaps.htm'...
[0.31] Traitement de 'home.htm'...
[0.31]
Error
: Configuration parameter 'LangShowOthers' is invalid 8 /
[0.31] Traitement de 'heading.htm'...
[0.31] Traitement de '
calendar
.htm'...
[0.32] Traitement de 'scripts\calendarevents.js'...
[0.32] Traitement de 'timeline.htm'...
[0.32] Traitement de 'timeline.json'...
[0.34] Traitement de 'toc_timelines.htm'...
[0.34] Traitement de 'toc_entities.htm'...
[0.34] Traitement de 'gmap.htm'...
[0.35] Traitement de 'scripts\individual_map.js'...
[0.35] Traitement de 'scripts\family_map.js'...
[0.35] Traitement de '
individual
.htm'...
[0.50] Traitement de '
family
.htm'...
[0.53] Traitement de '
place
.htm'...
[0.54] Traitement de '
source
.htm'...
[0.56] Traitement de '
picture
.htm'...
[0.59] Traitement de '
contacts
.htm'...
[0.59] Traitement de 'places.htm'...
[0.60] Traitement de 'pictures.htm'...
[0.60] Traitement de 'popup.htm'...
[0.60] Traitement de 'sources.htm'...
[0.62] Traitement de 'entities.htm'...
[0.62] Traitement de 'gmap_place.htm'...
[0.64] Traitement de 'gmap_places.htm'...
[0.64] Traitement de 'scripts\gmap_data.js'...
[0.64] Traitement de 'scripts\gmap_places.js'...
Généré 252 pages (251 pages sans changement, 1 pages écrites) en 0.656 secondes
performance moyenne de 384.15 pages par seconde
[0.65] Écriture du fichier 'FamilyTree.xml'...
[0.65] Écriture du fichier 'FamilyTree.gno'...
[0.65] Écriture du fichier 'FamilyTree.
ged
'...
1 erreur en générant le rapport!
[0.67] Écriture des fichiers du rapport...
[0.68] Écriture des 21 photos au rapport...
[0.68] Rapport Prêt! Cliquez sur le bouton "Fermer" pour continuer.
Genopro Version:
2.5.4.1
Analysis:
The default.htm HTML is not generated successfully, missing lot of html tags .. see at the end of the code.
The default.htm content:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns='
http://www.w3.org/1999/xhtml'>
<head>
<meta http-equiv="Content-Language" content=""/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<meta name="description" content="Summary report of containing 125 individuals and 47 families. This report describes the genealogy and ancestry of families ." />
<meta name="keywords" content="Family Report, Genealogy Report, Family Tree, Family Search" />
<link rel="stylesheet" href="style.css" type="text/css"/>
<script type="text/javascript">
// define & initialize some global vars
var saveRhs;
var saveLower="30%,*", minLower="0,*";
var popupMaxButton = new Image(16, 16);
var popupResButton = new Image(16, 16);
popupMaxButton.src = "images/maximize.gif";
popupResButton.src = "images/restore.gif";
var popupToggleState = popupMaxButton.src;
var tocStateOpen = new Image(24,24);
var tocStateClose = new Image(24,24);
tocStateOpen.src = "images/toc_open.gif";
tocStateOpen.title = "This frame will stay open after an entry is selected. Click to change";
tocStateOpen.alt = tocStateOpen.title;
tocStateClose.src = "images/toc_close.gif";
tocStateClose.title = "This frame will close after an entry is selected. Click to change";
tocStateClose.alt = tocStateClose.title
tocStateToggle = ( ? tocStateClose : tocStateOpen);
var gnoParam = new Object();
gnoParam.popupTitle='';
gnoParam.popupHTML='';
// Open an individual page if specified in the querystring or referrer
function HomePageInit() {
//
HISTORY
//
12-Oct-2006
GenoPro
Creation
// check if a url is specify in the querystring
var indexPageToLoad = location.search.indexOf("page=");
if (indexPageToLoad != -1) {
var pageToLoad = location.search.substring(indexPageToLoad + 5); // page= is 5 characters width
self.frames['detail'].location = pageToLoad;
}
}
</script>
</head>
<frameset framespacing="0" border="0" id="outer" rows="45,*" onload="HomePageInit();">
<frame name="heading" src="heading.htm" scrolling="no"/>
<frameset id="lower" cols="0,*">
<frame name="toc" src="toc_individuals.htm" marginwidth='10' marginheight='15'/>
Threaded View
Threaded View
genopro report file default.htm is badly generated
By
elecherf
(
Saturday, July 6, 2013
)
Hello, I've installed from scratch the latest , and tried to...
By
elecherf
(
Wednesday, July 10, 2013
)
I am not convinced that you are using the latest version of the...
By
genome
(
Thursday, July 11, 2013
)
Hello, Yes, you are right, latest Narrative_2013.04.28.zip is...
By
elecherf
(
Saturday, July 20, 2013
)
Yes unfortunately it seems there is nobody prepared to take on the...
By
genome
(
Sunday, July 21, 2013
)
Welcome to the forum, elecherf . From your post it appears that...
By
genome
(
Saturday, July 6, 2013
)
Similar Topics
Reading This Topic
Active: 2 - 1 guest, 0 members, 0 anonymous.
No members currently viewing this topic!
Powered By InstantForum.NET 2010-3-x © 2025
Execution: 0.016.
3 queries.
Compression Enabled.
Search All Forums...
GO
Advanced Search
Rate Topic
Great
Good
Average
Bad
Poor
Rate This Topic
Flat Ascending
Flat Descending
Threaded
Subscribe To Topic
Print This Topic
Goto Topics Forum