[PHP-GedView-L] Vorstellung und Anfängerprobleme

Hallo liebe Listenteilnehmer,

ich lese schon eine Weile in dieser Liste mit. Ich bin Reinhard Breideband und besch�ftige mich schon seit etlichen Jahren mit der Ahnenforschung, erst in der Familie und dann in weiter ziehenden Kreisen.

Jetzt habe ich mich nach langem Z�gern dazu entschlossen au�er meiner bisherigen Internetpr�senz (www.breideband.de) mich auch mit phpGedView zu befassen.

Ich habe die Version 4.1.7 installiert (www.breideband.eu) und komme mit den Einstellungen nicht ganz klar.

Wie kann ich z.B. unterbinden, dass meine gedcom-Dateien heruntergeladen werden?

Dann habe ich einige Fehlermeldungen auf meiner Begr��ungsseite, die nicht nicht weg bekomme.

siehe folgendes:

ERROR:-1 DB Error: unknown error
SQL:1 ** SELECT COUNT( DISTINCT i_surname) AS tot FROM pgv_individuals WHERE i_file=1 [nativecode=sqlite_query() [function.sqlite-query]: near "DISTINCT": syntax error]

ERROR 8: Undefined index: d_gid
0 Error occurred on line 846 of file class_stats.php in function _mortalityQuery
1 called from line 884 of file class_stats.php in function firstBirthYear
2 called from line 157 of file gedcom_stats.php in function print_gedcom_stats
3 called from line 1 of file index.php(375) : eval()'d code in function eval
4 called from line 375 of file index.php

ERROR 8: Undefined index: d_type
0 Error occurred on line 858 of file class_stats.php in function _mortalityQuery
1 called from line 884 of file class_stats.php in function firstBirthYear
2 called from line 157 of file gedcom_stats.php in function print_gedcom_stats
3 called from line 1 of file index.php(375) : eval()'d code in function eval
4 called from line 375 of file index.php

ERROR 8: Undefined index: d_year
0 Error occurred on line 858 of file class_stats.php in function _mortalityQuery
1 called from line 884 of file class_stats.php in function firstBirthYear
2 called from line 157 of file gedcom_stats.php in function print_gedcom_stats
3 called from line 1 of file index.php(375) : eval()'d code in function eval
4 called from line 375 of file index.php

ERROR 8: Undefined index: d_gid
0 Error occurred on line 846 of file class_stats.php in function _mortalityQuery
1 called from line 883 of file class_stats.php in function firstBirth
2 called from line 159 of file gedcom_stats.php in function print_gedcom_stats
3 called from line 1 of file index.php(375) : eval()'d code in function eval
4 called from line 375 of file index.php

ERROR 8: Undefined index: d_gid
0 Error occurred on line 851 of file class_stats.php in function _mortalityQuery
1 called from line 883 of file class_stats.php in function firstBirth
2 called from line 159 of file gedcom_stats.php in function print_gedcom_stats
3 called from line 1 of file index.php(375) : eval()'d code in function eval
4 called from line 375 of file index.php

Fatal error: Call to a member function format_list() on a non-object in /hp/bh/ac/zs/www/phpGedView/includes/class_stats.php on line 852

Wer kann einem php.Anf�nger helfen?

Vielen Dank und herzliche Gr��e aus Rodenbach

Reinhard Breideband

Lieber Reinhard,

herzlich willkommen bei uns in der Liste.

Die Gedcom-Dateien stehen im Index-Ordner. Ob man die Gedcom-Datei(en)
herunterladen kann, hängt. m. W. davon ab, wo der Index-Ordner steht.
Innerhalb der PGV-Ordnerstruktur können wohl alle Inhalte des
Index-Ordners heruntergeladen werden. Ein sichererer Ort ist immer
außerhalb der WWW-Ordner-Struktur. Das könnte z. B. so aussehen:

/
---/index_pgv
---/www
------/deinedomaene.de
---------/pgv

Hier ist /pgv eine Subdomäne von "deinedomaene.de". Der Index-Ordner liegt
in derselben Ebene wie "www", also 2 Ebenen höher als /pgv.
Dementsprechend müsste die Angabe des Server-Pfades in der
GEDCOM-Konfiguration folgendermaßen aussehen:

../../../index_pgv/deinegedcom.ged

Ebenso muss in der PGV-Konfiguration das Verzeichnis der Index-Dateien
dann so aussehen:

