<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Luventas Web Design Blog</title>
	<atom:link href="http://blog.luventas-webdesign.de/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.luventas-webdesign.de</link>
	<description>A new blog for developers in PHP, Java and Perl</description>
	<lastBuildDate>Wed, 22 Feb 2012 17:09:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Create a database from your GEDCOM file, PHP Version by René Janssen</title>
		<link>http://blog.luventas-webdesign.de/?p=109#comment-455</link>
		<dc:creator>René Janssen</dc:creator>
		<pubDate>Wed, 22 Feb 2012 17:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.luventas-webdesign.de/?p=109#comment-455</guid>
		<description>hi Carsten,
What i mean is this.
I use the dutch program Alfaer to import the gedcom file.
for every birth, bapt, death and marriage are sources available. like this one 2 SOUR @S274@
You need to create extra colums in the person_st and one in the family tabel. example Birth_source, bapt_source.
After this is done there is to create another tabel because every source has an description
For @S274 is this
0 @S274@ SOUR
1 TEXT
2 CONC &lt;a href=&quot;.\documenten\4 bid.jpg&quot; rel=&quot;nofollow&quot;&gt;Bidprentje&lt;/a&gt;
In this example it means a Death source

Another thing what&#039;s going wrong is the death date. if there&#039;s no death date the program used this date
2 DATE 26 MAR 2010

0 @I5320@ INDI
1 RIN 5320
1 REFN 743
1 NAME Aldegundis Joannes/van der Aa/
1 SEX F
1 DEAT 
1 FAMS @F1269610238@
1 _NEW
2 TYPE 1
2 DATE 26 MAR 2010
3 TIME 14:58:12
1 CHAN
2 DATE 17 MAR 2011
3 TIME 13:24:26

