Jump to content

Configurable Options


skateordie

Recommended Posts

  • 1 month later...

Hello,

 

I have hit this problem too. I can only add 15 diifferent configurable options to a product, then it no longer lets me add any.

 

I have a ticket in regarding this, so hopefully if it is a bug it will be resolved quickly. I have many products with more than 20 configurable options and without this I too am stuck.

Link to comment
Share on other sites

For any others that are having this issue, you may want to check to see if you have Suhosin in PHP. That is what was causing my issues. Suhosin's default POST limits are too low to allow for large POST's.

 

I added configuration for the post limits set by suhosin and it got past the problem for me. All problems have cleared up with that tweak.

 

FYI, these are the variables to configure with Suhosin in your php.ini:

 

suhosin.post.max_array_depth =

suhosin.post.max_array_index_length =

suhosin.post.max_totalname_length =

suhosin.post.max_value_length =

suhosin.post.max_vars =

 

Some experimentation may be in order so that you get the form to correctly post. Good luck.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated