Thread: RE: [Phpgedview-talk] Gedcom
Brought to you by:
canajun2eh,
yalnifj
From: John F. <Joh...@by...> - 2004-05-25 16:17:44
|
Hi Laurent, The size of the gedcom that you can upload is determined by your web = server host. Most hosts limit the upload size to 2Mb. You can still = add your gedcom though. FTP your gedcom to a location on the server. = Then use the "Add Gedcom" link from the Manage Gedcoms administration = area. Type in the path where you uploaded the gedcom in the provided = form. Then you will be able to continue importing the gedcom. --John =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D John Finlay PhpGedView Project Manager http://www.phpgedview.net =20 ya...@us... =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > -----Original Message----- > From: php...@li...=20 > [mailto:php...@li...] On=20 > Behalf Of Laurent Protois > Sent: Tuesday, May 25, 2004 6:29 AM > To: php...@li... > Subject: [Phpgedview-talk] Gedcom >=20 >=20 > Hi, >=20 > I'm newbie and appreciate phpGedview=20 > i have just a little question. > As i load a gedcom (3,2Mo) phpgedview crash > saying my gedcom is too big ??? >=20 > Is there a limit about the size of a gedcom to load ? >=20 > thanks >=20 > Laurent Protois >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market...=20 > Oracle 10g.=20 > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3D3149&alloc_id=3D8166&op=3Dclick > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk >=20 |
From: John F. <Joh...@by...> - 2004-05-26 18:35:56
|
Take a look at the PHP manual about this function here: http://us3.php.net/manual/en/function.utf8-encode.php and http://us3.php.net/manual/en/ref.xml.php Here is a clipping from the above web pages. --- START CLIPPING --- Installation These functions are enabled by default, using the bundled expat library. You can disable XML support with --disable-xml. If you compile PHP as a module for Apache 1.3.9 or later, PHP will automatically use the bundled expat library from Apache. In order you don't want to use the bundled expat library configure PHP --with-expat-dir=3DDIR, where DIR should = point to the base installation directory of expat.=20 The windows version of PHP has built in support for this extension. You do not need to load any additional extension in order to use these functions. --- END CLIPPING --- You will probably either need to recompile PHP or upgrade to a newer version of PHP. =20 You can skip the option to convert your gedcom to UTF-8 though, by converting it manually before uploading it. You can use the windows notepad to do this. Open your ged file in notepad and then choose the save as option and select UTF-8 as the encoding. Also change the 1 CHAR ANSI line in your gedcom file to 1 CHAR UTF-8 --John -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Laurent Protois Sent: Wednesday, May 26, 2004 7:51 AM To: php...@li... Subject: Re: [Phpgedview-talk] Gedcom thanks for all, upload_max_filesize solve my gedcom size problem, but now comes another ;-) i install php-iconv and php-decode package and still crash with : Fatal error: Call to undefined function: utf8_encode() in /usr/local/www/phpGedView/functions_tools.php on line 233 when i try to convert an ANSEL(ANSI) gedcom into UTF-8. where is that function, please : utf8_encode() Laurent ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3D3149&alloc_id=3D8166&op=3Dclick _______________________________________________ Phpgedview-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpgedview-talk |
From: Laurent P. <pr...@en...> - 2004-05-25 16:28:52
|
Le mar 25/05/2004 =E0 18:17, John Finlay a =E9crit : > Hi Laurent, >=20 > The size of the gedcom that you can upload is determined by your web se= rver host. Most hosts limit the upload size to 2Mb. You can still add y= our gedcom though. FTP your gedcom to a location on the server. Then us= e the "Add Gedcom" link from the Manage Gedcoms administration area. Typ= e in the path where you uploaded the gedcom in the provided form. Then y= ou will be able to continue importing the gedcom. >=20 > --John Thanks john, but all is on my localhost,=20 apache and mysql, so i don't know where's this limit on my httpd config. Laurent |
From: Xavier P. <xav...@bl...> - 2004-05-25 16:49:08
|
Hi Laurent, Your limit might be in you php.ini file The entry should be something like 'upload_max_filesize' Regards Xavier Laurent Protois wrote: > Le mar 25/05/2004 à 18:17, John Finlay a écrit : > >>Hi Laurent, >> >>The size of the gedcom that you can upload is determined by your web server host. Most hosts limit the upload size to 2Mb. You can still add your gedcom though. FTP your gedcom to a location on the server. Then use the "Add Gedcom" link from the Manage Gedcoms administration area. Type in the path where you uploaded the gedcom in the provided form. Then you will be able to continue importing the gedcom. >> >>--John > > Thanks john, > > but all is on my localhost, > apache and mysql, > so i don't know where's this limit on my httpd config. > > Laurent > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id149&alloc_id?66&op=click > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > -- ________________________________________ Xavier PERRIN - xav...@bl... |
From: Len L. <llu...@in...> - 2004-05-25 19:52:12
|
The=20problem=20may=20be=20an=20assigned=20resource=20or=20time=20out=20pr= oblem. in I=20am=20using=20a=2030meg=20gedcom=20file.=20I=20set=20the=20time=20to=20= "0"=20=20which=20means=20forever=20and=20 was=20able=20to=20run=20the=20add=20gedcom=20command=20=20for=2030min. the=20size=20resource=20is=20in=20the=20php.ini=20in=20your=20php=20sundir= ectory there=20is=20a=20time=20one=20there=20also,=20but=20the=20one=20in=20the=20= PGV=20config=20file=20over=20wrtites=20it your=20server/subdirectoer/editconfig.php,=20last=202=20entries. the=20the=20one=20in=20the=20php.ini=20is: ;;;;;;;;;;;;;;;;;;; ;=20Resource=20Limits=20; ;;;;;;;;;;;;;;;;;;; max_execution_time=20=3D=2060=20=20=20=20=20;=20Maximum=20execution=20time= =20of=20each=20script,=20in=20seconds max_input_time=20=3D=2060=09;=20Maximum=20amount=20of=20time=20each=20scri= pt=20may=20spend=20parsing=20 request=20data memory_limit=20=3D=20750M=20=20=20=20=20=20;=20Maximum=20amount=20of=20mem= ory=20a=20script=20may=20consume=20) On=20Tue,=2025=20May=202004=2018:48:57=20+0200,=20Xavier=20PERRIN=20wrote:= >Hi=20Laurent, > >Your=20limit=20might=20be=20in=20you=20php.ini=20file >The=20entry=20should=20be=20something=20like=20'upload_max_filesize' > >Regards > >Xavier > >Laurent=20Protois=20wrote: >>=20Le=20mar=2025/05/2004=20=85=2018:17,=20John=20Finlay=20a=20=82crit=20= : >>=20 >>>Hi=20Laurent, >>> >>>The=20size=20of=20the=20gedcom=20that=20you=20can=20upload=20is=20deter= mined=20by=20your=20web=20server=20 host.=20=20Most=20hosts=20limit=20the=20upload=20size=20to=202Mb.=20=20You= =20can=20still=20add=20your=20gedcom=20 though.=20=20FTP=20your=20gedcom=20to=20a=20location=20on=20the=20server.=20= =20Then=20use=20the=20"Add=20 Gedcom"=20link=20from=20the=20Manage=20Gedcoms=20administration=20area.=20= =20Type=20in=20the=20path=20 where=20you=20uploaded=20the=20gedcom=20in=20the=20provided=20form.=20=20T= hen=20you=20will=20be=20able=20to=20 continue=20importing=20the=20gedcom. >>> >>>--John >>=20 >>=20Thanks=20john, >>=20 >>=20but=20all=20is=20on=20my=20localhost,=20 >>=20apache=20and=20mysql, >>=20so=20i=20don't=20know=20where's=20this=20limit=20on=20my=20httpd=20co= nfig. >>=20 >>=20Laurent >>=20 >>=20 >>=20 >>=20------------------------------------------------------- >>=20This=20SF.Net=20email=20is=20sponsored=20by:=20Oracle=2010g >>=20Get=20certified=20on=20the=20hottest=20thing=20ever=20to=20hit=20the=20= market...=20Oracle=2010g.=20 >>=20Take=20an=20Oracle=2010g=20class=20now,=20and=20we'll=20give=20you=20= the=20exam=20FREE. >>=20http://ads.osdn.com/?ad_id149&alloc_id?66&op=3Dclick >>=20_______________________________________________ >>=20Phpgedview-talk=20mailing=20list >>=20P...@li... >>=20https://lists.sourceforge.net/lists/listinfo/phpgedview-talk >>=20 > >--=20 > >________________________________________ >Xavier=20PERRIN=20-=20x...@bl... > > >------------------------------------------------------- >This=20SF.Net=20email=20is=20sponsored=20by:=20Oracle=2010g >Get=20certified=20on=20the=20hottest=20thing=20ever=20to=20hit=20the=20ma= rket...=20Oracle=2010g.=20 >Take=20an=20Oracle=2010g=20class=20now,=20and=20we'll=20give=20you=20the=20= exam=20FREE. >http://ads.osdn.com/?ad_id=3D3149&alloc_id=3D8166&op=3Dclick >_______________________________________________ >Phpgedview-talk=20mailing=20list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phpgedview-talk Len e-mail=20->=20l...@in... Web=20Page=20=20http://thelundgrens.us All=20Electronic=20Equipment=20runs=20on=20Smoke=20.=20.=20.=20When=20the=20= Smoke=20leaks=20out,=20it=20quits. |
From: Laurent P. <pr...@en...> - 2004-05-26 13:47:34
|
thanks for all, upload_max_filesize solve my gedcom size problem, but now comes another ;-) i install php-iconv and php-decode package and still crash with : Fatal error: Call to undefined function: utf8_encode() in /usr/local/www/phpGedView/functions_tools.php on line 233 when i try to convert an ANSEL(ANSI) gedcom into UTF-8. where is that function, please : utf8_encode() Laurent |