Invalid Token, in view=product task=apply
I can't save/update one product.
I think I found the cause. The product had 23 graphics added. After deleting one graphic, the product can be saved
IN PHP post_max_size=40M solves this problem
Set "max_input_vars=25000" in php.ini. Then restart the server.
Yes, you are right - this limit solves this problem.
Virtuemart should have an internal over limit check.
The user should get an understandable error message. Just like Joomla, it informs about the exceeded size of the uploaded file to the server.