VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: jooomlaa on September 27, 2013, 09:11:33 AM

Title: Adding additional custom field option #58 get "invalid token save" (limitation?)
Post by: jooomlaa on September 27, 2013, 09:11:33 AM
Hi,
I create a product and a custom field. I added 57 options for this custom field in the product. If i want add the 58th option i get a blank white page with "invalid token save"-error.
Is there any limitation of the amount of option for custom fields or why i get this error?

If i delete the 57th item i can create the 57th item without problems, but not a 58th.
Title: Re: Adding additional custom field option #58 get "invalid token save" (limitation?)
Post by: Maxim Pishnyak on September 29, 2013, 21:17:54 PM
Yes, limitation exist as the ways to move around it. Challenge forum search button.
Title: Re: Adding additional custom field option #58 get "invalid token save" (limitation?)
Post by: jooomlaa on September 30, 2013, 08:53:41 AM
@Maxim
I had used the search function before submitting my post. Maybe I used the wrong keywords in my helplessness. Now I had reminded me of the solution, because I had this solved for JCE-profile-saving before. http://www.media-web.de/knowledgebase/joomla-und-erweiterungen/179-jce-profil%C3%A4nderungen-lassen-sich-nicht-speichern.html?hitcount=0 (http://www.media-web.de/knowledgebase/joomla-und-erweiterungen/179-jce-profil%C3%A4nderungen-lassen-sich-nicht-speichern.html?hitcount=0)

Adding in .htaccess:
php_value suhosin.post.max_vars 1000
php_value suhosin.request.max_vars 1000

Or in php.ini:
[suhosin]
suhosin.request.max_vars = 1000
suhosin.post.max_vars = 1000
Title: Re: Adding additional custom field option #58 get "invalid token save" (limitation?)
Post by: Maxim Pishnyak on October 03, 2013, 15:42:49 PM
Thank you for sharing.