phpgedview-talk Mailing List for PhpGedView (Page 32)
Brought to you by:
canajun2eh,
yalnifj
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(4) |
Feb
(3) |
Mar
(35) |
Apr
(37) |
May
(22) |
Jun
|
Jul
(2) |
Aug
(7) |
Sep
(10) |
Oct
(9) |
Nov
|
Dec
(16) |
2005 |
Jan
(16) |
Feb
(4) |
Mar
(48) |
Apr
(12) |
May
(4) |
Jun
(3) |
Jul
(4) |
Aug
(19) |
Sep
(31) |
Oct
(16) |
Nov
(7) |
Dec
(58) |
2006 |
Jan
(9) |
Feb
(14) |
Mar
(16) |
Apr
(12) |
May
(9) |
Jun
(9) |
Jul
(31) |
Aug
(19) |
Sep
(3) |
Oct
|
Nov
(11) |
Dec
(3) |
2007 |
Jan
(16) |
Feb
(1) |
Mar
(4) |
Apr
(17) |
May
(40) |
Jun
(14) |
Jul
(31) |
Aug
(10) |
Sep
(14) |
Oct
(64) |
Nov
(24) |
Dec
(13) |
2008 |
Jan
(12) |
Feb
(2) |
Mar
(7) |
Apr
(2) |
May
(16) |
Jun
(8) |
Jul
(4) |
Aug
(14) |
Sep
(13) |
Oct
(2) |
Nov
|
Dec
|
2009 |
Jan
(1) |
Feb
(11) |
Mar
(5) |
Apr
(6) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
(2) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: John F. <Joh...@by...> - 2004-05-17 17:58:33
|
Hi Paul, =20 I'm a total newbie with some *very* basic installation questions. :-) [John Finlay] We all start out as newbies as some point, welcome to the = club ;) 1) I received two files from you, one ending ".zip" and the other = ending ".tar.gz" . I unzipped the "phpGedView.2.65.4.zip" file into 317 = files in 17 folders on my C: drive. Do I also need to unpack/extract = the .tar.gz file, or are those two archives (the .zip archive and the = .tar.gz archive you sent me) alternative sources of the same files? [John Finlay] The .zip and the .tar.gz files are the same thing. ZIP = files are more convenient for Windows users. TAR.GZ is more convenient = for linux users. We provide both to make it easier for you depending on = your platform. So you can delete the tar.gz file.=20 2) I used FTP Explorer to create the necessary file structure on my = site, and uploaded the files in each PGV directory on my C: drive to the = parallel folders I had created on my site. Was that the right thing to = do? [John Finlay] Yes, exactly right 3) Your "Long Installation" instructions then talk about setting the = read and write permissions for various files and directories. How do I = do this? Using FTP Explorer? [John Finlay] I've never used FTP Explorer, but you can look through the = program's online help for more information about permissions or chmod. = FTP Explorer appears to have a "Quote" command. You should be able to = use the quote option and type in "chmod 777 config.php" to set the = permissions for the config.php file. Then do it again for the index = directory: chmod 777 index =20 --John =20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D John Finlay PhpGedView Project Manager http://www.phpgedview.net <http://www.phpgedview.net/>=20 =20 ya...@us... =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D |
From: Paul R. <pra...@ve...> - 2004-05-17 17:37:10
|
I'm a total newbie with some *very* basic installation questions. :-) 1) I received two files from you, one ending ".zip" and the other = ending ".tar.gz" . I unzipped the "phpGedView.2.65.4.zip" file into 317 = files in 17 folders on my C: drive. Do I also need to unpack/extract = the .tar.gz file, or are those two archives (the .zip archive and the = .tar.gz archive you sent me) alternative sources of the same files? 2) I used FTP Explorer to create the necessary file structure on my = site, and uploaded the files in each PGV directory on my C: drive to the = parallel folders I had created on my site. Was that the right thing to = do? 3) Your "Long Installation" instructions then talk about setting the = read and write permissions for various files and directories. How do I = do this? Using FTP Explorer? Thanks much. Paul Ramshaw, pra...@ve... Washington, DC |
From: John F. <Joh...@by...> - 2004-05-04 14:50:40
|
Hi Len, =20 You need to create a database for PhpGedView to use. The message below = states that PhpGedView was able to connect to the MySQL Host using the = username and password that you supplied, but it wasn't able to find the = database name you entered on the configuration screen. PhpGedView does = not create a database automatically, you have to have one already = created. The reason that PhpGedView doesn't try to automatically create = a database is that most hosts do not allow their users to create their = own databases and charge them extra for every database that they do = create. So it wouldn't be good if PhpGedView just created databases. =20 If you already have a database name that you would like to use, just = enter that name in the configuration screen. You should be able to find = out this information from your host. If you don't have a database name, = then you will need to create one. Your host should have instructions = somewhere on how to create a new database. =20 --John =20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D John Finlay PhpGedView Project Manager http://www.phpgedview.net <http://www.phpgedview.net/>=20 =20 ya...@us... =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D -----Original Message----- From: php...@li... = [mailto:php...@li...] On Behalf Of Len = Lundgren Sent: Monday, May 03, 2004 8:38 PM To: php...@li... Subject: [Phpgedview-talk] mysql Hi I am a mysql newbie. as well as for phpgedview. My ged com is 30meg, and will not import, does create the first file, = but none of the indexes. I set up mysql. by reading the posts, discovered that no user, no = password will work. I I have mysql id & password, works from command = line, is in the ini, but pgv will not connect using it. i now get this message: Here dbconn:Resource id #15 dbsel: dbuser: dbpass: Your current database = configuration is bad. Please check your database connection parameters = and configure again.PhpGedView made a connection to your MySQL database = host, but was unable to use the database with the name you entered. = Check that the database exists and that the usename you entered has the = appropriate permissions on that database. The file of course does not exist, pgv has not created it yet. I then, using command line created the file in mysql, pathing it to the = index sub-directory. I used it from the command line works. no file was created in the index = sub-directory. I re-tried again and got the same message What do I do to make it work? Len e-mail -> llu...@in... Web Page http://thelundgrens.us All Electronic Equipment runs on Smoke . . . When the Smoke leaks out, = it quits. |
From: Len L. <llu...@in...> - 2004-05-04 02:37:13
|
Hi I am a mysql newbie. as well as for phpgedview. My ged com is 30meg, and will not import, does create the first file, but none of the indexes. I set up mysql. by reading the posts, discovered that no user, no password will work. I I have mysql id & password, works from command line, is in the ini, but pgv will not connect using it. i now get this message: Here dbconn:Resource id #15 dbsel: dbuser: dbpass: Your current database configuration is bad. Please check your database connection parameters and configure again. PhpGedView made a connection to your MySQL database host, but was unable to use the database with the name you entered. Check that the database exists and that the usename you entered has the appropriate permissions on that database. The file of course does not exist, pgv has not created it yet. I then, using command line created the file in mysql, pathing it to the index sub-directory. I used it from the command line works. no file was created in the index sub-directory. I re-tried again and got the same message What do I do to make it work? Len e-mail -> llu...@in... Web Page http://thelundgrens.us All Electronic Equipment runs on Smoke . . . When the Smoke leaks out, it quits. |
From: S.Phethean <St...@ph...> - 2004-04-23 16:19:14
|
Thanks John, Have downloaded and installed the new version. All OK! Stuart -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of John Finlay Sent: 23 April 2004 15:44 To: php...@li... Subject: RE: [Phpgedview-talk] phpGedView 3.0 RC1 error reading multimedia files Stuart, This problem was fixed in the final release of PhpGedView 3.0. Please upgrade to version 3.00.1 and reimport your gedcom. --John > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On > Behalf Of S.Phethean > Sent: Thursday, April 22, 2004 9:39 AM > To: php...@li... > Subject: [Phpgedview-talk] phpGedView 3.0 RC1 error reading > multimedia files > > > John, > > For the fisrt time, I have just tried adding some images to my v 3.0 > installation. I get the following error from the image viewer: > > "Missing Image File ./media/C:uploadGt-Levermarydean.jpg" > > and if I look at the Person ID details for the multimedia > object it has: > > "C:uploadGt-Levermarydean.jpg" > > as the External File. It looks as if the "\" in the original > Gedcom files > are not getting interpreted i.e: > > 1 OBJE > 2 FORM jpg > 2 FILE C:\upload\Gt-Lever\marydean.jpg > 2 TITL Monument in St. Michael's Churchyard, Great Lever > 2 NOTE > 2 _SCBK Y > 2 _PRIM Y > 2 _TYPE PHOTO > 2 _SSHOW Y > > > Is there anything else that I should be doing after creating > the Gedcom? > > Regards, > > Stuart > > ------------------------------------------- > Stuart Phethean > Hampshire, > UK > > Main web pages: http://www.phethean.co.uk/ > Test web pages: > http://cgi.phethean.plus.com/GedViewbeta/index.php?command=ged com&GEDCOM=phe thean.ged -------------------------------------------- --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.664 / Virus Database: 427 - Release Date: 21/04/2004 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Phpgedview-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpgedview-talk ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg297 _______________________________________________ Phpgedview-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpgedview-talk --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.665 / Virus Database: 428 - Release Date: 21/04/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.665 / Virus Database: 428 - Release Date: 21/04/2004 |
From: John F. <Joh...@by...> - 2004-04-23 14:44:35
|
Stuart, This problem was fixed in the final release of PhpGedView 3.0. Please = upgrade to version 3.00.1 and reimport your gedcom. --John > -----Original Message----- > From: php...@li...=20 > [mailto:php...@li...] On=20 > Behalf Of S.Phethean > Sent: Thursday, April 22, 2004 9:39 AM > To: php...@li... > Subject: [Phpgedview-talk] phpGedView 3.0 RC1 error reading=20 > multimedia files >=20 >=20 > John, >=20 > For the fisrt time, I have just tried adding some images to my v 3.0 > installation. I get the following error from the image viewer: >=20 > "Missing Image File ./media/C:uploadGt-Levermarydean.jpg" >=20 > and if I look at the Person ID details for the multimedia=20 > object it has: >=20 > "C:uploadGt-Levermarydean.jpg" >=20 > as the External File. It looks as if the "\" in the original=20 > Gedcom files > are not getting interpreted i.e: >=20 > 1 OBJE > 2 FORM jpg > 2 FILE C:\upload\Gt-Lever\marydean.jpg > 2 TITL Monument in St. Michael's Churchyard, Great Lever > 2 NOTE > 2 _SCBK Y > 2 _PRIM Y > 2 _TYPE PHOTO > 2 _SSHOW Y >=20 >=20 > Is there anything else that I should be doing after creating=20 > the Gedcom? >=20 > Regards, >=20 > Stuart >=20 > ------------------------------------------- > Stuart Phethean > Hampshire, > UK >=20 > Main web pages: http://www.phethean.co.uk/ > Test web pages: > http://cgi.phethean.plus.com/GedViewbeta/index.php?command=3Dged com&GEDCOM=3Dphe thean.ged -------------------------------------------- --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.664 / Virus Database: 427 - Release Date: 21/04/2004 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck _______________________________________________ Phpgedview-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpgedview-talk |
From: Rodney H. <rm...@rm...> - 2004-04-22 18:29:55
|
Hello John, Many thanks - swapped sublinks.html for the new one and all's fine. Regards -- Rodney HALL=20 Heywood, Lancashire Suaviter sed fortiter Agreeably but powerfully=20 ~~~~~~~~~~~~~~ rm...@rm... http://rmhh.co.uk/ http://rmhh.org.uk/ ~~~~~~~~~~~~~~~~~~~=20 > -----Original Message----- > From: php...@li...=20 > [mailto:php...@li...] On=20 > Behalf Of John Finlay > Sent: 22 April 2004 15:23 > To: php...@li... > Subject: RE: [Phpgedview-talk] v3.0 help & suggestion >=20 > Hi Rodney, >=20 > You should be able to use the sublinks.html file from the new=20 > files in your old theme without any problems. Otherwise you=20 > will need to edit the sublinks.html file and change the=20 > reference from index.php to pedigree.php. >=20 > --John >=20 > > -----Original Message----- > > From: php...@li... > > [mailto:php...@li...] On Behalf Of=20 > > Rodney Hall > > Sent: Wednesday, April 21, 2004 4:43 PM > > To: php...@li... > > Subject: [Phpgedview-talk] v3.0 help & suggestion > >=20 > >=20 > > On my individual pages, in the right hand menu, the top selection,=20 > > "Pedigree Tree" > > takes me to My Portal, not the Pedigree Tree. Is this a result of=20 > > using the > > v2.6 toplinks.html? If so, is there anything I can edit to=20 > make it the=20 > > Pedigree Tree? > >=20 > > I'm using this combination as it seems to be the only way I=20 > can get it=20 > > to work for me - without the drop-down menus. > >=20 > > Also, a suggestion. The media viewer is great, but could it=20 > include a=20 > > return button? It would be neater than using the browser=20 > back button. > >=20 > > Regards > > -- > > Rodney HALL > > Heywood, Lancashire > > Suaviter sed fortiter > > Agreeably but powerfully > >=20 > > ~~~~~~~~~~~~~~ > > rm...@rm... > > http://rmhh.co.uk/ > > http://rmhh.org.uk/ > > ~~~~~~~~~~~~~~~~~~~ > >=20 > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux=20 > > tutorial presented by Daniel Robbins, President and CEO of GenToo=20 > > technologies. Learn everything from fundamentals to system=20 > >=20 > = administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck > > _______________________________________________ > > Phpgedview-talk mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials Free=20 > Linux tutorial presented by Daniel Robbins, President and CEO=20 > of GenToo technologies. Learn everything from fundamentals to=20 > system = administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=CCk > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk >=20 |
From: S.Phethean <St...@ph...> - 2004-04-22 15:39:40
|
John, For the fisrt time, I have just tried adding some images to my v 3.0 installation. I get the following error from the image viewer: "Missing Image File ./media/C:uploadGt-Levermarydean.jpg" and if I look at the Person ID details for the multimedia object it has: "C:uploadGt-Levermarydean.jpg" as the External File. It looks as if the "\" in the original Gedcom files are not getting interpreted i.e: 1 OBJE 2 FORM jpg 2 FILE C:\upload\Gt-Lever\marydean.jpg 2 TITL Monument in St. Michael's Churchyard, Great Lever 2 NOTE 2 _SCBK Y 2 _PRIM Y 2 _TYPE PHOTO 2 _SSHOW Y Is there anything else that I should be doing after creating the Gedcom? Regards, Stuart ------------------------------------------- Stuart Phethean Hampshire, UK Main web pages: http://www.phethean.co.uk/ Test web pages: http://cgi.phethean.plus.com/GedViewbeta/index.php?command=gedcom&GEDCOM=phe thean.ged -------------------------------------------- --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.664 / Virus Database: 427 - Release Date: 21/04/2004 |
From: John F. <Joh...@by...> - 2004-04-22 14:22:44
|
Hi Rodney, You should be able to use the sublinks.html file from the new files in = your old theme without any problems. Otherwise you will need to edit = the sublinks.html file and change the reference from index.php to = pedigree.php. --John > -----Original Message----- > From: php...@li...=20 > [mailto:php...@li...] On=20 > Behalf Of Rodney Hall > Sent: Wednesday, April 21, 2004 4:43 PM > To: php...@li... > Subject: [Phpgedview-talk] v3.0 help & suggestion >=20 >=20 > On my individual pages, in the right hand menu, the top=20 > selection, "Pedigree > Tree" > takes me to My Portal, not the Pedigree Tree. Is this a=20 > result of using the > v2.6 toplinks.html? If so, is there anything I can edit to make it the > Pedigree Tree? >=20 > I'm using this combination as it seems to be the only way I=20 > can get it to > work for me - without the drop-down menus. >=20 > Also, a suggestion. The media viewer is great, but could it=20 > include a return > button? It would be neater than using the browser back button. >=20 > Regards > -- > Rodney HALL=20 > Heywood, Lancashire > Suaviter sed fortiter > Agreeably but powerfully=20 >=20 > ~~~~~~~~~~~~~~ > rm...@rm... > http://rmhh.co.uk/ > http://rmhh.org.uk/ > ~~~~~~~~~~~~~~~~~~~ >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > = administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk >=20 |
From: Rodney H. <rm...@rm...> - 2004-04-21 22:43:34
|
On my individual pages, in the right hand menu, the top selection, "Pedigree Tree" takes me to My Portal, not the Pedigree Tree. Is this a result of using the v2.6 toplinks.html? If so, is there anything I can edit to make it the Pedigree Tree? I'm using this combination as it seems to be the only way I can get it to work for me - without the drop-down menus. Also, a suggestion. The media viewer is great, but could it include a return button? It would be neater than using the browser back button. Regards -- Rodney HALL Heywood, Lancashire Suaviter sed fortiter Agreeably but powerfully ~~~~~~~~~~~~~~ rm...@rm... http://rmhh.co.uk/ http://rmhh.org.uk/ ~~~~~~~~~~~~~~~~~~~ |
From: Daniel P. K. <da...@ki...> - 2004-04-20 22:12:29
|
I have a similar problem (that may not be related). I am not getting the picture when I look at the individual record (individual.php), but it worked yesterday. I went back and found that the FILE line changed from: 2 FILE ./media/bar.jpg to 2 FILE http://www.foo.org/phpGedView/./media/bar.jpg I am not sure how it got the full URL, maybe by running GDBI, but it doesn't find the picture when it has it. Dan > Hi Rodney, > > The image isn't showing up because the thumbnail is missing. > > If I go to: > http://rmhh.co.uk/tree2/media/jennifer_louise_hall_01.2004b.jpg > I find the main image. > > But if I go to: > http://rmhh.co.uk/tree2/media/thumbs/jennifer_louise_hall_01.2004b.jpg > I get a 404 error. > > For the missing dropdown menus, the code in your toplinks.html file should > have lots of lines like this: > $menu["label"] = $pgv_lang["charts"]; > $menu["labelpos"] = "down"; > $menu["icon"] = "$PGV_IMAGE_DIR/$PGV_PEDIGREE_IMG"; > $menu["link"] = "pedigree.php"; > $menu["class"] = "menuitem"; > $menu["hoverclass"] = "menuitem_hover"; > $menu["flyout"] = "down"; > $menu["submenuclass"] = "submenu"; > $menu["items"] = array(); > > --John > >> -----Original Message----- >> From: php...@li... >> [mailto:php...@li...] On >> Behalf Of Rodney Hall >> Sent: Tuesday, April 20, 2004 8:22 AM >> To: php...@li... >> Subject: [Phpgedview-talk] v3.0 Not all media showing >> >> >> Not all media are showing. In the example, the top image is >> the same as that >> which should show on the top line. Named the same - same case etc. >> > http://rmhh.co.uk/tree2/individual.php?pid=ID.535 > > Regards > -- > Rodney HALL > Heywood, Lancashire > Suaviter sed fortiter > Agreeably but powerfully > > ~~~~~~~~~~~~~~ > rm...@rm... > http://rmhh.co.uk/ > http://rmhh.org.uk/ > ~~~~~~~~~~~~~~~~~~~ > > |
From: Jens K. <je...@ke...> - 2004-04-20 19:07:53
|
Hi John, here the information and thanks for your outstanding work! Linux E180 2.4.19 #1 Fri Jul 11 20:16:51 UTC 2003 i686 unknown PHP Version: 4.2.2 Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g mod_python/2.7.8 P= ython/2.2.1 PHP/4.2.2 mod_perl/1.27 MfG, Jens Kettwig ___ ><> ___ A-6020 Innsbruck, Amraser-See-Str. 25c, Top 82 Tel: ++43-512-263851 ><> Mobile: ++43-676-3244675 E-mail: Je...@Ke... Internet: www.kettwig.org ><> www.feg-innsbruck.org > Jens, > The problem only occurs on some installations of linux. We are > trying to narrow down what the problem is. Could you provide the > following information: > 1. What version of apache? > 2. What version of PHP? > 3. What version of Linux? > Thanks, > --John > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > John Finlay > PhpGedView Project Manager > http://www.phpgedview.net =20 > ya...@us... > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> -----Original Message----- >> From: php...@li...=20 >> [mailto:php...@li...] On=20 >> Behalf Of Jens Kettwig >> Sent: Monday, April 19, 2004 3:36 PM >> To: John Finlay >> Subject: Re[2]: [Phpgedview-talk] Can't switch to other gedcom >>=20 >>=20 >> Thanks John for the quick answer, but it still doesn't work. >>=20 >> (I won't be reading any answers until tomorow - it's close to midnight >> here in Austria) >>=20 >> Jens Kettwig >>=20 >>=20 >> > Jens,=20 >>=20 >> > There is a patch in the patches section of the website that=20 >> may help with this problem. >>=20 >> > Go here to download the files: >> >=20 >> http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D93738 >> 8&group_id=3D55456&atid=3D477081 >>=20 >> > --John >>=20 >>=20 >> >> -----Original Message----- >> >> From: php...@li...=20 >> >> [mailto:php...@li...] On=20 >> >> Behalf Of Jens Kettwig >> >> Sent: Monday, April 19, 2004 3:04 PM >> >> To: php...@li... >> >> Subject: [Phpgedview-talk] Can't switch to other gedcom >> >>=20 >> >>=20 >> >> When I'm logged in I can't switch between the two databases. >> >> What's wrong? >> >>=20 >> > http://www.kettwig.org/phpgedview/ >>=20 >> > username: test >> > password: testaccount >>=20 >> > thanks, >>=20 >> > Jens Kettwig >>=20 >>=20 >>=20 >> > ------------------------------------------------------- >> > This SF.Net email is sponsored by: IBM Linux Tutorials >> > Free Linux tutorial presented by Daniel Robbins, President=20 >> and CEO of >> > GenToo technologies. Learn everything from fundamentals to system >> >=20 >> administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcl= ick >> > _______________________________________________ >> > Phpgedview-talk mailing list >> > Php...@li... >> > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk >>=20 >>=20 >> > ------------------------------------------------------- >> > This SF.Net email is sponsored by: IBM Linux Tutorials >> > Free Linux tutorial presented by Daniel Robbins, President=20 >> and CEO of >> > GenToo technologies. Learn everything from fundamentals to system >> > administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&oplick >> > _______________________________________________ >> > Phpgedview-talk mailing list >> > Php...@li... >> > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk >> =20 >>=20 >>=20 >>=20 >> ------------------------------------------------------- >> This SF.Net email is sponsored by: IBM Linux Tutorials >> Free Linux tutorial presented by Daniel Robbins, President and CEO of >> GenToo technologies. Learn everything from fundamentals to system >> administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=3Dick >> _______________________________________________ >> Phpgedview-talk mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpgedview-talk >>=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&oplick > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk =20 |
From: Daniel P. K. <da...@ki...> - 2004-04-20 16:57:36
|
I run linux, and it is working for me, but I think I had this problem once. It was because of case differences in gedcoms.php. Verify the cases match on lines like: $gedarray["gedcom"] = "foo.ged"; $GEDCOMS["foo.ged"] = $gedarray; I was going to recommend we make this fool-proof by making the second line: $GEDCOMS[$gedarray["gedcom"]] = $gedarray; Dan > Jens, > > The problem only occurs on some installations of linux. We are trying to > narrow down what the problem is. Could you provide the following > information: > 1. What version of apache? > 2. What version of PHP? > 3. What version of Linux? > > Thanks, > > --John > ============================================ > John Finlay > PhpGedView Project Manager > http://www.phpgedview.net > > ya...@us... > ============================================ > > >> -----Original Message----- >> From: php...@li... >> [mailto:php...@li...] On >> Behalf Of Jens Kettwig >> Sent: Monday, April 19, 2004 3:36 PM >> To: John Finlay >> Subject: Re[2]: [Phpgedview-talk] Can't switch to other gedcom >> >> >> Thanks John for the quick answer, but it still doesn't work. >> >> (I won't be reading any answers until tomorow - it's close to midnight >> here in Austria) >> >> Jens Kettwig >> >> >> > Jens, >> >> > There is a patch in the patches section of the website that >> may help with this problem. >> >> > Go here to download the files: >> > >> http://sourceforge.net/tracker/index.php?func=detail&aid=93738 >> 8&group_id=55456&atid=477081 >> >> > --John >> >> >> >> -----Original Message----- >> >> From: php...@li... >> >> [mailto:php...@li...] On >> >> Behalf Of Jens Kettwig >> >> Sent: Monday, April 19, 2004 3:04 PM >> >> To: php...@li... >> >> Subject: [Phpgedview-talk] Can't switch to other gedcom >> >> >> >> >> >> When I'm logged in I can't switch between the two databases. >> >> What's wrong? >> >> >> > http://www.kettwig.org/phpgedview/ >> >> > username: test >> > password: testaccount >> >> > thanks, >> >> > Jens Kettwig >> |
From: John F. <Joh...@by...> - 2004-04-20 16:21:02
|
Jens, The problem only occurs on some installations of linux. We are trying = to narrow down what the problem is. Could you provide the following = information: 1. What version of apache? 2. What version of PHP? 3. What version of Linux? Thanks, --John =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D John Finlay PhpGedView Project Manager http://www.phpgedview.net =20 ya...@us... =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > -----Original Message----- > From: php...@li...=20 > [mailto:php...@li...] On=20 > Behalf Of Jens Kettwig > Sent: Monday, April 19, 2004 3:36 PM > To: John Finlay > Subject: Re[2]: [Phpgedview-talk] Can't switch to other gedcom >=20 >=20 > Thanks John for the quick answer, but it still doesn't work. >=20 > (I won't be reading any answers until tomorow - it's close to midnight > here in Austria) >=20 > Jens Kettwig >=20 >=20 > > Jens,=20 >=20 > > There is a patch in the patches section of the website that=20 > may help with this problem. >=20 > > Go here to download the files: > >=20 > http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D93738 > 8&group_id=3D55456&atid=3D477081 >=20 > > --John >=20 >=20 > >> -----Original Message----- > >> From: php...@li...=20 > >> [mailto:php...@li...] On=20 > >> Behalf Of Jens Kettwig > >> Sent: Monday, April 19, 2004 3:04 PM > >> To: php...@li... > >> Subject: [Phpgedview-talk] Can't switch to other gedcom > >>=20 > >>=20 > >> When I'm logged in I can't switch between the two databases. > >> What's wrong? > >>=20 > > http://www.kettwig.org/phpgedview/ >=20 > > username: test > > password: testaccount >=20 > > thanks, >=20 > > Jens Kettwig >=20 >=20 >=20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President=20 > and CEO of > > GenToo technologies. Learn everything from fundamentals to system > >=20 > = administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck > > _______________________________________________ > > Phpgedview-talk mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk >=20 >=20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President=20 > and CEO of > > GenToo technologies. Learn everything from fundamentals to system > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&oplick > > _______________________________________________ > > Phpgedview-talk mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > =20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=3Dick > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk >=20 |
From: Rodney H. <rm...@rm...> - 2004-04-20 15:47:25
|
Hello John, Thanks for your reply. I get the same results from the straight URLs, = but the thumb is definitely there - with the same name. I've used = Dreamweaver and CuteFTP to be sure! Just pasted the name from one file to the other and that worked. = Couldn't see why as they were identical to start with! Never thought to check on = the straight URL - I'll remember that one in future. As for the dropdown menus, yes I had them working (pasted the full array = and even used the new file without editing) but could not get the icons to = show whatever I did on any theme, also the help icon on the extreme right, so I've abandoned them. The site's fine this way.=20 Regards -- Rodney HALL=20 Heywood, Lancashire Suaviter sed fortiter Agreeably but powerfully=20 ~~~~~~~~~~~~~~ rm...@rm... http://rmhh.co.uk/ http://rmhh.org.uk/ ~~~~~~~~~~~~~~~~~~~ > -----Original Message----- > From: php...@li...=20 > [mailto:php...@li...] On=20 > Behalf Of John Finlay > Sent: 20 April 2004 16:07 > To: php...@li... > Subject: RE: [Phpgedview-talk] v3.0 Not all media showing >=20 > Hi Rodney, >=20 > The image isn't showing up because the thumbnail is missing. =20 >=20 > If I go to:=20 > http://rmhh.co.uk/tree2/media/jennifer_louise_hall_01.2004b.jpg > I find the main image. >=20 > But if I go to:=20 > http://rmhh.co.uk/tree2/media/thumbs/jennifer_louise_hall_01.2004b.jpg > I get a 404 error. >=20 > For the missing dropdown menus, the code in your=20 > toplinks.html file should have lots of lines like this: > $menu["label"] =3D $pgv_lang["charts"]; > $menu["labelpos"] =3D "down"; > $menu["icon"] =3D "$PGV_IMAGE_DIR/$PGV_PEDIGREE_IMG"; > $menu["link"] =3D "pedigree.php"; > $menu["class"] =3D "menuitem"; > $menu["hoverclass"] =3D "menuitem_hover"; > $menu["flyout"] =3D "down"; > $menu["submenuclass"] =3D "submenu"; > $menu["items"] =3D array(); >=20 > --John >=20 > > -----Original Message----- > > From: php...@li... > > [mailto:php...@li...] On Behalf Of=20 > > Rodney Hall > > Sent: Tuesday, April 20, 2004 8:22 AM > > To: php...@li... > > Subject: [Phpgedview-talk] v3.0 Not all media showing > >=20 > >=20 > > Not all media are showing. In the example, the top image is=20 > the same=20 > > as that which should show on the top line. Named the same -=20 > same case=20 > > etc. > >=20 > http://rmhh.co.uk/tree2/individual.php?pid=3DID.535 >=20 > Regards > -- > Rodney HALL > Heywood, Lancashire > Suaviter sed fortiter > Agreeably but powerfully=20 >=20 > ~~~~~~~~~~~~~~ > rm...@rm... > http://rmhh.co.uk/ > http://rmhh.org.uk/ > ~~~~~~~~~~~~~~~~~~~ >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials Free=20 > Linux tutorial presented by Daniel Robbins, President and CEO=20 > of GenToo technologies. Learn everything from fundamentals to=20 > system=20 > = administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials Free=20 > Linux tutorial presented by Daniel Robbins, President and CEO=20 > of GenToo technologies. Learn everything from fundamentals to=20 > system = administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=CCk > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk >=20 |
From: John F. <Joh...@by...> - 2004-04-20 15:06:34
|
Hi Rodney, The image isn't showing up because the thumbnail is missing. =20 If I go to: = http://rmhh.co.uk/tree2/media/jennifer_louise_hall_01.2004b.jpg=20 I find the main image. But if I go to: = http://rmhh.co.uk/tree2/media/thumbs/jennifer_louise_hall_01.2004b.jpg=20 I get a 404 error. For the missing dropdown menus, the code in your toplinks.html file = should have lots of lines like this: $menu["label"] =3D $pgv_lang["charts"]; $menu["labelpos"] =3D "down"; $menu["icon"] =3D "$PGV_IMAGE_DIR/$PGV_PEDIGREE_IMG"; $menu["link"] =3D "pedigree.php"; $menu["class"] =3D "menuitem"; $menu["hoverclass"] =3D "menuitem_hover"; $menu["flyout"] =3D "down"; $menu["submenuclass"] =3D "submenu"; $menu["items"] =3D array(); --John > -----Original Message----- > From: php...@li...=20 > [mailto:php...@li...] On=20 > Behalf Of Rodney Hall > Sent: Tuesday, April 20, 2004 8:22 AM > To: php...@li... > Subject: [Phpgedview-talk] v3.0 Not all media showing >=20 >=20 > Not all media are showing. In the example, the top image is=20 > the same as that > which should show on the top line. Named the same - same case etc. >=20 http://rmhh.co.uk/tree2/individual.php?pid=3DID.535 Regards -- Rodney HALL=20 Heywood, Lancashire Suaviter sed fortiter Agreeably but powerfully=20 ~~~~~~~~~~~~~~ rm...@rm... http://rmhh.co.uk/ http://rmhh.org.uk/ ~~~~~~~~~~~~~~~~~~~ ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck _______________________________________________ Phpgedview-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpgedview-talk |
From: Rodney H. <rm...@rm...> - 2004-04-20 14:22:05
|
Not all media are showing. In the example, the top image is the same as that which should show on the top line. Named the same - same case etc. http://rmhh.co.uk/tree2/individual.php?pid=ID.535 Regards -- Rodney HALL Heywood, Lancashire Suaviter sed fortiter Agreeably but powerfully ~~~~~~~~~~~~~~ rm...@rm... http://rmhh.co.uk/ http://rmhh.org.uk/ ~~~~~~~~~~~~~~~~~~~ |
From: Jim C. <ji...@ca...> - 2004-04-20 12:03:00
|
There is a small change required for postnuke - need to link to index.php?command=3Duser rather than directly to mygedview.php as I do no= w - will fix tomorrow and send you a version after testing I will also look at creating a version that allows opening in an iFrame Jim ----- Original Message -----=20 From: "John Finlay" <Joh...@by...> To: <php...@li...> Sent: Tuesday, April 20, 2004 7:17 AM Subject: RE: [Phpgedview-talk] Can't switch to other gedcom > Jens, > > There is a patch in the patches section of the website that may help wi= th this problem. > > Go here to download the files: > http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D937388&group= _id=3D55456&atid=3D477081 > > --John > > > > -----Original Message----- > > From: php...@li... > > [mailto:php...@li...] On > > Behalf Of Jens Kettwig > > Sent: Monday, April 19, 2004 3:04 PM > > To: php...@li... > > Subject: [Phpgedview-talk] Can't switch to other gedcom > > > > > > When I'm logged in I can't switch between the two databases. > > What's wrong? > > > http://www.kettwig.org/phpgedview/ > > username: test > password: testaccount > > thanks, > > Jens Kettwig > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dc= lick > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=CCk > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk --- Outgoing mail appears to be Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.657 / Virus Database: 422 - Release Date: 17/04/2004 |
From: Rodney H. <rm...@rm...> - 2004-04-19 22:24:37
|
Yes, I copied the <div><?div> complete from v3 Rodney=20 > -----Original Message----- > From: php...@li...=20 > [mailto:php...@li...] On=20 > Behalf Of John Finlay > Sent: 19 April 2004 23:22 > To: php...@li... > Subject: RE: [Phpgedview-talk] Strange change of colour - v3 >=20 > Did you update the toplinks.html file? >=20 > --John >=20 > > -----Original Message----- > > From: php...@li... > > [mailto:php...@li...] On Behalf Of=20 > > Rodney Hall > > Sent: Monday, April 19, 2004 4:16 PM > > To: php...@li... > > Subject: RE: [Phpgedview-talk] Strange change of colour - v3 > >=20 > >=20 > > Hello John, > >=20 > > Thanks once again for your help. Did you notice on my discoloured=20 > > version (which is now fixed) that the icons on the=20 > drop-down menus are=20 > > not there? > > I've copied all the theme images + small but they don't show. > >=20 > > Regards > > -- > > Rodney HALL > > Heywood, Lancashire > > Suaviter sed fortiter > > Agreeably but powerfully > >=20 > > ~~~~~~~~~~~~~~ > > rm...@rm... > > http://rmhh.co.uk/ > > http://rmhh.org.uk/ > > ~~~~~~~~~~~~~~~~~~~ > >=20 > > > -----Original Message----- > > > From: php...@li... > > > [mailto:php...@li...] On Behalf Of=20 > > > John Finlay > > > Sent: 19 April 2004 23:04 > > > To: php...@li... > > > Subject: RE: [Phpgedview-talk] Strange change of colour - v3 > > >=20 > > > Hi Rodney, > > >=20 > > > It looks like you've copied the background image from the=20 > new xenea=20 > > > theme. > > > See the line from header.html:=20 > > > <table width=3D"760" border=3D"0" cellspacing=3D"0" = cellpadding=3D"0"=20 > > > background=3D"themes/hall/images/cabeza.jpg" height=3D"50"> > > >=20 > > > Erase the background on the table:=20 > > > background=3D"themes/hall/images/cabeza.jpg" > > >=20 > > > --John > > >=20 > > > > -----Original Message----- > > > > From: php...@li... > > > > [mailto:php...@li...] On=20 > Behalf Of=20 > > > > Rodney Hall > > > > Sent: Monday, April 19, 2004 3:55 PM > > > > To: php...@li... > > > > Subject: [Phpgedview-talk] Strange change of colour - v3 > > > >=20 > > > >=20 > > > > There has been a strange change of colour in my header in v3 at=20 > > > > http://rmhh.co.uk/tree2/pedigree.php > > > > Versus the 2.6 version at http://rmhh.co.uk/phpGedView/ > > > >=20 > > > > Both use identical theme files and were the same until > > > about an hour > > > > ago. > > > > I've had a look and cannot explain it. Copied files > > > directly from one > > > > to the other with no change. > > > >=20 > > > > Regards > > > > -- > > > > Rodney HALL > > > > Heywood, Lancashire > > > > Suaviter sed fortiter > > > > Agreeably but powerfully > > > >=20 > > > > ~~~~~~~~~~~~~~ > > > > rm...@rm... > > > > http://rmhh.co.uk/ > > > > http://rmhh.org.uk/ > > > > ~~~~~~~~~~~~~~~~~~~ > > > >=20 > > > >=20 > > > >=20 > > > >=20 > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by: IBM Linux Tutorials=20 > Free Linux=20 > > > > tutorial presented by Daniel Robbins, President and CEO=20 > of GenToo=20 > > > > technologies. Learn everything from fundamentals to system > > > >=20 > > >=20 > >=20 > = administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck > > > > _______________________________________________ > > > > Phpgedview-talk mailing list > > > > Php...@li... > > > > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > > > >=20 > > >=20 > > >=20 > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux=20 > > > tutorial presented by Daniel Robbins, President and CEO of GenToo=20 > > > technologies. Learn everything from fundamentals to system=20 > > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=CCk > > > _______________________________________________ > > > Phpgedview-talk mailing list > > > Php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > > >=20 > >=20 > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux=20 > > tutorial presented by Daniel Robbins, President and CEO of GenToo=20 > > technologies. Learn everything from fundamentals to system=20 > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=3Dick > > _______________________________________________ > > Phpgedview-talk mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials Free=20 > Linux tutorial presented by Daniel Robbins, President and CEO=20 > of GenToo technologies. Learn everything from fundamentals to=20 > system = administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=CCk > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk >=20 |
From: John F. <Joh...@by...> - 2004-04-19 22:21:57
|
Did you update the toplinks.html file? --John > -----Original Message----- > From: php...@li...=20 > [mailto:php...@li...] On=20 > Behalf Of Rodney Hall > Sent: Monday, April 19, 2004 4:16 PM > To: php...@li... > Subject: RE: [Phpgedview-talk] Strange change of colour - v3 >=20 >=20 > Hello John, >=20 > Thanks once again for your help. Did you notice on my=20 > discoloured version > (which is now fixed) that the icons on the drop-down menus=20 > are not there? > I've copied all the theme images + small but they don't show. >=20 > Regards > -- > Rodney HALL=20 > Heywood, Lancashire > Suaviter sed fortiter > Agreeably but powerfully=20 >=20 > ~~~~~~~~~~~~~~ > rm...@rm... > http://rmhh.co.uk/ > http://rmhh.org.uk/ > ~~~~~~~~~~~~~~~~~~~ >=20 > > -----Original Message----- > > From: php...@li...=20 > > [mailto:php...@li...] On=20 > > Behalf Of John Finlay > > Sent: 19 April 2004 23:04 > > To: php...@li... > > Subject: RE: [Phpgedview-talk] Strange change of colour - v3 > >=20 > > Hi Rodney, > >=20 > > It looks like you've copied the background image from the new=20 > > xenea theme. =20 > > See the line from header.html:=20 > > <table width=3D"760" border=3D"0" cellspacing=3D"0" = cellpadding=3D"0"=20 > > background=3D"themes/hall/images/cabeza.jpg" height=3D"50"> > >=20 > > Erase the background on the table:=20 > > background=3D"themes/hall/images/cabeza.jpg" > >=20 > > --John > >=20 > > > -----Original Message----- > > > From: php...@li... > > > [mailto:php...@li...] On Behalf Of=20 > > > Rodney Hall > > > Sent: Monday, April 19, 2004 3:55 PM > > > To: php...@li... > > > Subject: [Phpgedview-talk] Strange change of colour - v3 > > >=20 > > >=20 > > > There has been a strange change of colour in my header in v3 at=20 > > > http://rmhh.co.uk/tree2/pedigree.php > > > Versus the 2.6 version at http://rmhh.co.uk/phpGedView/ > > >=20 > > > Both use identical theme files and were the same until=20 > > about an hour=20 > > > ago. > > > I've had a look and cannot explain it. Copied files=20 > > directly from one=20 > > > to the other with no change. > > >=20 > > > Regards > > > -- > > > Rodney HALL > > > Heywood, Lancashire > > > Suaviter sed fortiter > > > Agreeably but powerfully > > >=20 > > > ~~~~~~~~~~~~~~ > > > rm...@rm... > > > http://rmhh.co.uk/ > > > http://rmhh.org.uk/ > > > ~~~~~~~~~~~~~~~~~~~ > > >=20 > > >=20 > > >=20 > > >=20 > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux=20 > > > tutorial presented by Daniel Robbins, President and CEO of GenToo=20 > > > technologies. Learn everything from fundamentals to system=20 > > >=20 > >=20 > = administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck > > > _______________________________________________ > > > Phpgedview-talk mailing list > > > Php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials Free=20 > > Linux tutorial presented by Daniel Robbins, President and CEO=20 > > of GenToo technologies. Learn everything from fundamentals to=20 > > system = administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=CCk > > _______________________________________________ > > Phpgedview-talk mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > >=20 >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=3Dick > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk >=20 |
From: Rodney H. <rm...@rm...> - 2004-04-19 22:16:51
|
Hello John, Thanks once again for your help. Did you notice on my discoloured = version (which is now fixed) that the icons on the drop-down menus are not = there? I've copied all the theme images + small but they don't show. Regards -- Rodney HALL=20 Heywood, Lancashire Suaviter sed fortiter Agreeably but powerfully=20 ~~~~~~~~~~~~~~ rm...@rm... http://rmhh.co.uk/ http://rmhh.org.uk/ ~~~~~~~~~~~~~~~~~~~ > -----Original Message----- > From: php...@li...=20 > [mailto:php...@li...] On=20 > Behalf Of John Finlay > Sent: 19 April 2004 23:04 > To: php...@li... > Subject: RE: [Phpgedview-talk] Strange change of colour - v3 >=20 > Hi Rodney, >=20 > It looks like you've copied the background image from the new=20 > xenea theme. =20 > See the line from header.html:=20 > <table width=3D"760" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"=20 > background=3D"themes/hall/images/cabeza.jpg" height=3D"50"> >=20 > Erase the background on the table:=20 > background=3D"themes/hall/images/cabeza.jpg" >=20 > --John >=20 > > -----Original Message----- > > From: php...@li... > > [mailto:php...@li...] On Behalf Of=20 > > Rodney Hall > > Sent: Monday, April 19, 2004 3:55 PM > > To: php...@li... > > Subject: [Phpgedview-talk] Strange change of colour - v3 > >=20 > >=20 > > There has been a strange change of colour in my header in v3 at=20 > > http://rmhh.co.uk/tree2/pedigree.php > > Versus the 2.6 version at http://rmhh.co.uk/phpGedView/ > >=20 > > Both use identical theme files and were the same until=20 > about an hour=20 > > ago. > > I've had a look and cannot explain it. Copied files=20 > directly from one=20 > > to the other with no change. > >=20 > > Regards > > -- > > Rodney HALL > > Heywood, Lancashire > > Suaviter sed fortiter > > Agreeably but powerfully > >=20 > > ~~~~~~~~~~~~~~ > > rm...@rm... > > http://rmhh.co.uk/ > > http://rmhh.org.uk/ > > ~~~~~~~~~~~~~~~~~~~ > >=20 > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux=20 > > tutorial presented by Daniel Robbins, President and CEO of GenToo=20 > > technologies. Learn everything from fundamentals to system=20 > >=20 > = administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck > > _______________________________________________ > > Phpgedview-talk mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials Free=20 > Linux tutorial presented by Daniel Robbins, President and CEO=20 > of GenToo technologies. Learn everything from fundamentals to=20 > system = administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=CCk > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk >=20 |
From: John F. <Joh...@by...> - 2004-04-19 22:03:38
|
Hi Rodney, It looks like you've copied the background image from the new xenea = theme. =20 See the line from header.html:=20 <table width=3D"760" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" = background=3D"themes/hall/images/cabeza.jpg" height=3D"50"> Erase the background on the table: = background=3D"themes/hall/images/cabeza.jpg" --John > -----Original Message----- > From: php...@li...=20 > [mailto:php...@li...] On=20 > Behalf Of Rodney Hall > Sent: Monday, April 19, 2004 3:55 PM > To: php...@li... > Subject: [Phpgedview-talk] Strange change of colour - v3 >=20 >=20 > There has been a strange change of colour in my header in v3 > at http://rmhh.co.uk/tree2/pedigree.php > Versus the 2.6 version at http://rmhh.co.uk/phpGedView/ >=20 > Both use identical theme files and were the same until about=20 > an hour ago. > I've had a look and cannot explain it. Copied files directly=20 > from one to the > other with no change. >=20 > Regards > -- > Rodney HALL=20 > Heywood, Lancashire > Suaviter sed fortiter > Agreeably but powerfully=20 >=20 > ~~~~~~~~~~~~~~ > rm...@rm... > http://rmhh.co.uk/ > http://rmhh.org.uk/ > ~~~~~~~~~~~~~~~~~~~ >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > = administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk >=20 |
From: Rodney H. <rm...@rm...> - 2004-04-19 21:55:51
|
There has been a strange change of colour in my header in v3 at http://rmhh.co.uk/tree2/pedigree.php Versus the 2.6 version at http://rmhh.co.uk/phpGedView/ Both use identical theme files and were the same until about an hour ago. I've had a look and cannot explain it. Copied files directly from one to the other with no change. Regards -- Rodney HALL Heywood, Lancashire Suaviter sed fortiter Agreeably but powerfully ~~~~~~~~~~~~~~ rm...@rm... http://rmhh.co.uk/ http://rmhh.org.uk/ ~~~~~~~~~~~~~~~~~~~ |
From: Jens K. <je...@ke...> - 2004-04-19 21:34:58
|
Thanks John for the quick answer, but it still doesn't work. (I won't be reading any answers until tomorow - it's close to midnight here in Austria) Jens Kettwig > Jens,=20 > There is a patch in the patches section of the website that may help with= this problem. > Go here to download the files: > http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D937388&group= _id=3D55456&atid=3D477081 > --John >> -----Original Message----- >> From: php...@li...=20 >> [mailto:php...@li...] On=20 >> Behalf Of Jens Kettwig >> Sent: Monday, April 19, 2004 3:04 PM >> To: php...@li... >> Subject: [Phpgedview-talk] Can't switch to other gedcom >>=20 >>=20 >> When I'm logged in I can't switch between the two databases. >> What's wrong? >>=20 > http://www.kettwig.org/phpgedview/ > username: test > password: testaccount > thanks, > Jens Kettwig > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&oplick > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk =20 |
From: John F. <Joh...@by...> - 2004-04-19 21:17:54
|
Jens,=20 There is a patch in the patches section of the website that may help = with this problem. =20 Go here to download the files: http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D937388&group= _id=3D55456&atid=3D477081 --John > -----Original Message----- > From: php...@li...=20 > [mailto:php...@li...] On=20 > Behalf Of Jens Kettwig > Sent: Monday, April 19, 2004 3:04 PM > To: php...@li... > Subject: [Phpgedview-talk] Can't switch to other gedcom >=20 >=20 > When I'm logged in I can't switch between the two databases. > What's wrong? >=20 http://www.kettwig.org/phpgedview/ username: test password: testaccount thanks, Jens Kettwig ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck _______________________________________________ Phpgedview-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpgedview-talk |