phpgedview-talk Mailing List for PhpGedView (Page 13)
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: 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: 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: John H. <jmh...@op...> - 2007-05-15 12:32:19
|
Gordon Can't help you to when the next major stable release is due but use this link to view what files are available to download. https://sourceforge.net/project/showfiles.php?group_id=55456 Regards John Henriksen -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Gordon Joly Sent: Tuesday, 15 May 2007 6:48 PM To: php...@li... Subject: [Phpgedview-talk] Releases of phpGedView I am trying to find out the latest release of phpGedView. I have looked at the SourceForge website, at the SVN development tree, etc But I am still unsure. 1) What is the latest stable release? 2) What is the latest (tarball) beta release? 3) What is the schedule for future major releases? Many thanks for any pointers! Gordon -- "Think Feynman"///////// http://pobox.com/~gordo/ gor...@po.../// ------------------------------------------------------------------------- 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: Gordon J. <gor...@po...> - 2007-05-15 08:49:09
|
I am trying to find out the latest release of phpGedView. I have looked at the SourceForge website, at the SVN development tree, etc But I am still unsure. 1) What is the latest stable release? 2) What is the latest (tarball) beta release? 3) What is the schedule for future major releases? Many thanks for any pointers! Gordon -- "Think Feynman"///////// http://pobox.com/~gordo/ gor...@po.../// |
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: 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: 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: 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: 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: <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: 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 > > > |
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: waldo k. <wki...@al...> - 2007-05-10 18:50:27
|
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 |
From: John H. <jmh...@op...> - 2007-05-10 11:28:24
|
Here are the details you are asking for 1. Version of Apache is 2.2 2. Not sure how to tell if I am running php as cgi or from apache module 3. I have got this working and showing all internal settings etc including a section on gd and mysql as required. 4. (This is no is repeated) This is first 4. in your email 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 In the 2nd no 4 - The DirectoryIndex line is as supplied by you 5. I added these from a reply I got via the help forum on phpGedView. This did not fix the problem. I have attached both the php.ini file and httpd.conf files in case you can see something thing else. Many Thanks John -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of waldo kitty Sent: Thursday, 10 May 2007 7:01 PM To: All About PhpGedView Subject: Re: [Phpgedview-talk] Configuring of phpgedview John Henriksen wrote: > But When I go open the following page http://localhost/PGV/ I get the > following presented to me and not what step 2 says. > > Index of /PGV > > * Parent Directory > did you add the necessary filetype stuff to the apache config so that php files are processed by the php engine? it doesn't sound like it... 1. what version of apache are you running? 2. are you running php as cgi or from apache module? 3. do any php files execute? test by saving the following as phptest.php and accessing via http://yourhost/phptest.php <html> <head> <title>PHP Test</title> </head> <body> <?php phpinfo(); ?> </body> </html> you may need to remove the indenting... anyway, when you get the above to work, ensure that you remove it from your site as it gives a lot of internal site info that you really don't want getting loose... 4. if running from the apache module and no php files execute, do you have a line like so in your apache config? LoadModule php4_module libexec/modphp4.dll 4. have you added index.php to your list of index files like so? <IfModule mod_dir.c> DirectoryIndex index.html index.htm index.shtml index.php </IfModule> 5. have you added the necessary mime types so that apache knows what to do with php files? AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps -- _\/ (@@) 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 05:01:27 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-10 09:01:38
|
John Henriksen wrote: > But When I go open the following page http://localhost/PGV/ I get the > following presented to me and not what step 2 says. > > Index of /PGV > > * Parent Directory > did you add the necessary filetype stuff to the apache config so that php files are processed by the php engine? it doesn't sound like it... 1. what version of apache are you running? 2. are you running php as cgi or from apache module? 3. do any php files execute? test by saving the following as phptest.php and accessing via http://yourhost/phptest.php <html> <head> <title>PHP Test</title> </head> <body> <?php phpinfo(); ?> </body> </html> you may need to remove the indenting... anyway, when you get the above to work, ensure that you remove it from your site as it gives a lot of internal site info that you really don't want getting loose... 4. if running from the apache module and no php files execute, do you have a line like so in your apache config? LoadModule php4_module libexec/modphp4.dll 4. have you added index.php to your list of index files like so? <IfModule mod_dir.c> DirectoryIndex index.html index.htm index.shtml index.php </IfModule> 5. have you added the necessary mime types so that apache knows what to do with php files? AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps -- _\/ (@@) 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 05:01:27 avast! - copyright (c) 1988-2007 ALWIL Software. http://www.avast.com |
From: John H. <joh...@au...> - 2007-05-10 04:12:22
|
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: Kyle M. <mat...@gm...> - 2007-05-08 13:28:01
|
Sorry, I must not of been clear enough. I need help understanding the database schema for phpgedview, how to retrieve the place names for different dates. E.g. if John Smith was born April 1, 1823, how can I retrieve off the database where he was born? Could someone please just tell me where in the existing phpgedview code this is done so I can duplicate that? Thanks, Kyle On 5/8/07, peter <pet...@hc...> wrote: > > Kyle, > > DB2 is a IBM product, you can find information, > http://www-306.ibm.com/software/sw-bycategory/subcategory/SWB30.html > > The opensource information from IBM, > http://www-128.ibm.com/developerworks/ibm/osource/ > > May be this pages can help you. > > Regards, Peter Al > > > Kyle Mathews schreef: > > My family is attempting to organize our genealogical information on the > > internet. We are using three sites. We're using PhpGedView > > <http://www.familyhistory.mathews2000.com/gedview> to organize the > > normal genealogical information. Then a wiki to organize stories > > <http://www.familyhistory.mathews2000.com> / autobiographies and other > > such text. And then Gallery to organize photos > > <http://www.familyhistory.mathews2000.com/gallery> of our ancestors. > > > > We're pleased with the setup, especially PhpGedView, but are working on > > fixes to improve the sites. One thing I'm working on is with the wiki. > > Each ancestor has their own wiki page from which is linked all stories > > related to them. We want each ancestor page to have on it basic > > biographical information (birth, marriage, death, etc.). To ensure that > > the information is accurate we want to import the data to the wiki from > > PhpGedView. Right now we're just taking the person's PhpGedView page > > and placing it in an IFrame on the wiki. That works, but it's slow and > > has too much information. > > > > What I'm trying to do now is write a php script which will pull only the > > information we need off the PhpGedView database and place it in the > > wiki. I've got part of it working -- I can get the dates off the > > database but am confused how to get the places associated with those > > dates off the database. > > > > I've looked through the documentation but couldn't find anything > > useful. If it is there, someone please point it out to me. Else, just > > point me toward the code which performs this function in PhpGedView. > > This is my first PHP project but I can read PHP code alright. > > > > Thanks in advance, > > Kyle Mathews > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > 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-08 08:16:31
|
Kyle, DB2 is a IBM product, you can find information, http://www-306.ibm.com/software/sw-bycategory/subcategory/SWB30.html The opensource information from IBM, http://www-128.ibm.com/developerworks/ibm/osource/ May be this pages can help you. Regards, Peter Al Kyle Mathews schreef: > My family is attempting to organize our genealogical information on the > internet. We are using three sites. We're using PhpGedView > <http://www.familyhistory.mathews2000.com/gedview> to organize the > normal genealogical information. Then a wiki to organize stories > <http://www.familyhistory.mathews2000.com> / autobiographies and other > such text. And then Gallery to organize photos > <http://www.familyhistory.mathews2000.com/gallery> of our ancestors. > > We're pleased with the setup, especially PhpGedView, but are working on > fixes to improve the sites. One thing I'm working on is with the wiki. > Each ancestor has their own wiki page from which is linked all stories > related to them. We want each ancestor page to have on it basic > biographical information (birth, marriage, death, etc.). To ensure that > the information is accurate we want to import the data to the wiki from > PhpGedView. Right now we're just taking the person's PhpGedView page > and placing it in an IFrame on the wiki. That works, but it's slow and > has too much information. > > What I'm trying to do now is write a php script which will pull only the > information we need off the PhpGedView database and place it in the > wiki. I've got part of it working -- I can get the dates off the > database but am confused how to get the places associated with those > dates off the database. > > I've looked through the documentation but couldn't find anything > useful. If it is there, someone please point it out to me. Else, just > point me toward the code which performs this function in PhpGedView. > This is my first PHP project but I can read PHP code alright. > > Thanks in advance, > Kyle Mathews > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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: Kyle M. <mat...@gm...> - 2007-05-06 22:42:17
|
My family is attempting to organize our genealogical information on the internet. We are using three sites. We're using PhpGedView<http://www.familyhistory.mathews2000.com/gedview>to organize the normal genealogical information. Then a wiki to organize stories <http://www.familyhistory.mathews2000.com> / autobiographies and other such text. And then Gallery to organize photos<http://www.familyhistory.mathews2000.com/gallery>of our ancestors. We're pleased with the setup, especially PhpGedView, but are working on fixes to improve the sites. One thing I'm working on is with the wiki. Each ancestor has their own wiki page from which is linked all stories related to them. We want each ancestor page to have on it basic biographical information (birth, marriage, death, etc.). To ensure that the information is accurate we want to import the data to the wiki from PhpGedView. Right now we're just taking the person's PhpGedView page and placing it in an IFrame on the wiki. That works, but it's slow and has too much information. What I'm trying to do now is write a php script which will pull only the information we need off the PhpGedView database and place it in the wiki. I've got part of it working -- I can get the dates off the database but am confused how to get the places associated with those dates off the database. I've looked through the documentation but couldn't find anything useful. If it is there, someone please point it out to me. Else, just point me toward the code which performs this function in PhpGedView. This is my first PHP project but I can read PHP code alright. Thanks in advance, Kyle Mathews |
From: Josef <jo...@th...> - 2007-05-06 18:30:57
|
Hi list, When I create a PDF individual report without pictures, all is fine When I want to create the same report with the option "Show photos?", I get following error: --------------- ERROR 8: Undefined index: 0 Error occurred on in function extract_filename 1 called from line 981 of file functions.php in function extract_filename 2 called from line 2020 of file reportpdf.php in function pgvrimageshandler 3 called from in function call_user_func 4 called from line 1118 of file reportpdf.php in function startelement 5 called from in function xml_parse 6 called from line 1654 of file reportpdf.php in function pgvrrepeattagehandler 7 called from in function call_user_func 8 called from line 1133 of file reportpdf.php in function endelement 9 called from in function xml_parse 10 called from line 280 of file reportengine.php ERROR 2: Cannot modify header information - headers already sent by (output started at /home/sites/www.thomalla.info/web/pgv46/includes/functions.php:318) ERROR 2: Cannot modify header information - headers already sent by (output started at /home/sites/www.thomalla.info/web/pgv46/includes/functions.php:318) ERROR 2: Cannot modify header information - headers already sent by (output started at /home/sites/www.thomalla.info/web/pgv46/includes/functions.php:318) ERROR 2: Cannot modify header information - headers already sent by (output started at /home/sites/www.thomalla.info/web/pgv46/includes/functions.php:318) FPDF error: Some data has already been output to browser, can't send PDF file ------------------- phpgedview version 4.0.6 All pictures are shown in the individual boxes in good condition. How can I solve this? Is there a way to make the document scale to "A4" as default? Web site: www.thomalla.info/pgv46 Tnx for any help Mit freundlichen Gr=FC=DFen Kind Regards Josef Thomalla Germany |
From: Josef <jo...@th...> - 2007-05-06 17:47:35
|
Hi list I've just installed version 4.1.beta 5 When I call the following web site for the first time http://www.thomalla.info/pgv41/editconfig.php to make the basic customizing, I only get a white page. What could be wrong? Version 4.0.6 is running with mostly no problems What version of PHP has to be on the server: 5.1 or is version 4.3.2 OK? Tnx for help Josef Thomalla Germany |
From: Bin Z. <bzh...@gm...> - 2007-04-30 20:31:39
|
Hi John, Have you had a chance to work on fixing the reports for Chinese? We really need this to work before we can publicize our site. I really appreciate your expertise on this issue. We have been working on Chinese translation. Hopefully we will have it ready in the next week or two. Thanks Bin On 1/23/07, John Finlay <Joh...@ne...> wrote: > > Hi Bin, > > > > Sorry for the delay in responding to you. I see that Chinese isn't > working in the reports. Thanks for letting us know. I will work on it to > see if I can figure out why it isn't working. I will get back to you in a > couple of days. > > > > The Chinese translation is also horribly out of date. Hopefully someone > will be able to finish the translation and share it with the community. > > > > Thanks, > > --John > > > > > ------------------------------ > > *From:* php...@li... [mailto: > php...@li...] *On Behalf Of *Bin Zhang > *Sent:* Friday, January 12, 2007 9:47 AM > *To:* php...@li... > *Subject:* [Phpgedview-talk] Chinese Characters in PDF report > > > > Hi, > > I am setting up a Chinese genealogy site with PGV. One problem I am > experierincing is that Chinese characters do not show in any of the PDF > reports, nor do they display in the circle chart. I have filed a bug > report, but so far have not heard anything, no action has been taken. > > I hope someone on this list can give me some hints as to how I can fix > it. Do I have to specify a special font, or something else? I have tried > it on different servers, all with the same result (Windows, Mac OS X, Linux, > FreeBSD, etc.) > > I would really appreciate any help that you may provide. > > Here is the link to the bug report: > > > http://sourceforge.net/tracker/index.php?func=detail&aid=1625495&group_id=55456&atid=477079 > > Bin > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > > |
From: Josef <jo...@th...> - 2007-04-22 08:45:18
|
Hi List Aktual I am usion Version 4.0.6 My plan is to update my system tu the newest BETA-Version 4.1.4 In the past, I installed a newer version into a new folder but this makes many work to reinstall all GEDCOM files and pictures. Is there a way how I can use all uploaded data also in the updated Version. Please, ist any one on the list, who can show this to me in a short tabulation description. I think, I have to save some thing bevor updating the version? Kind Regards Josef Web-site: www.thomall.info/pgv46 |
From: Josef <jo...@th...> - 2007-04-21 12:25:41
|
Hi List! Every time, when I go to my WEB-Site (www.thomalla.info/PGV46/) to look for a report, I have to press the refresh button very often, 3 times and more, bevor I get the result. The feed back of my browser is "Ready" with a white blank site. Is there any one who has an idea to solve this problem? Best regards Josef |
From: Josef <jo...@th...> - 2007-04-21 11:37:09
|
Hi List! I found the problem!!! Inside Firefox 2.0, I have installed an Add-On "Google Toolbar Version 2.1.20060719W". When ever I activated the Service "RSS subscription", I PHPgedview changes automatically the langwich into english. Many thanks to all, who gave tips to solve my problem. Josef -----Urspr=FCngliche Nachricht----- Von: php...@li... [mailto:php...@li...] Im Auftrag von Necpaly Gesendet: Freitag, 20. April 2007 21:50 An: All About PhpGedView Betreff: Re: [Phpgedview-talk] automaticaly changing language AFAIK PGV has en automatic detection of language. It could be a problem of the browsersettings - something like preffered=20 language for websites or how is it called in Firefox. Ladislav ----- Original Message -----=20 From: "Josef" <jo...@th...> To: "'All About PhpGedView'" <php...@li...> Sent: Tuesday, April 17, 2007 10:32 PM Subject: Re: [Phpgedview-talk] automaticaly changing language Hi John The actual setting is "All Cookies allowed" my problem is going on. Josef -----Urspr=FCngliche Nachricht----- Von: php...@li... [mailto:php...@li...] Im Auftrag von John Finlay Gesendet: Dienstag, 17. April 2007 21:52 An: All About PhpGedView Betreff: Re: [Phpgedview-talk] automaticaly changing language You are probably not maintaining cookies correctly. You will need to check the browser's cookie settings. > -----Original Message----- > From: php...@li... > [mailto:phpgedview- tal...@li...] On Behalf Of=20 > Josef > Sent: Tuesday, April 17, 2007 1:48 PM > To: 'PGV-Talklist' > Subject: [Phpgedview-talk] automaticaly changing language > > Hi List > > Since some days I have a problem with PGV 4.0 beta 6 Version what I am > using with my web site Every time, bevore I reinstalled my home=20 > computer, all was ok but now, my basic language is German, after evera > action, the program goes automatically to the English language. > > Computer-System: Microsoft Windows XP Professional > Internet browser: mozilla firefox 2.0 > > Please, is there any one who has an idea how I can solve my problem? I > think, it is my home computer who makes the problem. > > Mit freundlichen Gr=FC=DFen > Kind Regards > > Josef Thomalla > ----------------------- > > Grasweg 17 > DE - 33415 Verl > Deutschland - Germany > > eMail: jo...@th... > > > ---------------------------------------------------------------------- > - > -- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take=20 > control of your XML. No limits. Just data. Click to get it now.=20 > 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 __________ Informacia od NOD32 2199 (20070417) __________ Tato sprava bola preverena antivirusovym systemom NOD32. http://www.eset.sk ------------------------------------------------------------------------ - 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 |