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.
Yes, limitation exist as the ways to move around it. Challenge forum search button.
@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
Thank you for sharing.