Thread: Re: [Phpgedview-talk] Configuring of phpgedview
Brought to you by:
canajun2eh,
yalnifj
From: <jmh...@op...> - 2007-05-10 22:47:24
|
Waldo Once again thank you for your reply. Your comment re what I am seeing is correct. If I then click on Parnet Directory it then displays a page with It Work! and the address is http://localhost/. My OS is XP Home Edition. I know this is not the best but I am about to look to upgrade my laptop and moving to Vista Ultimate. Regards John > waldo kitty <wki...@al...> wrote: > > > i'm answering and keeping this in the list as it may be helpful to > others with > similar problems... a problem that many lists have is too much gets > taken > offlist when it would be beneficial to others so i tend to keep all my > responses > on the lists... call it old habit ;) > > John Henriksen wrote: > > Here are the details you are asking for > > > > 1. Version of Apache is 2.2 > > ok... i've not worked with apache v2 stuff as of yet... shouldn't matter > though... > > > 2. Not sure how to tell if I am running php as cgi or from apache > module > > below you show that you are loading the module which indicates that you > are > running it as a module instead of kicking it off as an external app like > from a > .BAT file... module is good... > > > 3. I have got this working and showing all internal settings etc > including a > > section on gd and mysql as required. > > ok, good... > > > 4. (This is no is repeated) This is first 4. in your email > > yeah, i went back and added another question and was renumbering and got > > distracted... > > > This is what I have in the httpd.conf file > > > > #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL > > LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll" > > AddType application/x-httpd-php .php > > #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL > > ok, there's both, the module load and the addtype... they have some sort > of > installer, hunh? should be ok... i've had to put all mine in manually... > > > In the 2nd no 4 - The DirectoryIndex line is as supplied by you > > ok... > > > 5. I added these from a reply I got via the help forum on phpGedView. > This > > did not fix the problem. > > one of them appears to have been entered by whatever installer adjusted > apache > for php to work... > > > I have attached both the php.ini file and httpd.conf files in case you > can > > see something thing else. > > no, i do not really see anything else... > > i want to verify, though, after rereading your original message... all > you are > seeing is a directory listing but no files? just parent directory?? if > this is > more accurate of what you are seeing when you try to access the > http://yourhost/PGV/ directory, then we may be on to something... > > also, what OS is this running on? > > -- > _\/ > (@@) Waldo Kitty, Waldo's Place USA > __ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com > _|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com > ____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com > _|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 -at- alltel.net > > > --- > avast! Antivirus: Outbound message clean. > Virus Database (VPS): 000739-1, 05/10/2007 > Tested on: 5/10/07 13:05:01 > avast! - copyright (c) 1988-2007 ALWIL Software. > http://www.avast.com > > > > > ------------------------------------------------------------------------- > > 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: <jmh...@op...> - 2007-05-11 04:07:11
|
Douglas The index.php is in my DirectoryIndex as required but I think I may have spotted the problem but not sure how to fix it. When making the entry below I did not change the paths and created the workspace/future folders as they did not exist. In reading the instruction related to this I noted that we needed to change the path. Here lies my question, what path am I meant to use? Alias /pgv "C:/phpGedView/workspace/future/" <Directory "C:/phpGedView/workspace/future/"> Options Indexes FollowSymLinks MultiViews ExecCGI AllowOverride All Order allow,deny Allow from all </Directory> I have also made the index and media folders writeable as well. Still no go with being able to login to mysql. Regards John > Douglas Hurst <ob...@ho...> wrote: > > Based on what I've read, it seems to me that you're simply missing the > default file (probably index.php) in your DirectoryIndex. Since it can't > > find an index.html > then it's defaulting the directory listing instead. > > Douglas > > jmh...@op... wrote: > > Waldo > > > > > > Once again thank you for your reply. > > > > Your comment re what I am seeing is correct. > > > > If I then click on Parnet Directory it then displays a page with It > Work! and the address is http://localhost/. > > > > My OS is XP Home Edition. I know this is not the best but I am about > to look to upgrade my laptop and moving to Vista Ultimate. > > > > Regards > > > > John > > > > > > > >> waldo kitty <wki...@al...> wrote: > >> > >> > >> i'm answering and keeping this in the list as it may be helpful to > >> others with > >> similar problems... a problem that many lists have is too much gets > >> taken > >> offlist when it would be beneficial to others so i tend to keep all > my > >> responses > >> on the lists... call it old habit ;) > >> > >> John Henriksen wrote: > >> > >>> Here are the details you are asking for > >>> > >>> 1. Version of Apache is 2.2 > >>> > >> ok... i've not worked with apache v2 stuff as of yet... shouldn't > matter > >> though... > >> > >> > >>> 2. Not sure how to tell if I am running php as cgi or from apache > >>> > >> module > >> > >> below you show that you are loading the module which indicates that > you > >> are > >> running it as a module instead of kicking it off as an external app > like > >> from a > >> .BAT file... module is good... > >> > >> > >>> 3. I have got this working and showing all internal settings etc > >>> > >> including a > >> > >>> section on gd and mysql as required. > >>> > >> ok, good... > >> > >> > >>> 4. (This is no is repeated) This is first 4. in your email > >>> > >> yeah, i went back and added another question and was renumbering and > got > >> > >> distracted... > >> > >> > >>> This is what I have in the httpd.conf file > >>> > >>> #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL > >>> LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll" > >>> AddType application/x-httpd-php .php > >>> #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL > >>> > >> ok, there's both, the module load and the addtype... they have some > sort > >> of > >> installer, hunh? should be ok... i've had to put all mine in > manually... > >> > >> > >>> In the 2nd no 4 - The DirectoryIndex line is as supplied by you > >>> > >> ok... > >> > >> > >>> 5. I added these from a reply I got via the help forum on > phpGedView. > >>> > >> This > >> > >>> did not fix the problem. > >>> > >> one of them appears to have been entered by whatever installer > adjusted > >> apache > >> for php to work... > >> > >> > >>> I have attached both the php.ini file and httpd.conf files in case > you > >>> > >> can > >> > >>> see something thing else. > >>> > >> no, i do not really see anything else... > >> > >> i want to verify, though, after rereading your original message... > all > >> you are > >> seeing is a directory listing but no files? just parent directory?? > if > >> this is > >> more accurate of what you are seeing when you try to access the > >> http://yourhost/PGV/ directory, then we may be on to something... > >> > >> also, what OS is this running on? > >> > >> -- > >> _\/ > >> (@@) Waldo Kitty, Waldo's Place USA > >> __ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com > >> _|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com > >> ____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com > >> _|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 -at- alltel.net > >> > >> > >> --- > >> avast! Antivirus: Outbound message clean. > >> Virus Database (VPS): 000739-1, 05/10/2007 > >> Tested on: 5/10/07 13:05:01 > >> avast! - copyright (c) 1988-2007 ALWIL Software. > >> http://www.avast.com > >> > >> > >> > >> > >> > ------------------------------------------------------------------------- > > >> > >> 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: peter <pet...@hc...> - 2007-05-11 10:48:24
|
John, I think the only way make its get running, make a clean start at a linux platform, choose a distribution included with apache, mysql and php so you can started with a good base. My experience is when hou choose the latest versions of the products you are running in a lot of problems that are to be solved. At my server-pc have I running a copy of the pgv-version wich is on the internet, this is at platform suse 9.3 with phpgedview 4.02 the stable version. When you are logged in a localhost server sometimes there are confusing with the address and/or localhost name, linux is critical in that way. Better is take a second pc and make it a local lan server for testing the pgv environment. Note: don't forget the mismatch with capitol characters and windows they are the same, at linux not! Regards Peter jmh...@op... schreef: > Douglas > > The index.php is in my DirectoryIndex as required but I think I may have spotted the problem but not sure how to fix it. > > When making the entry below I did not change the paths and created the workspace/future folders as they did not exist. In reading the instruction related to this I noted that we needed to change the path. Here lies my question, what path am I meant to use? > > Alias /pgv "C:/phpGedView/workspace/future/" > <Directory "C:/phpGedView/workspace/future/"> > Options Indexes FollowSymLinks MultiViews ExecCGI > AllowOverride All > Order allow,deny > Allow from all > </Directory> > > I have also made the index and media folders writeable as well. Still no go with being able to login to mysql. > > Regards > > John > > > > >> Douglas Hurst <ob...@ho...> wrote: >> >> Based on what I've read, it seems to me that you're simply missing the >> default file (probably index.php) in your DirectoryIndex. Since it can't >> >> find an index.html >> then it's defaulting the directory listing instead. >> >> Douglas >> >> jmh...@op... wrote: >>> Waldo >>> >>> >>> Once again thank you for your reply. >>> >>> Your comment re what I am seeing is correct. >>> >>> If I then click on Parnet Directory it then displays a page with It >> Work! and the address is http://localhost/. >>> My OS is XP Home Edition. I know this is not the best but I am about >> to look to upgrade my laptop and moving to Vista Ultimate. >>> Regards >>> >>> John >>> >>> >>> >>>> waldo kitty <wki...@al...> wrote: >>>> >>>> >>>> i'm answering and keeping this in the list as it may be helpful to >>>> others with >>>> similar problems... a problem that many lists have is too much gets >>>> taken >>>> offlist when it would be beneficial to others so i tend to keep all >> my >>>> responses >>>> on the lists... call it old habit ;) >>>> >>>> John Henriksen wrote: >>>> >>>>> Here are the details you are asking for >>>>> >>>>> 1. Version of Apache is 2.2 >>>>> >>>> ok... i've not worked with apache v2 stuff as of yet... shouldn't >> matter >>>> though... >>>> >>>> >>>>> 2. Not sure how to tell if I am running php as cgi or from apache >>>>> >>>> module >>>> >>>> below you show that you are loading the module which indicates that >> you >>>> are >>>> running it as a module instead of kicking it off as an external app >> like >>>> from a >>>> .BAT file... module is good... >>>> >>>> >>>>> 3. I have got this working and showing all internal settings etc >>>>> >>>> including a >>>> >>>>> section on gd and mysql as required. >>>>> >>>> ok, good... >>>> >>>> >>>>> 4. (This is no is repeated) This is first 4. in your email >>>>> >>>> yeah, i went back and added another question and was renumbering and >> got >>>> distracted... >>>> >>>> >>>>> This is what I have in the httpd.conf file >>>>> >>>>> #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL >>>>> LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll" >>>>> AddType application/x-httpd-php .php >>>>> #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL >>>>> >>>> ok, there's both, the module load and the addtype... they have some >> sort >>>> of >>>> installer, hunh? should be ok... i've had to put all mine in >> manually... >>>> >>>>> In the 2nd no 4 - The DirectoryIndex line is as supplied by you >>>>> >>>> ok... >>>> >>>> >>>>> 5. I added these from a reply I got via the help forum on >> phpGedView. >>>>> >>>> This >>>> >>>>> did not fix the problem. >>>>> >>>> one of them appears to have been entered by whatever installer >> adjusted >>>> apache >>>> for php to work... >>>> >>>> >>>>> I have attached both the php.ini file and httpd.conf files in case >> you >>>>> >>>> can >>>> >>>>> see something thing else. >>>>> >>>> no, i do not really see anything else... >>>> >>>> i want to verify, though, after rereading your original message... >> all >>>> you are >>>> seeing is a directory listing but no files? just parent directory?? >> if >>>> this is >>>> more accurate of what you are seeing when you try to access the >>>> http://yourhost/PGV/ directory, then we may be on to something... >>>> >>>> also, what OS is this running on? >>>> >>>> -- >>>> _\/ >>>> (@@) Waldo Kitty, Waldo's Place USA >>>> __ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com >>>> _|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com >>>> ____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com >>>> _|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 -at- alltel.net >>>> >>>> >>>> --- >>>> avast! Antivirus: Outbound message clean. >>>> Virus Database (VPS): 000739-1, 05/10/2007 >>>> Tested on: 5/10/07 13:05:01 >>>> avast! - copyright (c) 1988-2007 ALWIL Software. >>>> http://www.avast.com >>>> >>>> >>>> >>>> >>>> >> ------------------------------------------------------------------------- >> >>>> 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 > > ------------------------------------------------------------------------- > 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 H. <jmh...@op...> - 2007-05-11 12:43:27
|
Peter Thanks for your input but I am not in a position to start with a clean start using linux version. I am now getting further in that I am now getting the following error when going to http://localhost/PGV/ ____________________________________________________________________________ The website declined to show this webpage HTTP 403 Most likely causes: This website requires you to log in. What you can try: Go back to the previous page. More information This error (HTTP 403 Forbidden) means that Internet Explorer was able to connect to the website, but it does not have permission to view the webpage. For more information about HTTP errors, see Help. ____________________________________________________________________________ Looks like it now wants me to log in but I need to set the required permissions. Note sure which ones I needed to set here. Regards John -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of peter Sent: Friday, 11 May 2007 8:53 PM To: All About PhpGedView Subject: Re: [Phpgedview-talk] Configuring of phpgedview John, I think the only way make its get running, make a clean start at a linux platform, choose a distribution included with apache, mysql and php so you can started with a good base. My experience is when hou choose the latest versions of the products you are running in a lot of problems that are to be solved. At my server-pc have I running a copy of the pgv-version wich is on the internet, this is at platform suse 9.3 with phpgedview 4.02 the stable version. When you are logged in a localhost server sometimes there are confusing with the address and/or localhost name, linux is critical in that way. Better is take a second pc and make it a local lan server for testing the pgv environment. Note: don't forget the mismatch with capitol characters and windows they are the same, at linux not! Regards Peter jmh...@op... schreef: > Douglas > > The index.php is in my DirectoryIndex as required but I think I may have spotted the problem but not sure how to fix it. > > When making the entry below I did not change the paths and created the workspace/future folders as they did not exist. In reading the instruction related to this I noted that we needed to change the path. Here lies my question, what path am I meant to use? > > Alias /pgv "C:/phpGedView/workspace/future/" > <Directory "C:/phpGedView/workspace/future/"> > Options Indexes FollowSymLinks MultiViews ExecCGI > AllowOverride All > Order allow,deny > Allow from all > </Directory> > > I have also made the index and media folders writeable as well. Still no go with being able to login to mysql. > > Regards > > John > > > > >> Douglas Hurst <ob...@ho...> wrote: >> >> Based on what I've read, it seems to me that you're simply missing the >> default file (probably index.php) in your DirectoryIndex. Since it can't >> >> find an index.html >> then it's defaulting the directory listing instead. >> >> Douglas >> >> jmh...@op... wrote: >>> Waldo >>> >>> >>> Once again thank you for your reply. >>> >>> Your comment re what I am seeing is correct. >>> >>> If I then click on Parnet Directory it then displays a page with It >> Work! and the address is http://localhost/. >>> My OS is XP Home Edition. I know this is not the best but I am about >> to look to upgrade my laptop and moving to Vista Ultimate. >>> Regards >>> >>> John >>> >>> >>> >>>> waldo kitty <wki...@al...> wrote: >>>> >>>> >>>> i'm answering and keeping this in the list as it may be helpful to >>>> others with >>>> similar problems... a problem that many lists have is too much gets >>>> taken >>>> offlist when it would be beneficial to others so i tend to keep all >> my >>>> responses >>>> on the lists... call it old habit ;) >>>> >>>> John Henriksen wrote: >>>> >>>>> Here are the details you are asking for >>>>> >>>>> 1. Version of Apache is 2.2 >>>>> >>>> ok... i've not worked with apache v2 stuff as of yet... shouldn't >> matter >>>> though... >>>> >>>> >>>>> 2. Not sure how to tell if I am running php as cgi or from apache >>>>> >>>> module >>>> >>>> below you show that you are loading the module which indicates that >> you >>>> are >>>> running it as a module instead of kicking it off as an external app >> like >>>> from a >>>> .BAT file... module is good... >>>> >>>> >>>>> 3. I have got this working and showing all internal settings etc >>>>> >>>> including a >>>> >>>>> section on gd and mysql as required. >>>>> >>>> ok, good... >>>> >>>> >>>>> 4. (This is no is repeated) This is first 4. in your email >>>>> >>>> yeah, i went back and added another question and was renumbering and >> got >>>> distracted... >>>> >>>> >>>>> This is what I have in the httpd.conf file >>>>> >>>>> #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL >>>>> LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll" >>>>> AddType application/x-httpd-php .php >>>>> #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL >>>>> >>>> ok, there's both, the module load and the addtype... they have some >> sort >>>> of >>>> installer, hunh? should be ok... i've had to put all mine in >> manually... >>>> >>>>> In the 2nd no 4 - The DirectoryIndex line is as supplied by you >>>>> >>>> ok... >>>> >>>> >>>>> 5. I added these from a reply I got via the help forum on >> phpGedView. >>>>> >>>> This >>>> >>>>> did not fix the problem. >>>>> >>>> one of them appears to have been entered by whatever installer >> adjusted >>>> apache >>>> for php to work... >>>> >>>> >>>>> I have attached both the php.ini file and httpd.conf files in case >> you >>>>> >>>> can >>>> >>>>> see something thing else. >>>>> >>>> no, i do not really see anything else... >>>> >>>> i want to verify, though, after rereading your original message... >> all >>>> you are >>>> seeing is a directory listing but no files? just parent directory?? >> if >>>> this is >>>> more accurate of what you are seeing when you try to access the >>>> http://yourhost/PGV/ directory, then we may be on to something... >>>> >>>> also, what OS is this running on? >>>> >>>> -- >>>> _\/ >>>> (@@) Waldo Kitty, Waldo's Place USA >>>> __ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com >>>> _|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com >>>> ____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com >>>> _|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 -at- alltel.net >>>> >>>> >>>> --- >>>> avast! Antivirus: Outbound message clean. >>>> Virus Database (VPS): 000739-1, 05/10/2007 >>>> Tested on: 5/10/07 13:05:01 >>>> avast! - copyright (c) 1988-2007 ALWIL Software. >>>> http://www.avast.com >>>> >>>> >>>> >>>> >>>> >> ------------------------------------------------------------------------- >> >>>> 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 > > ------------------------------------------------------------------------- > 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: waldo k. <wki...@al...> - 2007-05-11 16:18:49
|
John Henriksen wrote: > Looks like it now wants me to log in but I need to set the required > permissions. > > Note sure which ones I needed to set here. what user is the web server running as? that is the user that needs read and write access to the directory in question... you might, but i don't know yet, have to set the permissions on the files in there, too... i can't tell from here... -- _\/ (@@) Waldo Kitty, Waldo's Place USA __ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com _|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com ____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com _|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 -at- alltel.net --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 000739-3, 05/11/2007 Tested on: 5/11/07 12:18:41 avast! - copyright (c) 1988-2007 ALWIL Software. http://www.avast.com |
From: Bin Z. <bzh...@gm...> - 2007-05-13 17:05:45
|
I would suggest install apache, mysql, php and install WAMP, which would install and configure Apache, MySQL, PHP automatically for you, then all you have to do is to put PGV under the web root directory. Quick and Easy. Once WAMP is configured and installed, write a simple test php file with one line: <?php phoinfo();?> Name it something like test.php, place it under web root. Point to it in the browser, if it works, you are ready. good luck On 5/11/07, waldo kitty <wki...@al...> wrote: > > John Henriksen wrote: > > Looks like it now wants me to log in but I need to set the required > > permissions. > > > > Note sure which ones I needed to set here. > > what user is the web server running as? that is the user that needs read > and > write access to the directory in question... you might, but i don't know > yet, > have to set the permissions on the files in there, too... i can't tell > from here... > > -- > _\/ > (@@) Waldo Kitty, Waldo's Place USA > __ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com > _|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com > ____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com > _|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 -at- alltel.net > > > --- > avast! Antivirus: Outbound message clean. > Virus Database (VPS): 000739-3, 05/11/2007 > Tested on: 5/11/07 12:18:41 > avast! - copyright (c) 1988-2007 ALWIL Software. > http://www.avast.com > > > > > ------------------------------------------------------------------------- > 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 H. <jmh...@op...> - 2007-05-15 12:32:22
|
Bin Thanks for the suggestion which I did try and made it simple to set up everything but I ended up in the exact position as before. I was able to create the required simple PHP file and point my browser to it with a web page listing all my php configuration details including the mysql and gd details as required per the instructions on the PHPGedView Developer page at the following URL http://wiki.phpgedview.net/en/index.php/Developers_Guide:Installing_PhpGedVi ew_for_Development I got towards the bottom and completed the "Setting up a virtual directory in Apache 2" and then moved onto "Configuring PHPGedView" and I can't pass step 1. All I get now is the following: Index of /PGV * Parent Directory <http://localhost/> * PHPGedView/ <http://localhost/PGV/PHPGedView/> My entry in the httpd.conf file is Alias /PGV "C:/PGV/Workspace/" <Directory "C:/PGV/Workspace/"> Options Indexes FollowSymLinks MultiViews ExecCGI AllowOverride All Order allow,deny Allow from all </Directory> The location of PHPGedView files as follows: C:\pgv\workspace\PHPGedView All the PHPGedView folders and files are location below this location. I must be missing something very simple but from all the help I have received so far I still can't get any further. I hope what I have provided above points the step where I have managed to get up and need help. Thanks to those who have provide help so far. Regards John Henriksen _____ From: php...@li... [mailto:php...@li...] On Behalf Of Bin Zhang Sent: Monday, 14 May 2007 3:06 AM To: wki...@al...; All About PhpGedView Subject: Re: [Phpgedview-talk] Configuring of phpgedview I would suggest install apache, mysql, php and install WAMP, which would install and configure Apache, MySQL, PHP automatically for you, then all you have to do is to put PGV under the web root directory. Quick and Easy. Once WAMP is configured and installed, write a simple test php file with one line: <?php phoinfo();?> Name it something like test.php, place it under web root. Point to it in the browser, if it works, you are ready. good luck On 5/11/07, waldo kitty <wki...@al...> wrote: John Henriksen wrote: > Looks like it now wants me to log in but I need to set the required > permissions. > > Note sure which ones I needed to set here. what user is the web server running as? that is the user that needs read and write access to the directory in question... you might, but i don't know yet, have to set the permissions on the files in there, too... i can't tell from here... -- _\/ (@@) Waldo Kitty, Waldo's Place USA __ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com _|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com ____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com _|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 -at- alltel.net --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 000739-3, 05/11/2007 Tested on: 5/11/07 12:18:41 avast! - copyright (c) 1988-2007 ALWIL Software. http://www.avast.com ------------------------------------------------------------------------- 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: waldo k. <wki...@al...> - 2007-05-15 13:57:21
|
John Henriksen wrote: > Thanks for the suggestion which I did try and made it simple to set up > everything but I ended up in the exact position as before. in that case, john, it is time to uninstall _all_ of it and start over... this time, let's do it simply... the WAMP stuff seems like it might be an ok place to start... i am aware, though, that if it is based on LAMP, that it is mainly targetted toward local network or localhost use only and should not be pointed at the internet unless the security has been tightened up more... anyway, get WAMP installed and working... that means that their initial test pages work and are viewable... as i recall, the default apache install has all of its documentation installed and accessible and that is a good test if it is... once you have that done, then go into your apache document root and create yourself a directory to hold phpgedview... then unzip phpgedview into that directory... ie: apache is in c:\program files\apache document root is c:\my documents\wwwroot make c:\my documents\wwwroot\geneology unzip phpgedview into geneology edit config.php as needed point your browser to http:\\localhost\geneology\ and you should be in no virtual directories or virtual servers or any of that slightly more advanced stuff... you need to get the basics down and working first... than you can move on to some of the other stuff... -- _\/ (@@) Waldo Kitty, Waldo's Place USA __ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com _|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com ____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com _|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 -at- alltel.net --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 000740-1, 05/15/2007 Tested on: 5/15/07 09:57:11 avast! - copyright (c) 1988-2007 ALWIL Software. http://www.avast.com |
From: waldo k. <wki...@al...> - 2007-05-15 15:11:00
|
hey, john... where'd you get your WAMP stuff from? -- _\/ (@@) Waldo Kitty, Waldo's Place USA __ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com _|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com ____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com _|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 -at- alltel.net --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 000740-1, 05/15/2007 Tested on: 5/15/07 11:10:48 avast! - copyright (c) 1988-2007 ALWIL Software. http://www.avast.com |
From: waldo k. <wki...@al...> - 2007-05-15 15:22:32
|
Bin Zhang wrote: > I would suggest install apache, mysql, php and install WAMP, which would > install and configure Apache, MySQL, PHP automatically for you, then all > you have to do is to put PGV under the web root directory. Quick and Easy. which WAMP and from where? i've found at least two... i'm also restricted on what windows os i can operate this test from... that, in and of itself, may skew the results... -- _\/ (@@) Waldo Kitty, Waldo's Place USA __ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com _|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com ____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com _|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 -at- alltel.net --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 000740-1, 05/15/2007 Tested on: 5/15/07 11:22:26 avast! - copyright (c) 1988-2007 ALWIL Software. http://www.avast.com |
From: John H. <jmh...@op...> - 2007-05-17 12:15:04
|
PHPGedView Team I have solved my problem!!! I removed my original install of PHPGedView files and re-installed from zip file of stall version. It appears that in my prior install all the files in folder directly under my root folder where missing. At that I had installed where All the folders and associated files under these folders. I will upgrade once I have got the stable one up and running first. I don't have time now to configure PHPGedView now but I will do this over the next few days. At least I am now able to configure PHPGedView which I was not able to do before. Sorry to worry everyone about this issue but I knew it would be something simple and it was. Thanks for all the help everyone has offered me trying to solve my problem. Regards John Henriksen ____________________________________________________________________________ _______________________________________________________________ -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of waldo kitty Sent: Wednesday, 16 May 2007 1:22 AM To: All About PhpGedView Subject: Re: [Phpgedview-talk] Configuring of phpgedview Bin Zhang wrote: > I would suggest install apache, mysql, php and install WAMP, which would > install and configure Apache, MySQL, PHP automatically for you, then all > you have to do is to put PGV under the web root directory. Quick and Easy. which WAMP and from where? i've found at least two... i'm also restricted on what windows os i can operate this test from... that, in and of itself, may skew the results... -- _\/ (@@) Waldo Kitty, Waldo's Place USA __ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com _|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com ____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com _|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 -at- alltel.net --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 000740-1, 05/15/2007 Tested on: 5/15/07 11:22:26 avast! - copyright (c) 1988-2007 ALWIL Software. http://www.avast.com ------------------------------------------------------------------------- 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: waldo k. <wki...@al...> - 2007-05-11 16:15:18
|
jmh...@op... wrote: > Douglas > > The index.php is in my DirectoryIndex as required but I think I may have spotted the > problem but not sure how to fix it. > > When making the entry below I did not change the paths and created the workspace/future > folders as they did not exist. In reading the instruction related to this I noted that > we needed to change the path. Here lies my question, what path am I meant to use? > whatever path you want... that's the nice thing... you can have them in path foobar and then alias that to mygreatstuff and no one knows the difference... > Alias /pgv "C:/phpGedView/workspace/future/" > <Directory "C:/phpGedView/workspace/future/"> the real question is did you install phpgedview in the above listed phpgedview/workspace/future directory? that is where it would go based on the above... but, as i say, you can put them anywhere you like... on my server, i created a directory for them below the server root directory (not the hard disk root directory) like your alias /pgv entry and installed there... no alias or directory block needed... -- _\/ (@@) Waldo Kitty, Waldo's Place USA __ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com _|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com ____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com _|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 -at- alltel.net --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 000739-3, 05/11/2007 Tested on: 5/11/07 12:14:58 avast! - copyright (c) 1988-2007 ALWIL Software. http://www.avast.com |
From: <jmh...@op...> - 2007-05-15 22:28:57
|
Waldo I got WAMP from the following web site http://www.wampserver.com/en/index.php Regards John > waldo kitty <wki...@al...> wrote: > > > hey, john... where'd you get your WAMP stuff from? > > -- > _\/ > (@@) Waldo Kitty, Waldo's Place USA > __ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com > _|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com > ____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com > _|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 -at- alltel.net > > > --- > avast! Antivirus: Outbound message clean. > Virus Database (VPS): 000740-1, 05/15/2007 > Tested on: 5/15/07 11:10:48 > avast! - copyright (c) 1988-2007 ALWIL Software. > http://www.avast.com > > > > > ------------------------------------------------------------------------- > > 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 H. <joh...@au...> - 2007-05-19 01:03:21
|
I have over come my problem and have got phpgedview up and running now. But I now have another issue when I log in with it having trouble writing to the following folder. =20 C:\Documents and Settings\Local_User\Local Settings\Temp\php\session =20 It is due to the last 2 folders below Temp. =20 When I go and create these folders so it is the same as the path above I have no problems in logging in with NO Errors or Warning. =20 Then when I log out the system it then deletes the \php\session folders. =20 So next time I go to log in I have to go and create these folders again. =20 How do I overcome having to create these folders each time? =20 I am currently running this on my laptop which is running on XP Home edition. =20 Everything else is running fine. =20 Many Thanks for any help offered =20 John Henriksen =20 ________________________________ From: John Henriksen=20 Sent: Thursday, 10 May 2007 2:12 PM To: 'php...@li...' Subject: Configuring of phpgedview =20 Team =20 I have run into an issue and hope that someone can point one in the right direction=20 =20 I have installed latest versions of Apache, mysql, eclipse, php and phpgedview beta version=20 =20 I have managed to get Apache, mysql, eclipse and php p and running as expected going by documentation.=20 =20 But When I go open the following page http://localhost/PGV/ I get the following presented to me and not what step 2 says.=20 =20 Index of /PGV=20 =20 * Parent Directory=20 =20 I do not get what is expected as outlined below:=20 =20 2 In the Database Username field enter the username root (unless you specified a different user for MySQL)=20 3 Leave the password field blank (unless you specified a password when configuring MySQL) =20 =20 Can someone please help me? =20 John Henriksen =20 PS I have posted this onto the phpgedview help Forum with one reply so far. I still have an issue =20 Everything is working as required to the checks requested at the different steps but for some reason I am not taken to a logon page for mysql phpgedview db as I would have expected.=20 =20 |
From: waldo k. <wki...@al...> - 2007-05-19 05:29:58
|
John Henriksen wrote: > I have over come my problem and have got phpgedview up and running now. > But I now have another issue when I log in with it having trouble > writing to the following folder. > > C:\Documents and Settings\Local_User\Local Settings\Temp\php\session > > It is due to the last 2 folders below Temp. > > When I go and create these folders so it is the same as the path above I > have no problems in logging in with NO Errors or Warning. > > Then when I log out the system it then deletes the \php\session folders. i'm not sure what this is all about... it sounds like permssions, though... since this is also related to php, i'd look at your php settings to see what it is set for as far as the location of saving session data... too late in the dark to go look it up, though... -- _\/ (@@) Waldo Kitty, Waldo's Place USA __ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com _|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com ____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com _|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 -at- alltel.net --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 000741-4, 05/18/2007 Tested on: 5/19/07 01:29:46 avast! - copyright (c) 1988-2007 ALWIL Software. http://www.avast.com |
From: John H. <jmh...@op...> - 2007-05-20 07:20:15
|
Waldo Thanks for your advice. I found where the path to the location of the session files in the php.ini file. I have since changed the location of both the session and upload files as these where set by the system initially. Now I don't have any problems with session errors and warnings. I have also upgraded to the latest beta version with no problems Once again thanks for everyone's help John Henriksen -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of waldo kitty Sent: Saturday, 19 May 2007 3:30 PM To: All About PhpGedView Subject: Re: [Phpgedview-talk] Configuring of phpgedview John Henriksen wrote: > I have over come my problem and have got phpgedview up and running now. > But I now have another issue when I log in with it having trouble > writing to the following folder. > > C:\Documents and Settings\Local_User\Local Settings\Temp\php\session > > It is due to the last 2 folders below Temp. > > When I go and create these folders so it is the same as the path above I > have no problems in logging in with NO Errors or Warning. > > Then when I log out the system it then deletes the \php\session folders. i'm not sure what this is all about... it sounds like permssions, though... since this is also related to php, i'd look at your php settings to see what it is set for as far as the location of saving session data... too late in the dark to go look it up, though... -- _\/ (@@) Waldo Kitty, Waldo's Place USA __ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com _|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com ____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com _|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 -at- alltel.net --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 000741-4, 05/18/2007 Tested on: 5/19/07 01:29:46 avast! - copyright (c) 1988-2007 ALWIL Software. http://www.avast.com ------------------------------------------------------------------------- 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: Douglas H. <ob...@ho...> - 2007-05-11 01:01:15
|
Based on what I've read, it seems to me that you're simply missing the default file (probably index.php) in your DirectoryIndex. Since it can't find an index.html then it's defaulting the directory listing instead. Douglas jmh...@op... wrote: > Waldo > > > Once again thank you for your reply. > > Your comment re what I am seeing is correct. > > If I then click on Parnet Directory it then displays a page with It Work! and the address is http://localhost/. > > My OS is XP Home Edition. I know this is not the best but I am about to look to upgrade my laptop and moving to Vista Ultimate. > > Regards > > John > > > >> waldo kitty <wki...@al...> wrote: >> >> >> i'm answering and keeping this in the list as it may be helpful to >> others with >> similar problems... a problem that many lists have is too much gets >> taken >> offlist when it would be beneficial to others so i tend to keep all my >> responses >> on the lists... call it old habit ;) >> >> John Henriksen wrote: >> >>> Here are the details you are asking for >>> >>> 1. Version of Apache is 2.2 >>> >> ok... i've not worked with apache v2 stuff as of yet... shouldn't matter >> though... >> >> >>> 2. Not sure how to tell if I am running php as cgi or from apache >>> >> module >> >> below you show that you are loading the module which indicates that you >> are >> running it as a module instead of kicking it off as an external app like >> from a >> .BAT file... module is good... >> >> >>> 3. I have got this working and showing all internal settings etc >>> >> including a >> >>> section on gd and mysql as required. >>> >> ok, good... >> >> >>> 4. (This is no is repeated) This is first 4. in your email >>> >> yeah, i went back and added another question and was renumbering and got >> >> distracted... >> >> >>> This is what I have in the httpd.conf file >>> >>> #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL >>> LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll" >>> AddType application/x-httpd-php .php >>> #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL >>> >> ok, there's both, the module load and the addtype... they have some sort >> of >> installer, hunh? should be ok... i've had to put all mine in manually... >> >> >>> In the 2nd no 4 - The DirectoryIndex line is as supplied by you >>> >> ok... >> >> >>> 5. I added these from a reply I got via the help forum on phpGedView. >>> >> This >> >>> did not fix the problem. >>> >> one of them appears to have been entered by whatever installer adjusted >> apache >> for php to work... >> >> >>> I have attached both the php.ini file and httpd.conf files in case you >>> >> can >> >>> see something thing else. >>> >> no, i do not really see anything else... >> >> i want to verify, though, after rereading your original message... all >> you are >> seeing is a directory listing but no files? just parent directory?? if >> this is >> more accurate of what you are seeing when you try to access the >> http://yourhost/PGV/ directory, then we may be on to something... >> >> also, what OS is this running on? >> >> -- >> _\/ >> (@@) Waldo Kitty, Waldo's Place USA >> __ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com >> _|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com >> ____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com >> _|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 -at- alltel.net >> >> >> --- >> avast! Antivirus: Outbound message clean. >> Virus Database (VPS): 000739-1, 05/10/2007 >> Tested on: 5/10/07 13:05:01 >> avast! - copyright (c) 1988-2007 ALWIL Software. >> http://www.avast.com >> >> >> >> >> ------------------------------------------------------------------------- >> >> 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 > > > |