René</description>
		<content:encoded><![CDATA[<p>hi Carsten,<br />
What i mean is this.<br />
I use the dutch program Alfaer to import the gedcom file.<br />
for every birth, bapt, death and marriage are sources available. like this one 2 SOUR @S274@<br />
You need to create extra colums in the person_st and one in the family tabel. example Birth_source, bapt_source.<br />
After this is done there is to create another tabel because every source has an description<br />
For @S274 is this<br />
0 @S274@ SOUR<br />
1 TEXT<br />
2 CONC <a href=".\documenten\4 bid.jpg" rel="nofollow">Bidprentje</a><br />
In this example it means a Death source</p>
<p>Another thing what&#8217;s going wrong is the death date. if there&#8217;s no death date the program used this date<br />
2 DATE 26 MAR 2010</p>
<p>0 @I5320@ INDI<br />
1 RIN 5320<br />
1 REFN 743<br />
1 NAME Aldegundis Joannes/van der Aa/<br />
1 SEX F<br />
1 DEAT<br />
1 FAMS @F1269610238@<br />
1 _NEW<br />
2 TYPE 1<br />
2 DATE 26 MAR 2010<br />
3 TIME 14:58:12<br />
1 CHAN<br />
2 DATE 17 MAR 2011<br />
3 TIME 13:24:26</p>
<p>René</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a database from your GEDCOM file, PHP Version by Jos Reintjens</title>
		<link>http://blog.luventas-webdesign.de/?p=109#comment-454</link>
		<dc:creator>Jos Reintjens</dc:creator>
		<pubDate>Tue, 14 Feb 2012 14:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.luventas-webdesign.de/?p=109#comment-454</guid>
		<description>Hello, I found the problem.  The memory_limit in the php.ini was set on 128M. I chenged it in 256M and it works great. Carsten Thank you for your help. 
Greetings Jos Reintjens</description>
		<content:encoded><![CDATA[<p>Hello, I found the problem.  The memory_limit in the php.ini was set on 128M. I chenged it in 256M and it works great. Carsten Thank you for your help.<br />
Greetings Jos Reintjens</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a database from your GEDCOM file, PHP Version by luventas</title>
		<link>http://blog.luventas-webdesign.de/?p=109#comment-453</link>
		<dc:creator>luventas</dc:creator>
		<pubDate>Mon, 13 Feb 2012 21:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.luventas-webdesign.de/?p=109#comment-453</guid>
		<description>I tried it with the original data of Jos and found no problem. It seems to be a problem of the configuration of the system.</description>
		<content:encoded><![CDATA[<p>I tried it with the original data of Jos and found no problem. It seems to be a problem of the configuration of the system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a database from your GEDCOM file, PHP Version by Jos Reintjens</title>
		<link>http://blog.luventas-webdesign.de/?p=109#comment-452</link>
		<dc:creator>Jos Reintjens</dc:creator>
		<pubDate>Fri, 10 Feb 2012 21:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.luventas-webdesign.de/?p=109#comment-452</guid>
		<description>Hello Carsten
I put the original script back. I loaded the file with 23000 persons. It worked. I took the file with 25000 persons, and got the same problem.

Start reading GEDCOM file
Start reading Person data
Start reading family data


Then I took the total  file with 26000+, and I had the next  screen writing: 
Start reading GEDCOM file

Nothing more. I&#039;m not a programmer only a guy who likes to do some coding. I&#039;m out of solutions. Thank for your time and help. If you know something pease help me i&#039;m out of solutions.

Greetings
 Jos Reintjens</description>
		<content:encoded><![CDATA[<p>Hello Carsten<br />
I put the original script back. I loaded the file with 23000 persons. It worked. I took the file with 25000 persons, and got the same problem.</p>
<p>Start reading GEDCOM file<br />
Start reading Person data<br />
Start reading family data</p>
<p>Then I took the total  file with 26000+, and I had the next  screen writing:<br />
Start reading GEDCOM file</p>
<p>Nothing more. I&#8217;m not a programmer only a guy who likes to do some coding. I&#8217;m out of solutions. Thank for your time and help. If you know something pease help me i&#8217;m out of solutions.</p>
<p>Greetings<br />
 Jos Reintjens</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a database from your GEDCOM file, PHP Version by luventas</title>
		<link>http://blog.luventas-webdesign.de/?p=109#comment-451</link>
		<dc:creator>luventas</dc:creator>
		<pubDate>Fri, 10 Feb 2012 12:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.luventas-webdesign.de/?p=109#comment-451</guid>
		<description>Hi Jos,

you changed the DB-column names in your insert statment. Do you also changed the names of the columns in your MySQL DB?
Original was: 
DROP TABLE IF EXISTS `person_st`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `person_st` (
`persID` varchar(40) NOT NULL DEFAULT &#039;&#039;,
`name` varchar(255) DEFAULT NULL,
`vorname` varchar(255) DEFAULT NULL,
`marname` varchar(255) DEFAULT NULL,
`sex` char(1) DEFAULT NULL,
`birt_date` varchar(255) DEFAULT NULL,
`birt_plac` varchar(255) DEFAULT NULL,
`taufe_date` varchar(255) DEFAULT NULL,
`taufe_plac` varchar(255) DEFAULT NULL,
`deat_date` varchar(255) DEFAULT NULL,
`deat_plac` varchar(255) DEFAULT NULL,
`buri_date` varchar(255) DEFAULT NULL,
`buri_plac` varchar(255) DEFAULT NULL,
`occupation` varchar(255) DEFAULT NULL,
`occu_date` varchar(255) DEFAULT NULL,
`occu_plac` varchar(255) DEFAULT NULL,
`religion` varchar(80) DEFAULT NULL,
`confi_date` varchar(255) DEFAULT NULL,
`confi_plac` varchar(255) DEFAULT NULL,
`note` longtext,
PRIMARY KEY (`persID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

You have to change this also to:
DROP TABLE IF EXISTS `person_st`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `person_st` (
`record` varchar(40) NOT NULL DEFAULT &#039;&#039;,
`Achternaam` varchar(255) DEFAULT NULL,
`voornaam` varchar(255) DEFAULT NULL,
`marname` varchar(255) DEFAULT NULL,
`Geslacht` char(1) DEFAULT NULL,
`Geboortedatum` varchar(255) DEFAULT 
etc.

And also the column name are needed in the whole application. Mybe it is better to leve the DB clumn names like they are. How they are named in view on website is not related to the DB column name.

Hope, this will help you.

Greetings
Carsten Fröhlich</description>
		<content:encoded><![CDATA[<p>Hi Jos,</p>
<p>you changed the DB-column names in your insert statment. Do you also changed the names of the columns in your MySQL DB?<br />
Original was:<br />
DROP TABLE IF EXISTS `person_st`;<br />
/*!40101 SET @saved_cs_client     = @@character_set_client */;<br />
/*!40101 SET character_set_client = utf8 */;<br />
CREATE TABLE `person_st` (<br />
`persID` varchar(40) NOT NULL DEFAULT &#8221;,<br />
`name` varchar(255) DEFAULT NULL,<br />
`vorname` varchar(255) DEFAULT NULL,<br />
`marname` varchar(255) DEFAULT NULL,<br />
`sex` char(1) DEFAULT NULL,<br />
`birt_date` varchar(255) DEFAULT NULL,<br />
`birt_plac` varchar(255) DEFAULT NULL,<br />
`taufe_date` varchar(255) DEFAULT NULL,<br />
`taufe_plac` varchar(255) DEFAULT NULL,<br />
`deat_date` varchar(255) DEFAULT NULL,<br />
`deat_plac` varchar(255) DEFAULT NULL,<br />
`buri_date` varchar(255) DEFAULT NULL,<br />
`buri_plac` varchar(255) DEFAULT NULL,<br />
`occupation` varchar(255) DEFAULT NULL,<br />
`occu_date` varchar(255) DEFAULT NULL,<br />
`occu_plac` varchar(255) DEFAULT NULL,<br />
`religion` varchar(80) DEFAULT NULL,<br />
`confi_date` varchar(255) DEFAULT NULL,<br />
`confi_plac` varchar(255) DEFAULT NULL,<br />
`note` longtext,<br />
PRIMARY KEY (`persID`)<br />
) ENGINE=MyISAM DEFAULT CHARSET=latin1;</p>
<p>You have to change this also to:<br />
DROP TABLE IF EXISTS `person_st`;<br />
/*!40101 SET @saved_cs_client     = @@character_set_client */;<br />
/*!40101 SET character_set_client = utf8 */;<br />
CREATE TABLE `person_st` (<br />
`record` varchar(40) NOT NULL DEFAULT &#8221;,<br />
`Achternaam` varchar(255) DEFAULT NULL,<br />
`voornaam` varchar(255) DEFAULT NULL,<br />
`marname` varchar(255) DEFAULT NULL,<br />
`Geslacht` char(1) DEFAULT NULL,<br />
`Geboortedatum` varchar(255) DEFAULT<br />
etc.</p>
<p>And also the column name are needed in the whole application. Mybe it is better to leve the DB clumn names like they are. How they are named in view on website is not related to the DB column name.</p>
<p>Hope, this will help you.</p>
<p>Greetings<br />
Carsten Fröhlich</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a database from your GEDCOM file, PHP Version by Jos Reintjens</title>
		<link>http://blog.luventas-webdesign.de/?p=109#comment-450</link>
		<dc:creator>Jos Reintjens</dc:creator>
		<pubDate>Thu, 09 Feb 2012 22:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.luventas-webdesign.de/?p=109#comment-450</guid>
		<description>Hello Carsten.
I made the time inputs larger. but it didn&#039;t help.
I&#039;ve got the next screen writings:

Start reading GEDCOM file
Start reading Person data
Start reading family data

Then it stops.

The apache time limits are set to:
Keep-alive timeout 500 (coming from 5)
Request timeout 1000 (coming from 300)

I did some changes to the script but i don&#039;t think that&#039;s the problem. The changes are:

## create single insert statement
  $insert  = &quot;INSERT INTO person_st (`record`, `Achternaam`, `voornaam`, `marname`, `Geslacht`, `Geboortedatum`, `Geboorteplaats`, &quot;;
  $insert .= &quot;`Doopdatum`, `Doopplaats`, `Overlijdendatum`, `Overlijdenplaats`, `Begrafenisdatum`, `Begrafenisplaats`, &quot;;
  $insert .= &quot;`Beroep`, `occu_date`, `occu_plac`, `Gezindte`, `confi_date`, `confi_plac`, `Persooninfo`) &quot;;

I hope you can point me to the problem.

Thanks Jos Reintjens</description>
		<content:encoded><![CDATA[<p>Hello Carsten.<br />
I made the time inputs larger. but it didn&#8217;t help.<br />
I&#8217;ve got the next screen writings:</p>
<p>Start reading GEDCOM file<br />
Start reading Person data<br />
Start reading family data</p>
<p>Then it stops.</p>
<p>The apache time limits are set to:<br />
Keep-alive timeout 500 (coming from 5)<br />
Request timeout 1000 (coming from 300)</p>
<p>I did some changes to the script but i don&#8217;t think that&#8217;s the problem. The changes are:</p>
<p>## create single insert statement<br />
  $insert  = &#8220;INSERT INTO person_st (`record`, `Achternaam`, `voornaam`, `marname`, `Geslacht`, `Geboortedatum`, `Geboorteplaats`, &#8220;;<br />
  $insert .= &#8220;`Doopdatum`, `Doopplaats`, `Overlijdendatum`, `Overlijdenplaats`, `Begrafenisdatum`, `Begrafenisplaats`, &#8220;;<br />
  $insert .= &#8220;`Beroep`, `occu_date`, `occu_plac`, `Gezindte`, `confi_date`, `confi_plac`, `Persooninfo`) &#8220;;</p>
<p>I hope you can point me to the problem.</p>
<p>Thanks Jos Reintjens</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a database from your GEDCOM file, PHP Version by luventas</title>
		<link>http://blog.luventas-webdesign.de/?p=109#comment-449</link>
		<dc:creator>luventas</dc:creator>
		<pubDate>Thu, 09 Feb 2012 20:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.luventas-webdesign.de/?p=109#comment-449</guid>
		<description>Hi Jos,

26000 Persons is really a lot, but I do not included a maximum value in the script. Maybe you have to extend your Apache settings. Normally there is a maximum time included, how long a script can run. I think, you reach this time limit with the 23000 Persons. If you run the script on your local system or on a server where you are able to administrate, then try to extend this time limit and test it again.

Greetings
Carsten Fröhlich</description>
		<content:encoded><![CDATA[<p>Hi Jos,</p>
<p>26000 Persons is really a lot, but I do not included a maximum value in the script. Maybe you have to extend your Apache settings. Normally there is a maximum time included, how long a script can run. I think, you reach this time limit with the 23000 Persons. If you run the script on your local system or on a server where you are able to administrate, then try to extend this time limit and test it again.</p>
<p>Greetings<br />
Carsten Fröhlich</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a database from your GEDCOM file, PHP Version by luventas</title>
		<link>http://blog.luventas-webdesign.de/?p=109#comment-448</link>
		<dc:creator>luventas</dc:creator>
		<pubDate>Thu, 09 Feb 2012 20:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.luventas-webdesign.de/?p=109#comment-448</guid>
		<description>In which table should I add it? Sorry, but I do not understand this hint. Please explain it a bit more...</description>
		<content:encoded><![CDATA[<p>In which table should I add it? Sorry, but I do not understand this hint. Please explain it a bit more&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a database from your GEDCOM file, PHP Version by Jos Reintjens</title>
		<link>http://blog.luventas-webdesign.de/?p=109#comment-447</link>
		<dc:creator>Jos Reintjens</dc:creator>
		<pubDate>Thu, 09 Feb 2012 16:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.luventas-webdesign.de/?p=109#comment-447</guid>
		<description>The script works for me until 22500 persons, with 25000 is doesn&#039;t work any more. Is there a maximum in the script or is there another problem. I&#039;am working on a webprogram for myself and got more than 26000 persons in my database. Is there a solution for the problem?
Greetings Jos Reintjens</description>
		<content:encoded><![CDATA[<p>The script works for me until 22500 persons, with 25000 is doesn&#8217;t work any more. Is there a maximum in the script or is there another problem. I&#8217;am working on a webprogram for myself and got more than 26000 persons in my database. Is there a solution for the problem?<br />
Greetings Jos Reintjens</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a database from your GEDCOM file, PHP Version by rené janssen</title>
		<link>http://blog.luventas-webdesign.de/?p=109#comment-446</link>
		<dc:creator>rené janssen</dc:creator>
		<pubDate>Sat, 04 Feb 2012 16:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.luventas-webdesign.de/?p=109#comment-446</guid>
		<description>Hi Carsten,
Nice tool you made here. I wonder if you compleet this tool by adding the sources in a tabel. That would be great.

René</description>
		<content:encoded><![CDATA[<p>Hi Carsten,<br />
Nice tool you made here. I wonder if you compleet this tool by adding the sources in a tabel. That would be great.</p>
<p>René</p>
]]></content:encoded>
	</item>
</channel>
</rss>

