Important: FPD Support Update

As of March 1, 2025, direct support for Fancy Product Designer has been discontinued. Only customers with an active support license will continue to receive assistance. Our team is now fully dedicated to Chamevo, the next-generation product customization platform built on the foundations of FPD. For help, use the chatbot available on fancyproductdesigner.com or chamevo.com.

Increasing php.ini directives to send large amounts of data

Updated August 19, 20225,430 views3 found helpful
no thumbnail cartcart problemrequest entity too largeupload max size

Indications for this issue

  • When you add a product to the cart and the customized product is not added to the cart.
  • When you add a product to the cart and the thumbnail is not displaying.
  • When you are not receiving the customized product in the order.
  • When you trying to export a product/order and you receive an error message.


Solving the issue

You need to adjust some php.ini directives in your server configuration. If you do not know how to do that, please contact your provider, we can not do that for you.

There are 3 directives that might be increased:

 

This sets the maximum amount of memory in bytes that a script is allowed to allocate
memory_limit = 32M
 
The maximum size of an uploaded file.
upload_max_filesize = 2M
 
Sets maximum size of post data allowed. This setting also affects file upload. To upload large files, this value must be larger than upload_max_filesize
post_max_size = 3M