php - Captiva Wordpress theme Error -


i'm using windows 7 operating system , have installed wordpress on localhost. i'm using xampp bundle. want create commerce site in wordpress. chose captiva theme this. however, when install captiva theme, shows following error:

warning: post content-length of 36013235 bytes exceeds limit of 8388608 bytes in unknown on line 0 sure want this?  please try again. 

what mistake? how can fix issues?

you need increase 1 of server's configuration option. can control these using .htaccess, so:

#set max post size php_value post_max_size 50m 

if not use .htaccess file, can alway set in php.ini file changing line:

post_max_size = "50m" 

unfortunatelly not posible change value ini_set


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -