-
AuthorPosts
-
jpcharbonneau Friend
jpcharbonneau
- Join date:
- September 2012
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 32
- Thanked:
- 1 times in 1 posts
July 23, 2013 at 7:36 pm #189182Hi,
I would like to make sure that there is no maximum inputs set for single select element ? We have a custom field that has more than 500 options… after we have entered 330 options, we are now unable to enter anymore options?
In fact, I would like to know if there is any maximum option set for anykind of element (multiple_select, locations, category, etc).
Could you please help us with that?
Thanks in advance,
JP
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
July 24, 2013 at 4:47 am #499973Dear JP,
There is no limitation for the maximum value of input option to select list type field.
Could you show me the error message you have faced for further checking ?
Regards
1 user says Thank You to HeR0 for this useful post
jpcharbonneau Friendjpcharbonneau
- Join date:
- September 2012
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 32
- Thanked:
- 1 times in 1 posts
July 24, 2013 at 3:11 pm #500046Hi HeR0!
Thanks for your excellent support! I really appreciate.
Great news regarding no limitation for the maximum value of input option to select list type field! We have some field that will contain more than 500 values…
I have no specific error message that comes out when the issue is generated…
Here are some printscreen (x2) before and after clicking the “Add” button from options editing values:
Before:
After:
As it shown, after clicking add button, we get redirect (in the same lightbox) to the editing option values screen, but this time, in a sort of an iframe of the joomla backend…
We have entered 330 values so far for this field… Would you like to have our joomla access and ftp access to investigate more on this issue? If so, is there a way to send you those access in a private mode?
Thanks in advance!
JP
-
jpcharbonneau Friend
jpcharbonneau
- Join date:
- September 2012
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 32
- Thanked:
- 1 times in 1 posts
July 24, 2013 at 3:36 pm #500049Hi again Her0,
Just to let you know, we have had the same issue whit another field… after entering 330 value, we are now unable to add more options (values)…
Thanks ins advance,
JP
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
July 25, 2013 at 3:00 am #500077Hello,
Please pm me the cpanel info, super admin account then i can take a closer look on code line, db table and some settings.
Regards
1 user says Thank You to HeR0 for this useful post
jpcharbonneau Friendjpcharbonneau
- Join date:
- September 2012
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 32
- Thanked:
- 1 times in 1 posts
July 26, 2013 at 2:58 pm #500248Hi HeR0!
I just pm you the informations asked.
Thanks in advance!
Best,
JP
jpcharbonneau Friendjpcharbonneau
- Join date:
- September 2012
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 32
- Thanked:
- 1 times in 1 posts
July 29, 2013 at 2:07 pm #500497Hi again HeR0,
I was wondering if you had the chance to look at this issue?
We are currently stuck with the limitation of 330 values option for these 2 single select fields:
– job_code
– secteur_scianThanks in advance,
JP
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
July 30, 2013 at 9:21 am #500581Hello,
Our moderator of Job Board forum is off work today and he will check your questions tomorrow.
We really appreciate your understanding on this.
Regards
1 user says Thank You to JA Developer for this useful post
jpcharbonneau Friendjpcharbonneau
- Join date:
- September 2012
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 32
- Thanked:
- 1 times in 1 posts
July 30, 2013 at 1:55 pm #500618Hi,
Thank you for your follow up… I’ll wait for his answer tomorrow then.
Have good day,
JP
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
July 31, 2013 at 8:20 am #500733Dear JP,
The isssue on your site caused by the limitation of input post from server hosting :max_input_vars = 1000 while that form has more 1000 elements to post data. So, you should contact to server hosting provider to increase max_input_vars variable.
Please look the http://stackoverflow.com/questions/10303714/php-max-input-vars to get more info.1 user says Thank You to HeR0 for this useful post
jpcharbonneau Friendjpcharbonneau
- Join date:
- September 2012
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 32
- Thanked:
- 1 times in 1 posts
July 31, 2013 at 7:19 pm #500789Hi HeR0,
Thanks for the reply. I send an email to my server hosting provider with the details ou provided.
I’ll let you know what will be their answer.
But was wondering how could I create a new field (single or multiple select) and add it 330 options and then get stuck… because, our max_input_vars is set to 1000…
In total, we have more than 1000 options entered?
Keep in touch,
JP
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 1, 2013 at 3:13 am #500812<blockquote>In total, we have more than 1000 options entered?</blockquote>
Yes, the element input (vars) on that form = (330 * 3 + more than 10 input elements which are hidden) > 1000 . So pls ask your hosting provider to increase max_input_vars . This is the issue and and we will update performance in the future.
1 user says Thank You to HeR0 for this useful post
jpcharbonneau Friendjpcharbonneau
- Join date:
- September 2012
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 32
- Thanked:
- 1 times in 1 posts
August 1, 2013 at 2:08 pm #500911Hi HeR0!
You we’re right on! After my server hosting provider increased the max_input_vars, I had back the possibility to enter more options!
Good job!
Man thanks!
JP
-
AuthorPosts
Viewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 3 voices, and was last updated by jpcharbonneau 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum