News:

Looking for documentation? Take a look on our wiki

Main Menu

Invalid Token error when saving lots of children item

Started by maestroc, July 11, 2020, 02:12:50 AM

Previous topic - Next topic

maestroc

We have a few items with lots of children.  This one in particular has 119 children connected to it.  When we try to change the price on it it does not save and we get:

Invalid Token, in view=product task=apply

Please see the video below for a run through of the process including error message and debug info.  I installed Token Interceptor and turned on debug but am not seeing anything useful.

https://drive.google.com/file/d/1JPmN0bzKtNnAdWkofuHtc7JmD0HFNbwP/view

pinochico

I think that all products when saved are embedded in the URL and it is longer than it can be.
Try fewer products
www.minijoomla.org  - new portal for Joomla!, Virtuemart and other extensions
XML Easy Feeder - feeds for FB, GMC,.. from products, categories, orders, users, articles, acymailing subscribers and database table
Virtuemart Email Manager - customs email templates
Import products for Virtuemart - from CSV and XML
Rich Snippets - Google Structured Data
VirtueMart Products Extended - Slider with products, show Others bought, Products by CF ID and others filtering products

GJC Web Design

try increasing your php max_input_vars & max_execution_time settings
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

maestroc

Thank you!  increasing those variables in my php.ini fixed it!