phpgedview-talk Mailing List for PhpGedView (Page 11)
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: Laura E. <le...@ca...> - 2007-07-17 02:24:59
|
Hi all -- I'm sorry for being a pest on the list, but I'm still not getting the behavior that readme.txt seems to be specifying. I successfully configured the system in www.eavesfamily.org/pgv/ and clicked the continue button, and that took me to a page where I created the administrator login successfully, plus another login for the person who will be using this site. I then clicked on another continue button but keep going back to a login page. It says "you are logged in as adminelf" at the top but still prompts for a login. There is a list or combo box that says "favorites" but there is nothing else in the list. There are links for help (which I can't get to work), logging out, and I can't remember what else, but no matter what I do I keep coming back to that login page. Nowhere do I find anything that says gedcom, or import or whatever the readme talks abaout. What am I doing wrong? This looks like it should be straightforward. I have looked through the themes and am excited to adapt them the way I want, as I have graphics and stylesheets that I think would work well. But I'm still stuck on the initial configuration. Getting impatient. Where is the help file located? There is no folder on the top level anyway that says documentation or help or anything. Perhaps under languages? Thanks in advance for any pointers, and again please excuse the barrage of questions. Despite the problems I look forward to using this software. --le |
From: Jonathan A. <jon...@he...> - 2007-07-15 17:56:54
|
Jane Ciosek wrote: I'd prefer to block spiders from indexing it. Is there any > way > to do this in the config settings? There used to be an html setting "no > follow" or something like that which I've used in the past and it seemed to > work, but do I have access to the raw html for phpgedview? > Thanks for any suggestions. > The instruction you are thinking of is: <meta name="robots" content="noindex,nofollow"> inserted in the Head part of your html pages. You could also try creating a robots.txt file containing just the following: User-agent: * Disallow: / This file goes in your documentroot. Of course, this being the Internet there is no guarantee that spiders will obey your requests, but I assume the site is password protected anyway :). The robots.txt file seems to work for me---Google at least doesn't index my site. Jon |
From: Laura E. <le...@ca...> - 2007-07-15 00:28:01
|
Hi all -- I'm back at it again. I did as suggested and reinitialized config.php, dropped and redefined the database, ran the file at www.eavesfamily.org/pgv / which invoked the screen to configure the software, entered all the relevant info, and it almost worked except for some seemingly simple problems: First, I can't get the help tabs to work. I click on them, with my popup blocker turned off, and all I get is a click from IE7 and no help. I went back and reread the readme section on installation and discovered the following: There is no doc about the 2 directory names it asks for in the configuration that specify the login and session saving directories. I left those blank before and got failure. So this time I put them at http://www.eavesfamily.org/pgv/login and http://www.eavesfamily.org/pgv/session And of courswe I created these directories. Should I have put them outside the public user space, like the index dir? Shouldn't the perms be set to 777 like index? As I said, no docs. I have tried this several times and it keeps failing on the step after I create the admin login and password. Pleaase help if you can. I'd much appreciate it. I wanted my family to check out the themes but I can't get past the configuration. Oh and as for the index directory, I put it in /home/mymainadminname/pgv/index which I created outside the public_html as directed to do. I assume this should work -- and I did chmod the perms to 777 on index and the files in it. TIA for any directions! Am I missing something with the online help? It seems like it should work. Thanx --le |
From: Kyle M. <mat...@gm...> - 2007-07-14 16:03:44
|
Is your linux computer on a private network? I.e. is it connected directly to the internet or is it behind a router? Because if it is on a private network not on the public internet, no one from the internet will be able to access it. Kyle On 7/14/07, Jane Ciosek <sta...@gm...> wrote: > > I am using phpgedview as a way of sharing my genealogy data between my > Linux computer and my Windows laptop. At this time I'd like to keep my web > site and its data absolutely private--accessible only by me. I know there > are various ways to restrict the data after an outside user has found the > website, but I'd prefer to block spiders from indexing it. Is there any way > to do this in the config settings? There used to be an html setting "no > follow" or something like that which I've used in the past and it seemed to > work, but do I have access to the raw html for phpgedview? > Thanks for any suggestions. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > > |
From: Jane C. <sta...@gm...> - 2007-07-14 15:31:18
|
I am using phpgedview as a way of sharing my genealogy data between my Linux computer and my Windows laptop. At this time I'd like to keep my web site and its data absolutely private--accessible only by me. I know there are various ways to restrict the data after an outside user has found the website, but I'd prefer to block spiders from indexing it. Is there any way to do this in the config settings? There used to be an html setting "no follow" or something like that which I've used in the past and it seemed to work, but do I have access to the raw html for phpgedview? Thanks for any suggestions. |
From: peter <pet...@hc...> - 2007-07-13 05:30:09
|
Laura for your information, http://www.eavesfamily.org/pgv/w this brings me to http://www.eavesfamily.org/pgv/login.php?url=editgedcoms.php so there is something to do in your config, so John already said start a new config. Note the editgedcoms.php pointed to the gedcom file and privacy! Make not to much changes the first configuration start, keep it simple. Make a logbook of every step your make a change, and a second admin name for backup. I have also the indexmap outside and use the next addressing, ../../mapa/mapb/ for indexmap and for the gedcomfile the same ../../mapa/mapb/gedcom.ged One time I have todo a recovering of the database at the providersite with the tools of the provider. Gr. Peter Al Laura Eaves schreef: > Thanks -- will try that. > --le > > ----- Original Message ----- > From: "John Finlay" <Joh...@ne...> > To: "Laura Eaves" <le...@ca...>; "All About PhpGedView" > <php...@li...> > Sent: Thursday, July 12, 2007 7:09 PM > Subject: Re: [Phpgedview-talk] more on login problem > > > You shouldn't have to blow away the entire source tree yet. > > Things to try first: > 1. Start with a fresh config.php. Just upload a new config.php file > which will blow away all of your settings and ask you to reconfigure the > site. > > 2. Drop your database and start with a fresh config.php. This will drop > all of your existing settings and the user you already created. > > --John > > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of > Laura Eaves > Sent: Thursday, July 12, 2007 4:31 PM > To: All About PhpGedView > Subject: [Phpgedview-talk] more on login problem > > Hi all -- > I am preparing to blow away my entire source tree and reinstall > phpgedview, > but before I do this, please if you have comments on the following, I'd > like > to hear them: > > 1) I installed the tree in http://www.eavesfamily.org/pgv/ > 2) I put the index folder outside public_html in a local directory > 3) I pointed my browser at www.eavesfamily.org/pgv / and filled in the > initial config details. > 4) Everything worked and the install code said I had succeeded in > configuring the software. > 5) I created an administrator account and password which also worked. To > > test it, I exited and logged in. > 6) I left it sitting for a couple of weeks and now I can't log in -- I > get > that 404 error > The address line on the 404 error page is > http://www.eavesfamily.org/pgv/w > > Questions: Is there a way to avoid uploading the entire source tree > again? > I.e., what files are changed by the configuration? > What do I need to blow away? Do I need to delete all the tables from the > > database? Or will the configuration just ignore what was there before? > > Any help appreciated. > I really want this to work. > TIA > --le > > > ------------------------------------------------------------------------ > - > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > > |
From: Laura E. <le...@ca...> - 2007-07-13 02:28:00
|
Thanks -- will try that. --le ----- Original Message ----- From: "John Finlay" <Joh...@ne...> To: "Laura Eaves" <le...@ca...>; "All About PhpGedView" <php...@li...> Sent: Thursday, July 12, 2007 7:09 PM Subject: Re: [Phpgedview-talk] more on login problem You shouldn't have to blow away the entire source tree yet. Things to try first: 1. Start with a fresh config.php. Just upload a new config.php file which will blow away all of your settings and ask you to reconfigure the site. 2. Drop your database and start with a fresh config.php. This will drop all of your existing settings and the user you already created. --John -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Laura Eaves Sent: Thursday, July 12, 2007 4:31 PM To: All About PhpGedView Subject: [Phpgedview-talk] more on login problem Hi all -- I am preparing to blow away my entire source tree and reinstall phpgedview, but before I do this, please if you have comments on the following, I'd like to hear them: 1) I installed the tree in http://www.eavesfamily.org/pgv/ 2) I put the index folder outside public_html in a local directory 3) I pointed my browser at www.eavesfamily.org/pgv / and filled in the initial config details. 4) Everything worked and the install code said I had succeeded in configuring the software. 5) I created an administrator account and password which also worked. To test it, I exited and logged in. 6) I left it sitting for a couple of weeks and now I can't log in -- I get that 404 error The address line on the 404 error page is http://www.eavesfamily.org/pgv/w Questions: Is there a way to avoid uploading the entire source tree again? I.e., what files are changed by the configuration? What do I need to blow away? Do I need to delete all the tables from the database? Or will the configuration just ignore what was there before? Any help appreciated. I really want this to work. TIA --le ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Phpgedview-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpgedview-talk ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Phpgedview-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpgedview-talk |
From: John F. <Joh...@ne...> - 2007-07-12 23:13:05
|
You shouldn't have to blow away the entire source tree yet. Things to try first: 1. Start with a fresh config.php. Just upload a new config.php file which will blow away all of your settings and ask you to reconfigure the site. 2. Drop your database and start with a fresh config.php. This will drop all of your existing settings and the user you already created. --John -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Laura Eaves Sent: Thursday, July 12, 2007 4:31 PM To: All About PhpGedView Subject: [Phpgedview-talk] more on login problem Hi all -- I am preparing to blow away my entire source tree and reinstall phpgedview,=20 but before I do this, please if you have comments on the following, I'd like=20 to hear them: 1) I installed the tree in http://www.eavesfamily.org/pgv/ 2) I put the index folder outside public_html in a local directory 3) I pointed my browser at www.eavesfamily.org/pgv / and filled in the=20 initial config details. 4) Everything worked and the install code said I had succeeded in=20 configuring the software. 5) I created an administrator account and password which also worked. To test it, I exited and logged in. 6) I left it sitting for a couple of weeks and now I can't log in -- I get=20 that 404 error The address line on the 404 error page is http://www.eavesfamily.org/pgv/w Questions: Is there a way to avoid uploading the entire source tree again?=20 I.e., what files are changed by the configuration? What do I need to blow away? Do I need to delete all the tables from the database? Or will the configuration just ignore what was there before? Any help appreciated. I really want this to work. TIA --le ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Phpgedview-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpgedview-talk |
From: Laura E. <le...@ca...> - 2007-07-12 22:31:35
|
Hi all -- I am preparing to blow away my entire source tree and reinstall phpgedview, but before I do this, please if you have comments on the following, I'd like to hear them: 1) I installed the tree in http://www.eavesfamily.org/pgv/ 2) I put the index folder outside public_html in a local directory 3) I pointed my browser at www.eavesfamily.org/pgv / and filled in the initial config details. 4) Everything worked and the install code said I had succeeded in configuring the software. 5) I created an administrator account and password which also worked. To test it, I exited and logged in. 6) I left it sitting for a couple of weeks and now I can't log in -- I get that 404 error The address line on the 404 error page is http://www.eavesfamily.org/pgv/w Questions: Is there a way to avoid uploading the entire source tree again? I.e., what files are changed by the configuration? What do I need to blow away? Do I need to delete all the tables from the database? Or will the configuration just ignore what was there before? Any help appreciated. I really want this to work. TIA --le |
From: John F. <Joh...@ne...> - 2007-07-12 20:28:38
|
Hi Laura, =20 You also need to check the "LOGIN_URL" property. The LOGIN_URL should be blank or it needs to be the full path to the file you want to use to handle logins (http://www.eavesfamily.org/pgv/login.php)=20 =20 --John =20 ________________________________ From: php...@li... [mailto:php...@li...] On Behalf Of Laura Eaves Sent: Thursday, July 12, 2007 12:38 AM To: All About PhpGedView Subject: Re: [Phpgedview-talk] help! -- missing something... =20 I tried that--the link in config.php is correct: =20 server_url is set to http://www.eavesfamily.org/pgv/ =20 The annoying thing is that I don't know what link it is trying to connect to. =20 Any other ideas are most gratefully welcome. TIA --le =20 ----- Original Message -----=20 From: Bin Zhang <mailto:bzh...@gm...> =20 To: Laura Eaves <mailto:le...@ca...> ; All About PhpGedView <mailto:php...@li...> =20 Sent: Thursday, July 12, 2007 1:45 AM Subject: Re: [Phpgedview-talk] help! -- missing something... =20 Laura, =09 Check your config.php file for $SERVER_URL. I think it needs to be a full url, i.e, "http://www.eavesfamily.org/pgv". Is it possible that you missed "http://" part?=20 =09 Good luck =09 Bin On 7/11/07, Laura Eaves <le...@ca...> wrote:=20 Hello all -- I successfully uploaded and configured phpgedview on my site and created an administrator user, (that was a couple of weeks ago) but now when I go to =09 www.eavesfamily.org/pgv <http://www.eavesfamily.org/pgv%20>=20 =09 which is where the phpgedview package is installed, I get a login screen and when I try logging in, it gives me a 404 page not found error. =09 What could be the problem??? Please if anyone has an idea, feel free to pass=20 it along. I thought I was past the initial stuff. I followed the instructions exactly that were in readme.txt, and I am running version 4.0.2 =09 Thank you very much in advance! --le =09 =09 =09 ------------------------------------------------------------------------ -=20 This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Phpgedview-talk mailing list Php...@li...=20 https://lists.sourceforge.net/lists/listinfo/phpgedview-talk =20 =09 ________________________________ =09 ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/=20 =09 ________________________________ _______________________________________________ Phpgedview-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpgedview-talk |
From: peter <pet...@hc...> - 2007-07-12 10:38:09
|
I missing the 404 error message, when your adressing is right then is it difficult to find at that way, try to try and nothing happened. Faster is to do a new second install of pgv, and try step to step the results, after bringing over the configurations from the first installation. Do not bring over all the configuration changes in one time. The rule is not more changes to need to run, otherwise you meet murphy. Succes Peter Al Laura Eaves schreef: > Hi all -- > I have been trying to plant print statements in the body of index.php but so > far it has not yielded any output. > Is there an easier way to debug this thing? I am getting close to my > absolute deadline to show this stuff -- the convention is the first week in > August -- Since phpgedview is so far along compared to what I was working on > before, I figured it would be an easy matter to install and use it, but I am > running into a brick wall trying to get my administrator login to work. > It seems like it did work at one point. I don't know why it is not working > now. I was going to log on as administrator and create other usernames to > collaborate in the database, but I am still getting that stupid 404 error. > Any ideas are very much appreciated. I hate to spend the night planting > prints all over only to find there is a simple problem in my configuration. > I followed the instructions to the letter. > > Thanx in advance for any help!!! > --le > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > > |
From: peter <pet...@hc...> - 2007-07-12 10:20:25
|
I checked it out at my testpgv, and you get this logon when you had changed the value in the configuration file of manage gedcoms en edit privacy adjustments. Option - access&privacy - require visitor authentication - to set on yes. The you get directly the logon screen. May be it's possible also with the privacy file there you will also make privacy adjustments but difficult to test. Gr. Peter Al Laura Eaves schreef: > > I tried that--the link in config.php is correct: > > server_url is set to http://www.eavesfamily.org/pgv/ > > The annoying thing is that I don't know what link it is trying to > connect to. > > Any other ideas are most gratefully welcome. > TIA > --le > > > ----- Original Message ----- > *From:* Bin Zhang <mailto:bzh...@gm...> > *To:* Laura Eaves <mailto:le...@ca...> ; All About > PhpGedView <mailto:php...@li...> > *Sent:* Thursday, July 12, 2007 1:45 AM > *Subject:* Re: [Phpgedview-talk] help! -- missing something... > > Laura, > > Check your config.php file for $SERVER_URL. I think it needs to be > a full url, i.e, "http://www.eavesfamily.org/pgv". Is it possible > that you missed "http://" part? > > Good luck > > Bin > > On 7/11/07, *Laura Eaves* <le...@ca... > <mailto:le...@ca...>> wrote: > > Hello all -- > I successfully uploaded and configured phpgedview on my site and > created an > administrator user, (that was a couple of weeks ago) but now > when I go to > > www.eavesfamily.org/pgv <http://www.eavesfamily.org/pgv > > > which is where the phpgedview package is installed, I get a > login screen and > when I try logging in, it gives me a 404 page not found error. > > What could be the problem??? Please if anyone has an idea, feel > free to pass > it along. > I thought I was past the initial stuff. I followed the > instructions exactly > that were in readme.txt, and I am running version 4.0.2 > > Thank you very much in advance! > --le > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > <mailto:Php...@li...> > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk |
From: Laura E. <le...@ca...> - 2007-07-12 07:18:55
|
Hi all -- I have been trying to plant print statements in the body of index.php but so far it has not yielded any output. Is there an easier way to debug this thing? I am getting close to my absolute deadline to show this stuff -- the convention is the first week in August -- Since phpgedview is so far along compared to what I was working on before, I figured it would be an easy matter to install and use it, but I am running into a brick wall trying to get my administrator login to work. It seems like it did work at one point. I don't know why it is not working now. I was going to log on as administrator and create other usernames to collaborate in the database, but I am still getting that stupid 404 error. Any ideas are very much appreciated. I hate to spend the night planting prints all over only to find there is a simple problem in my configuration. I followed the instructions to the letter. Thanx in advance for any help!!! --le |
From: Laura E. <le...@ca...> - 2007-07-12 06:38:30
|
I tried that--the link in config.php is correct: server_url is set to http://www.eavesfamily.org/pgv/ The annoying thing is that I don't know what link it is trying to = connect to. Any other ideas are most gratefully welcome. TIA --le ----- Original Message -----=20 From: Bin Zhang=20 To: Laura Eaves ; All About PhpGedView=20 Sent: Thursday, July 12, 2007 1:45 AM Subject: Re: [Phpgedview-talk] help! -- missing something... Laura, Check your config.php file for $SERVER_URL. I think it needs to be a = full url, i.e, "http://www.eavesfamily.org/pgv". Is it possible that = you missed "http://" part?=20 Good luck Bin On 7/11/07, Laura Eaves <le...@ca...> wrote: Hello all -- I successfully uploaded and configured phpgedview on my site and = created an administrator user, (that was a couple of weeks ago) but now when I = go to www.eavesfamily.org/pgv=20 which is where the phpgedview package is installed, I get a login = screen and when I try logging in, it gives me a 404 page not found error. What could be the problem??? Please if anyone has an idea, feel free = to pass=20 it along. I thought I was past the initial stuff. I followed the instructions = exactly that were in readme.txt, and I am running version 4.0.2 Thank you very much in advance! --le = -------------------------------------------------------------------------= =20 This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Phpgedview-talk mailing list Php...@li...=20 https://lists.sourceforge.net/lists/listinfo/phpgedview-talk -------------------------------------------------------------------------= ----- = -------------------------------------------------------------------------= This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ -------------------------------------------------------------------------= ----- _______________________________________________ Phpgedview-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpgedview-talk |
From: Bin Z. <bzh...@gm...> - 2007-07-12 05:45:52
|
Laura, Check your config.php file for $SERVER_URL. I think it needs to be a full url, i.e, "http://www.eavesfamily.org/pgv". Is it possible that you missed "http://" part? Good luck Bin On 7/11/07, Laura Eaves <le...@ca...> wrote: > > Hello all -- > I successfully uploaded and configured phpgedview on my site and created > an > administrator user, (that was a couple of weeks ago) but now when I go to > > www.eavesfamily.org/pgv > > which is where the phpgedview package is installed, I get a login screen > and > when I try logging in, it gives me a 404 page not found error. > > What could be the problem??? Please if anyone has an idea, feel free to > pass > it along. > I thought I was past the initial stuff. I followed the instructions > exactly > that were in readme.txt, and I am running version 4.0.2 > > Thank you very much in advance! > --le > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > |
From: Laura E. <le...@ca...> - 2007-07-12 04:32:36
|
Hello all -- I successfully uploaded and configured phpgedview on my site and created an administrator user, (that was a couple of weeks ago) but now when I go to www.eavesfamily.org/pgv which is where the phpgedview package is installed, I get a login screen and when I try logging in, it gives me a 404 page not found error. What could be the problem??? Please if anyone has an idea, feel free to pass it along. I thought I was past the initial stuff. I followed the instructions exactly that were in readme.txt, and I am running version 4.0.2 Thank you very much in advance! --le |
From: Bin Z. <bzh...@gm...> - 2007-07-01 06:05:26
|
I would like to change some default settings for new users and new gedcom files. Where do I make the changes? Thanks Bin |
From: Bin Z. <bzh...@gm...> - 2007-06-29 05:06:15
|
We recently moved our site to a new server. The new server is php5, mysql5 with apache2. Everything seems to be working properly, except when downloading a gedcom file that has Chinese text (I assume it's the same for other non-roman languages), the downloaded file is not readable by a text editor. The text becomes gibberish. Text editor does not recognize the file as in UTF-8. If I drag the file to a browser window, it displays fine. I didn't have this problem on the older server. Any suggestions? Thanks bin |
From: John F. <Joh...@ne...> - 2007-06-26 15:17:16
|
Hi Laura, This error basically means that PGV/PHP was not able to connect to your database with the username and password that you provided. Double check that you entered the correct username and password to connect to your database. These values are stored in the config.php file. --John > -----Original Message----- > From: php...@li... [mailto:phpgedview- > tal...@li...] On Behalf Of Laura Eaves > Sent: Tuesday, June 26, 2007 2:03 AM > To: All About PhpGedView > Subject: [Phpgedview-talk] error >=20 > Hi all -- > I followed the instructions in readme.txt and did the following: > uploaded > source tree to public_html/pgv on my server, moved the index folder > outside > public_html and made its permissions 777 (writable), changed > permissions of > public_html/pgv/config.php to 777, ran the index.php which called > editconfig.php and filled in the locations of tings plus name of > database > that I had created along with the default administrator for that > database > and password, filled in other fields as specified and clicked the > submit > button. >=20 > I got the following: >=20 > Your current database configuration is bad. Please check your database > connection parameters and configure again. > DB Error: connect failed [nativecode=3DAccess denied for user: > 'EavesElf@localhost' (Using password: YES)] ** Array > Configure PhpGedView >=20 > Honestly I don't know what I did wrong -- I have checked and > doublechecked > the data. >=20 > Can somebody please make a suggestion what I can do to get past this? >=20 > Thank you much in advance! > --le >=20 >=20 > ----------------------------------------------------------------------- > -- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk |
From: peter <pet...@hc...> - 2007-06-26 09:41:47
|
1. In the file phpgedview/config.php you can find your latest/official parameters which are used. 2. At your localhost you can try with root as the user and no password for dbase connection, to find out if that's working. 3. The windows environment is more specific with the authorisations for users. 4. You can use phpmyadmin as a tool for mysql database administration. http://www.phpmyadmin.net/home_page/index.php Peter Al Laura Eaves schreef: > Hi all -- > I followed the instructions in readme.txt and did the following: uploaded > source tree to public_html/pgv on my server, moved the index folder outside > public_html and made its permissions 777 (writable), changed permissions of > public_html/pgv/config.php to 777, ran the index.php which called > editconfig.php and filled in the locations of tings plus name of database > that I had created along with the default administrator for that database > and password, filled in other fields as specified and clicked the submit > button. > > I got the following: > > Your current database configuration is bad. Please check your database > connection parameters and configure again. > DB Error: connect failed [nativecode=Access denied for user: > 'EavesElf@localhost' (Using password: YES)] ** Array > Configure PhpGedView > > Honestly I don't know what I did wrong -- I have checked and doublechecked > the data. > > Can somebody please make a suggestion what I can do to get past this? > > Thank you much in advance! > --le > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > > |
From: Laura E. <le...@ca...> - 2007-06-26 08:03:27
|
Hi all -- I followed the instructions in readme.txt and did the following: uploaded source tree to public_html/pgv on my server, moved the index folder outside public_html and made its permissions 777 (writable), changed permissions of public_html/pgv/config.php to 777, ran the index.php which called editconfig.php and filled in the locations of tings plus name of database that I had created along with the default administrator for that database and password, filled in other fields as specified and clicked the submit button. I got the following: Your current database configuration is bad. Please check your database connection parameters and configure again. DB Error: connect failed [nativecode=Access denied for user: 'EavesElf@localhost' (Using password: YES)] ** Array Configure PhpGedView Honestly I don't know what I did wrong -- I have checked and doublechecked the data. Can somebody please make a suggestion what I can do to get past this? Thank you much in advance! --le |
From: John F. <Joh...@ne...> - 2007-06-25 15:22:47
|
The link to installation instructions can be found here: http://wiki.phpgedview.net/en/index.php/Installation_Guide ________________________________ From: php...@li... on behalf of Laura = Eaves Sent: Sat 6/23/2007 6:52 AM To: All About PhpGedView Subject: [Phpgedview-talk] current state Hello all -- question again: does pgv 4.0.2 require php5 as it says in one place in = the readme? or is 4.3 or higher the required version of php, as stated = elsewhere in the readme? I have decided to install things assuming the latter. I uploaded the entire source tree of pgv to my server/public_html/pgv, = moved the index folder outside public_html, and edited config.php as best I = could. I also changed the permissions as specified in the readme and uploaded = my gedcom and put it in the index folder. But when I go try to run config.php I get a server error. What am I doing wrong? Is it necessary to put phpgedview files immediately under public_html? = or is it ok to do as I did (see above) and put the source tree under pgv? Back to the drawing board. Please if anyone sees a problem in the above and can correct my misunderstanding of things, feel free to enlighten me. Thanks much in advance! -------------------------------------------------------------------------= This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Phpgedview-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpgedview-talk |
From: peter <pet...@hc...> - 2007-06-25 07:33:37
|
Login-URL means that an other websitepage is need for login, normally not, example when using the secure protocol https or integrating in an other website. When you select help you can activate the context help, last item, that's a question mark-icon in front of all the questions. Peter Al Laura Eaves schreef: > Hello all -- I just successfully ran editconfig.php in my installation and > set all the configurations, but I have one question: > What is "login url"? Should that be other than the folder with the > installation files? > Thanx > --le > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > > |
From: Laura E. <le...@ca...> - 2007-06-25 00:45:30
|
Hello all -- I just successfully ran editconfig.php in my installation and set all the configurations, but I have one question: What is "login url"? Should that be other than the folder with the installation files? Thanx --le |
From: peter <pet...@hc...> - 2007-06-23 18:54:53
|
Hello, There is no need to install php 5 or higher with pgv 4.02. I running my own backup-server with php 4.3.10 and mysql 4.1.10a and pgv 4.02 with the server apache 2.0.53 at suse 9.3. My provider was upgrade to a higher leven and we gets a couple of months problems with mysql that makes the troubles. For the installation there is a need to have a writable config.php during the installation in the same place al your files! After you finished the configuration you decide where it replaced in a other safe location. When you can choose the serverplatform, take linux its very easy for everyone! After install linux you are ready for work to do with the server. Its running by me at an old pc with a 500mhz processor. Peter Al Laura Eaves schreef: > Hello all -- > question again: does pgv 4.0.2 require php5 as it says in one place in the > readme? or is 4.3 or higher the required version of php, as stated elsewhere > in the readme? > > I have decided to install things assuming the latter. > > I uploaded the entire source tree of pgv to my server/public_html/pgv, moved > the index folder outside public_html, and edited config.php as best I could. > I also changed the permissions as specified in the readme and uploaded my > gedcom and put it in the index folder. > > But when I go try to run config.php I get a server error. > > What am I doing wrong? > Is it necessary to put phpgedview files immediately under public_html? or is > it ok to do as I did (see above) and put the source tree under pgv? > > Back to the drawing board. > Please if anyone sees a problem in the above and can correct my > misunderstanding of things, feel free to enlighten me. > Thanks much in advance! > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > > |