php - Uncaught SoapFault exception: HTTP Request Entity Too Large -


i have wordpress site woocommerce , fedex plugin, works fine except large orders error below:

fatal error: uncaught soapfault exception: [http] request entity large in /html/wp-content/plugins/synmedia-woocommerce-shipping- fedex/classes/class-syn-shipping-fedex.php:588  stack trace: #0  [internal function]: soapclient->__dorequest('<?xml version="...',  'https://wsbeta....', 'http://fedex.co...', 1, 0) #1 /html/wp-content /plugins/synmedia-woocommerce-shipping-fedex/classes/class- syn-shipping-fedex.php(588):  soapclient->__call('getrates', array) #2 /html/wp-content/plugins /synmedia-woocommerce-shipping-fedex/classes/class-syn-shipping- fedex.php(588): soapclient->getrates(array) #3 /html/wp-content/plugins /synmedia-woocommerce-shipping-fedex/syn-shipping/class-syn-shipping- method.php(101): syn_shipping_fedex->get_shipping_request(array) #4  /html/wp-conten in /html/wp-content/plugins/synmedia-woocommerce- shipping-fedex/classes/class-syn-shipping-fedex.php on line 588 

i have changed following values in php.ini file:

  • max_file_uploads = 50
  • memory_limit = 256m
  • upload_max_filesize = 256m
  • post_max_size = 256m
  • max_execution_time = 300

and still not working, appreciate more ideas can't figure out why erroring.

check phpinfo see limits set server-side. if you're using shared provider it's highly limiting size of post. i've noticed woo plugins have issue low memory limits.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -