Re: [wp-testers] Import Limit

2008-03-24 Thread Burhan Khalid
On Sun, Mar 23, 2008 at 3:27 PM, MichaelH [EMAIL PROTECTED] wrote: From: Burhan Khalid [EMAIL PROTECTED] After reading the code, I found out that its reading from the post_max_filesize php settings, so I just increased that and its now 20 MB. Was this WordPress code you found using

[wp-testers] Import Limit

2008-03-23 Thread Burhan Khalid
Is there a way to increase the import file size limit for wordpress xml imports? ___ wp-testers mailing list wp-testers@lists.automattic.com http://lists.automattic.com/mailman/listinfo/wp-testers

RE: [wp-testers] Import Limit

2008-03-23 Thread George Pearce
Is there a way to increase the import file size limit for wordpress xml imports? I think it's in the PHP memory limit, most hosts limit you to about 2megs, I forget the exact amount. However, if you stick the following in the .htaccess file, it should up the limiter. php_value memory_limit 50M

Re: [wp-testers] Import Limit

2008-03-23 Thread Doug Stewart
On Sun, Mar 23, 2008 at 6:12 AM, George Pearce [EMAIL PROTECTED] wrote: Is there a way to increase the import file size limit for wordpress xml imports? I think it's in the PHP memory limit, most hosts limit you to about 2megs, I forget the exact amount. However, if you stick the

RE: [wp-testers] Import Limit

2008-03-23 Thread George Pearce
I don't think that's the issue at play here. WP used to enforce an upper limit of 7MB on WXR files. I'm assuming it still holds true. Ah, I didn't realise. I thought it was just a memory limit thing.. Regards George Pearce [EMAIL PROTECTED] http://www.gpearce.co.uk

Re: [wp-testers] Import Limit

2008-03-23 Thread Burhan Khalid
On Sun, Mar 23, 2008 at 1:12 PM, George Pearce [EMAIL PROTECTED] wrote: I think it's in the PHP memory limit, most hosts limit you to about 2megs, I forget the exact amount. However, if you stick the following in the .htaccess file, it should up the limiter. php_value memory_limit 50M

Re: [wp-testers] Import Limit

2008-03-23 Thread Andrew Ozz
Burhan Khalid wrote: On Sun, Mar 23, 2008 at 1:27 PM, Doug Stewart [EMAIL PROTECTED] wrote: On Sun, Mar 23, 2008 at 6:12 AM, George Pearce [EMAIL PROTECTED] wrote: Is there a way to increase the import file size limit for wordpress xml imports? I think it's in the PHP memory limit,

Re: [wp-testers] Import Limit

2008-03-23 Thread Burhan Khalid
On Sun, Mar 23, 2008 at 1:42 PM, Andrew Ozz [EMAIL PROTECTED] wrote: Burhan Khalid wrote: On Sun, Mar 23, 2008 at 1:27 PM, Doug Stewart [EMAIL PROTECTED] wrote: On Sun, Mar 23, 2008 at 6:12 AM, George Pearce [EMAIL PROTECTED] wrote: Is there a way to increase the import file size

Re: [wp-testers] Import Limit

2008-03-23 Thread Mr. Awesome
Burhan Khalid wrote: After reading the code, I found out that its reading from the post_max_filesize php settings, so I just increased that and its now 20 MB. Jesus Christ.. .just up it to 20 gig ... What's the problem here... who using this much stuff.. what the hell going on..

Re: [wp-testers] Import Limit

2008-03-23 Thread MichaelH
From: Burhan Khalid [EMAIL PROTECTED] After reading the code, I found out that its reading from the post_max_filesize php settings, so I just increased that and its now 20 MB. Was this WordPress code you found using that setting? If so, can you point me to the place in the code you changed?

Re: [wp-testers] Import Limit

2008-03-23 Thread px
Some plugins, like the XML SiteMap plugin, arbitrarily set the Memory limit, and or upload size within their code, and can make it a pain to track down the culprit. Burhan Khalid wrote: I'm on a dedicated server and the memory limit is more than this, I'm not talking about the PHP memory