joomla2.5 - Warning: POST Content-Length of 20616317 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 -
i new joomla. trying upload template on joomla 2.5, keeps coming error:
warning: post content-length of 20616317 bytes exceeds limit of 8388608 bytes in unknown on line 0
i don't know go. have read max limit don't know how change or file it's in. can suggest might look?
you trying upload file 20mb, phps max accepted post-size set 8mb default. have increase 2 php variables upload_max_filesize
, post_max_size
@ least 20mb.
there several ways this:
- if have direct access server config, modify in
php.ini
directly. - if on shared hosting site, may possible change size either creating local
php.ini
, or.htaccess
flags. however, many hosters restrict increasing value. should consider documents of hoster. search variable names.
Comments
Post a Comment