skateordie Posted February 17, 2008 Share Posted February 17, 2008 Is there a limit on these because it just stopped taking them and is getting me a little frustrated. 0 Quote Link to comment Share on other sites More sharing options...
skateordie Posted February 18, 2008 Author Share Posted February 18, 2008 sorry for spamming but i really need to know the answer to this need to finish making my packages but i can't due to the issue of it not adding anymore config options. thanks =] 0 Quote Link to comment Share on other sites More sharing options...
michael_s Posted March 23, 2008 Share Posted March 23, 2008 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. 0 Quote Link to comment Share on other sites More sharing options...
michael_s Posted March 23, 2008 Share Posted March 23, 2008 Just an update, I can reproduce this, so I think it is a real bug. I add 15 or 16 configurable options, and upon updating, or trying to add more, the last one configured gets set to 0 and moved to the top of the order. Maddening! 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted March 23, 2008 WHMCS CEO Share Posted March 23, 2008 Yes, this has been confirmed as an issue. It's reaching the browser form post size limit. It has been addressed in V3.6 with a new way to add the options. Matt 0 Quote Link to comment Share on other sites More sharing options...
michael_s Posted March 23, 2008 Share Posted March 23, 2008 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. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.