RE: [Phpgedview-talk] FW: Trying to upload a Gedcom
Brought to you by:
canajun2eh,
yalnifj
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 |