Recent Topics

1 Sep 27, 2007 20:48    

My b2evolution Version: Not Entered

i went to

goto Backoffice (login as Amin), hit App settings -> Files and change 'Maximum allowed filesize'. , but i can't put more than 2000kb, i have 10 mb in my file php.ini what i can do?

2 Sep 27, 2007 21:00

Upload them by FTP instead...?

jj.

3 Sep 27, 2007 23:12

Hi gloria,

Crack open ../blogs/conf/_advanced.php and find near line 529:

/**
 * Admin can configure max file upload size, but he won't be able to set it higher 
 * than this "max max" value.
 */
$upload_maxmaxkb = 2048;


Change this value and save / upload the file.

Good luck

4 Sep 28, 2007 01:59

Hmmm ... I'd think twice before uploading files (assume image files) larger that 2MB ... that's a LOT of image data!

That's 100X bigger than many of the files we upload (20k) and 50X bigger than the majority (<50k). I usually try to keep image data between 20-50kb, unless it's something very special or very large.

Sure hope I don't visit your site on dial-up.

5 Oct 01, 2007 22:52

i need upload files in pdf but larger than 2mb, i made changes in blogs.conf/_advances.php
PHP:
/**
* Admin can configure max file upload size, but he won't be able to set it higher
* than this "max max" value.
*/
$upload_maxmaxkb = 2048;
is ik in option file but en upload i cant

*edit*
turned yer caps lock off for you :|

6 Oct 01, 2007 23:18

$upload_maxmaxkb, to match your php.ini you'd need to change it to 10,240 ish

¥


Form is loading...