RE: Re[2]: [Phpgedview-talk] Can't switch to other gedcom
Brought to you by:
canajun2eh,
yalnifj
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 >> |