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