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