Thread: RE: [Phpgedview-talk] FW: Trying to upload a Gedcom
Brought to you by:
canajun2eh,
yalnifj
From: Hughes, M. <Mic...@Co...> - 2005-09-19 14:38:10
|
All the files are in the /var/www/html directory =20 I did a chmod 777 -R on the index, languages, media directories. =20 I am using php5.0 =20 =20 What portion of this do I use <?php error_reporting(0); ?> ? All of it or everything inside the < >, when I try to use all of at the beginning of the file admin.php which is the one with the error and I save it it screws up the format so it displays only text when you look at the page. I am not very familiar with the PHP language. =20 do I put it as the very first line and then the 2nd starts with the <?php or do I replace the <?php with the <?php error_reporting(0); ?> ?? =20 thanks Mike =20 =20 _____ =20 From: php...@li... [mailto:php...@li...] On Behalf Of Joe Tellup Sent: Monday, September 19, 2005 10:16 AM To: php...@li... Subject: RE: [Phpgedview-talk] FW: Trying to upload a Gedcom Are you sure that your index dir is writable?=20 =20 Also see this php 5.0 has problems =20 http://www.easyphpcalendar.com/forums/showthread.php?t=3D2209 -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Hughes, Michael Sent: Monday, September 19, 2005 9:57 AM To: php...@li... Subject: [Phpgedview-talk] FW: Trying to upload a Gedcom =09 =09 =20 I have installed phpgedview and setup a MySql database which just has the tables in it and no data yet. I was trying to upload the gedcom but it errors out on me telling me that its too big. The file is only 186kb large. I have increased the maxupload size in the php.ini file to 25M. =20 still not working. =20 also on the main admin page I get this error at the top Notice: Undefined variable: dir_array in /var/www/html/admin.php on line 59 =20 =20 anyone have any suggestions. Also I am not very skilled at Linux (please be gentle lol) =20 =20 thanks mike |
From: Hughes, M. <Mic...@Co...> - 2005-09-19 14:49:38
|
hmm that's going to be a little difficult for you to look at the machine is not accessible from anyone not on it yet. =20 =20 I use the url http://127.0.0.1/admin.php to get to the admin page. =20 =20 _____ =20 From: php...@li... [mailto:php...@li...] On Behalf Of Joe Tellup Sent: Monday, September 19, 2005 10:43 AM To: php...@li... Subject: RE: [Phpgedview-talk] FW: Trying to upload a Gedcom What's the url to your phpgedview site? -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Hughes, Michael Sent: Monday, September 19, 2005 10:37 AM To: php...@li... Subject: RE: [Phpgedview-talk] FW: Trying to upload a Gedcom =09 =09 All the files are in the /var/www/html directory =20 I did a chmod 777 -R on the index, languages, media directories. =20 I am using php5.0 =20 =20 What portion of this do I use <?php error_reporting(0); ?> ? All of it or everything inside the < >, when I try to use all of at the beginning of the file admin.php which is the one with the error and I save it it screws up the format so it displays only text when you look at the page. I am not very familiar with the PHP language. =20 do I put it as the very first line and then the 2nd starts with the <?php or do I replace the <?php with the <?php error_reporting(0); ?> ?? =20 thanks Mike =20 =20 _____ =20 From: php...@li... [mailto:php...@li...] On Behalf Of Joe Tellup Sent: Monday, September 19, 2005 10:16 AM To: php...@li... Subject: RE: [Phpgedview-talk] FW: Trying to upload a Gedcom =09 =09 Are you sure that your index dir is writable?=20 =20 Also see this php 5.0 has problems =20 http://www.easyphpcalendar.com/forums/showthread.php?t=3D2209 -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Hughes, Michael Sent: Monday, September 19, 2005 9:57 AM To: php...@li... Subject: [Phpgedview-talk] FW: Trying to upload a Gedcom =09 =09 =20 I have installed phpgedview and setup a MySql database which just has the tables in it and no data yet. I was trying to upload the gedcom but it errors out on me telling me that its too big. The file is only 186kb large. I have increased the maxupload size in the php.ini file to 25M. =20 still not working. =20 also on the main admin page I get this error at the top Notice: Undefined variable: dir_array in /var/www/html/admin.php on line 59 =20 =20 anyone have any suggestions. Also I am not very skilled at Linux (please be gentle lol) =20 =20 thanks mike |
From: Joe T. <jo...@te...> - 2005-09-19 14:55:24
|
I understand, I had the same problem with php 5.0 I even turned off all error reporting. Is your max execution time set high enough? I can't say for sure on a Linux box, ( I'm windows ) ( I know, sorry ) but if your php.ini is set to display all errors, error_reporting = E_ALL you might be timing out on the upload I finally gave up and went back to php 4.3.6 and have not had a problem. -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Hughes, Michael Sent: Monday, September 19, 2005 10:49 AM To: php...@li... Subject: RE: [Phpgedview-talk] FW: Trying to upload a Gedcom hmm that's going to be a little difficult for you to look at the machine is not accessible from anyone not on it yet. I use the url http://127.0.0.1/admin.php to get to the admin page. ---------------------------------------------------------------------------- -- From: php...@li... [mailto:php...@li...] On Behalf Of Joe Tellup Sent: Monday, September 19, 2005 10:43 AM To: php...@li... Subject: RE: [Phpgedview-talk] FW: Trying to upload a Gedcom What's the url to your phpgedview site? -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Hughes, Michael Sent: Monday, September 19, 2005 10:37 AM To: php...@li... Subject: RE: [Phpgedview-talk] FW: Trying to upload a Gedcom All the files are in the /var/www/html directory I did a chmod 777 -R on the index, languages, media directories. I am using php5.0 What portion of this do I use <?php error_reporting(0); ?> ? All of it or everything inside the < >, when I try to use all of at the beginning of the file admin.php which is the one with the error and I save it it screws up the format so it displays only text when you look at the page. I am not very familiar with the PHP language. do I put it as the very first line and then the 2nd starts with the <?php or do I replace the <?php with the <?php error_reporting(0); ?> ?? thanks Mike ---------------------------------------------------------------------------- From: php...@li... [mailto:php...@li...] On Behalf Of Joe Tellup Sent: Monday, September 19, 2005 10:16 AM To: php...@li... Subject: RE: [Phpgedview-talk] FW: Trying to upload a Gedcom Are you sure that your index dir is writable? Also see this php 5.0 has problems http://www.easyphpcalendar.com/forums/showthread.php?t=2209 -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Hughes, Michael Sent: Monday, September 19, 2005 9:57 AM To: php...@li... Subject: [Phpgedview-talk] FW: Trying to upload a Gedcom I have installed phpgedview and setup a MySql database which just has the tables in it and no data yet. I was trying to upload the gedcom but it errors out on me telling me that its too big. The file is only 186kb large. I have increased the maxupload size in the php.ini file to 25M. still not working. also on the main admin page I get this error at the top Notice: Undefined variable: dir_array in /var/www/html/admin.php on line 59 anyone have any suggestions. Also I am not very skilled at Linux (please be gentle lol) thanks mike |
From: John <sh...@jb...> - 2005-09-19 15:27:53
|
This is kind of off the subject, but I'm running windows (win2k adv server), Apache2 and php5. Joe, are you running IIS? or Apache? What kind of problems did you have? I was able to setup everything and run with no problems. Just courios. john On 19 Sep 2005 at 10:55, Joe Tellup wrote: > > I understand, > > I had the same problem with php 5.0 I even turned off all error > reporting. Is your max execution time set high enough? I can't say for > sure on a Linux box, ( I'm windows ) ( I know, sorry ) but if your > php.ini is set to display all errors, error_reporting = E_ALL you > might be timing out on the upload > > I finally gave up and went back to php 4.3.6 and have not had a > problem. > -----Original Message----- > From: php...@li... > [mailto:phpgedview-talk- ad...@li...]On Behalf Of > Hughes, Michael Sent: Monday, September 19, 2005 10:49 AM To: > php...@li... Subject: RE: > [Phpgedview-talk] FW: Trying to upload a Gedcom > > hmm that's going to be a little difficult for you to look at the > machine is not accessible from anyone not on it yet. > > I use the url http://127.0.0.1/admin.phpto get to the admin page. > > > > > From: php...@li... > [mailto:phpgedview-talk- ad...@li...] On Behalf Of Joe > Tellup Sent: Monday, September 19, 2005 10:43 AM To: > php...@li... Subject: RE: [Phpgedview-talk] > FW: Trying to upload a Gedcom > > What's the url to your phpgedview site? > -----Original Message----- > From: php...@li... > [mailto:phpgedview-talk- ad...@li...]On Behalf Of > Hughes, Michael Sent: Monday, September 19, 2005 10:37 AM To: > php...@li... Subject: RE: > [Phpgedview-talk] FW: Trying to upload a Gedcom > > All the files are in the /var/www/html directory > > I did a chmod 777 -R on the index, languages, media directories. > > I am using php5.0 > > What portion of this do I use <?php error_reporting(0); ?> ? All of it > or everything inside the < >, when I try to use all of at the > beginning of the file admin.php which is the one with the error and I > save it it screws up the format so it displays only text when you look > at the page. I am not very familiar with the PHP language. > > do I put it as the very first line and then the 2nd starts with the > <?php or do I replace the <?php with the <?php error_reporting(0); ?> > ?? > > thanks > Mike > > > > > From: php...@li... > [mailto:phpgedview-talk- ad...@li...] On Behalf Of Joe > Tellup Sent: Monday, September 19, 2005 10:16 AM To: > php...@li... Subject: RE: [Phpgedview-talk] > FW: Trying to upload a Gedcom > > Are you sure that your index dir is writable? > > Also see this php 5.0 has problems > > http://www.easyphpcalendar.com/forums/showthread.php?t=2209 > -----Original Message----- > From: php...@li... > [mailto:phpgedview-talk- ad...@li...]On Behalf Of > Hughes, Michael Sent: Monday, September 19, 2005 9:57 AM To: > php...@li... Subject: [Phpgedview-talk] > FW: Trying to upload a Gedcom > > > > I have installed phpgedview and setup a MySql database which just has > the tables in it and no data yet. I was trying to upload the gedcom > but it errors out on me telling me that its too big. The file is only > 186kb large. I have increased the maxupload size in the php.ini file > to 25M. > > still not working. > > also on the main admin page I get this error at the top Notice: > Undefined variable: dir_array in /var/www/html/admin.php on line 59 > > > anyone have any suggestions. Also I am not very skilled at Linux > (please be gentle lol) > > > thanks mike |
From: Joe T. <jo...@te...> - 2005-09-19 16:42:08
|
I'm running apache 2.1 PHP 4.36 and mysql 4.11 and I too have no problems now, however, when I tried to set up php 5.0 under IIS 5 I had one error after another. Most of it was a perpl cgi time out error, but some of it was undefined varable. I tried to turn off all error reporting under php but was unable to use the old command line to do so. -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of John Sent: Monday, September 19, 2005 11:27 AM To: Joe Tellup; php...@li... Subject: RE: [Phpgedview-talk] FW: Trying to upload a Gedcom This is kind of off the subject, but I'm running windows (win2k adv server), Apache2 and php5. Joe, are you running IIS? or Apache? What kind of problems did you have? I was able to setup everything and run with no problems. Just courios. john |
From: Hughes, M. <Mic...@Co...> - 2005-09-19 17:28:43
|
Ok I changed the permissions on everything again, for some reason I guess I didn't do it right the first time. Anyway that worked now and I was able to get it imported and stuff but the pictures do not show? How do I make the pictures show in the thumbnail view or otherwise. Thanks Mike |
From: Joe T. <jo...@te...> - 2005-09-19 17:44:25
|
It's your first time, it's hard to get everything right. I remember the first time I road a motorcycle... Well later for that . Let see, the media oh yes, Well assuming you have the media turned on, that is the default, you have to add a media item to each person, when you add it thee will be a box that you can check that tells gedview to use that photo as the thumbnail. -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Hughes, Michael Sent: Monday, September 19, 2005 1:28 PM To: php...@li... Subject: RE: [Phpgedview-talk] FW: Trying to upload a Gedcom Ok I changed the permissions on everything again, for some reason I guess I didn't do it right the first time. Anyway that worked now and I was able to get it imported and stuff but the pictures do not show? How do I make the pictures show in the thumbnail view or otherwise. Thanks Mike ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Phpgedview-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpgedview-talk -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.11.2/105 - Release Date: 9/19/2005 |
From: Joe T. <jo...@te...> - 2005-09-19 14:43:09
|
What's the url to your phpgedview site? -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Hughes, Michael Sent: Monday, September 19, 2005 10:37 AM To: php...@li... Subject: RE: [Phpgedview-talk] FW: Trying to upload a Gedcom All the files are in the /var/www/html directory I did a chmod 777 -R on the index, languages, media directories. I am using php5.0 What portion of this do I use <?php error_reporting(0); ?> ? All of it or everything inside the < >, when I try to use all of at the beginning of the file admin.php which is the one with the error and I save it it screws up the format so it displays only text when you look at the page. I am not very familiar with the PHP language. do I put it as the very first line and then the 2nd starts with the <?php or do I replace the <?php with the <?php error_reporting(0); ?> ?? thanks Mike ---------------------------------------------------------------------------- -- From: php...@li... [mailto:php...@li...] On Behalf Of Joe Tellup Sent: Monday, September 19, 2005 10:16 AM To: php...@li... Subject: RE: [Phpgedview-talk] FW: Trying to upload a Gedcom Are you sure that your index dir is writable? Also see this php 5.0 has problems http://www.easyphpcalendar.com/forums/showthread.php?t=2209 -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Hughes, Michael Sent: Monday, September 19, 2005 9:57 AM To: php...@li... Subject: [Phpgedview-talk] FW: Trying to upload a Gedcom I have installed phpgedview and setup a MySql database which just has the tables in it and no data yet. I was trying to upload the gedcom but it errors out on me telling me that its too big. The file is only 186kb large. I have increased the maxupload size in the php.ini file to 25M. still not working. also on the main admin page I get this error at the top Notice: Undefined variable: dir_array in /var/www/html/admin.php on line 59 anyone have any suggestions. Also I am not very skilled at Linux (please be gentle lol) thanks mike |
From: Joe T. <jo...@te...> - 2005-09-19 14:46:00
|
Also, email me directly at jo...@te... maybe I can help you out, but we won't tie up the mail list that way -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Hughes, Michael Sent: Monday, September 19, 2005 10:37 AM To: php...@li... Subject: RE: [Phpgedview-talk] FW: Trying to upload a Gedcom All the files are in the /var/www/html directory I did a chmod 777 -R on the index, languages, media directories. I am using php5.0 What portion of this do I use <?php error_reporting(0); ?> ? All of it or everything inside the < >, when I try to use all of at the beginning of the file admin.php which is the one with the error and I save it it screws up the format so it displays only text when you look at the page. I am not very familiar with the PHP language. do I put it as the very first line and then the 2nd starts with the <?php or do I replace the <?php with the <?php error_reporting(0); ?> ?? thanks Mike ---------------------------------------------------------------------------- -- From: php...@li... [mailto:php...@li...] On Behalf Of Joe Tellup Sent: Monday, September 19, 2005 10:16 AM To: php...@li... Subject: RE: [Phpgedview-talk] FW: Trying to upload a Gedcom Are you sure that your index dir is writable? Also see this php 5.0 has problems http://www.easyphpcalendar.com/forums/showthread.php?t=2209 -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Hughes, Michael Sent: Monday, September 19, 2005 9:57 AM To: php...@li... Subject: [Phpgedview-talk] FW: Trying to upload a Gedcom I have installed phpgedview and setup a MySql database which just has the tables in it and no data yet. I was trying to upload the gedcom but it errors out on me telling me that its too big. The file is only 186kb large. I have increased the maxupload size in the php.ini file to 25M. still not working. also on the main admin page I get this error at the top Notice: Undefined variable: dir_array in /var/www/html/admin.php on line 59 anyone have any suggestions. Also I am not very skilled at Linux (please be gentle lol) thanks mike |