../../../index_pgv/

Zu deinen Fehlermeldungen: Hast du vor (!) der PGV-Installation auch die
Datenbank angelegt und in der PGV-Konfiguration den Datenbank-Anschluss
korrekt ausgefüllt?

Da du ja noch in der Phase der Erstinstallation bist, rate ich dir aber
nicht viel Zeit in die Konfiguration der V.4.1.7 zu investieren. Die lange
erwartete V.4.2.2 ist endlich verfügbar. Sofern die PHP-Version deines
Webserves es erlaubt, starte lieber mit dieser Version.

Viele Grüße

Axel (Schreiter)

WWW: http://genealogie.schreiter.info

Reinhard Breideband <ahnen@breideband.eu>
Gesendet von: php-gedview-l-bounces@genealogy.net
02.08.2009 12:13
Bitte antworten an
ahnen@breideband.eu; Bitte antworten an
PHP-Gedview-L <php-gedview-l@genealogy.net>

An
PHP-Gedview-L@genealogy.net
Kopie

Thema
[PHP-GedView-L] Vorstellung und Anfängerprobleme

Hallo liebe Listenteilnehmer,

ich lese schon eine Weile in dieser Liste mit. Ich bin Reinhard
Breideband und beschäftige mich schon seit etlichen Jahren mit der
Ahnenforschung, erst in der Familie und dann in weiter ziehenden Kreisen.

Jetzt habe ich mich nach langem Zögern dazu entschlossen außer meiner
bisherigen Internetpräsenz (www.breideband.de) mich auch mit phpGedView
zu befassen.

Ich habe die Version 4.1.7 installiert (www.breideband.eu) und komme mit
den Einstellungen nicht ganz klar.

Wie kann ich z.B. unterbinden, dass meine gedcom-Dateien heruntergeladen
werden?

Dann habe ich einige Fehlermeldungen auf meiner Begrüßungsseite, die
nicht nicht weg bekomme.

siehe folgendes:

ERROR:-1 DB Error: unknown error
SQL:1 ** SELECT COUNT( DISTINCT i_surname) AS tot FROM pgv_individuals
WHERE i_file=1 [nativecode=sqlite_query() [function.sqlite-query]: near
"DISTINCT": syntax error]

ERROR 8: Undefined index: d_gid
0 Error occurred on line 846 of file class_stats.php in function
_mortalityQuery
1 called from line 884 of file class_stats.php in function firstBirthYear
2 called from line 157 of file gedcom_stats.php in function
print_gedcom_stats
3 called from line 1 of file index.php(375) : eval()'d code in function
eval
4 called from line 375 of file index.php

ERROR 8: Undefined index: d_type
0 Error occurred on line 858 of file class_stats.php in function
_mortalityQuery
1 called from line 884 of file class_stats.php in function firstBirthYear
2 called from line 157 of file gedcom_stats.php in function
print_gedcom_stats
3 called from line 1 of file index.php(375) : eval()'d code in function
eval
4 called from line 375 of file index.php

ERROR 8: Undefined index: d_year
0 Error occurred on line 858 of file class_stats.php in function
_mortalityQuery
1 called from line 884 of file class_stats.php in function firstBirthYear
2 called from line 157 of file gedcom_stats.php in function
print_gedcom_stats
3 called from line 1 of file index.php(375) : eval()'d code in function
eval
4 called from line 375 of file index.php

ERROR 8: Undefined index: d_gid
0 Error occurred on line 846 of file class_stats.php in function
_mortalityQuery
1 called from line 883 of file class_stats.php in function firstBirth
2 called from line 159 of file gedcom_stats.php in function
print_gedcom_stats
3 called from line 1 of file index.php(375) : eval()'d code in function
eval
4 called from line 375 of file index.php

ERROR 8: Undefined index: d_gid
0 Error occurred on line 851 of file class_stats.php in function
_mortalityQuery
1 called from line 883 of file class_stats.php in function firstBirth
2 called from line 159 of file gedcom_stats.php in function
print_gedcom_stats
3 called from line 1 of file index.php(375) : eval()'d code in function
eval
4 called from line 375 of file index.php

Fatal error: Call to a member function format_list() on a non-object in
/hp/bh/ac/zs/www/phpGedView/includes/class_stats.php on line 852

Wer kann einem php.Anfänger helfen?

Vielen Dank und herzliche Grüße aus Rodenbach

Reinhard Breideband