*

Nagy Csaba

  • ***
  • 70 posts
Hi all
« on: October 24, 2021, 06:50:10 PM »
I got a problem white the cusom fields option
i have 12 main and 2888 sub categories in total and when i tray to setup cusutom field it only saves the first 10-12 categories depending on the order of the categories
 
is ther a field in php wher i can setup field limit?
or is a bug in my end
« Last Edit: October 24, 2021, 06:52:34 PM by Nagy Csaba »

*

MB Themes

Re: Hi all
« Reply #1 on: October 24, 2021, 09:22:55 PM »
Anything above 500 categories at all is too much.
Try to increase php max inputs i.e to 15k
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Nagy Csaba

  • ***
  • 70 posts
Re: Hi all
« Reply #2 on: October 24, 2021, 09:36:02 PM »
so this is php memory  problem not php limitation in some file ?
im on vps



Anything above 500 categories at all is too much.
Try to increase php max inputs i.e to 15k

*

MB Themes

Re: Hi all
« Reply #3 on: October 24, 2021, 10:11:34 PM »
End users will not experience issue with many categories, until you show them all somewhere
Problem is usually in backoffice.
Anyway you looks to be far bellow your limits...

Issue is in max inputs those can be part of one form. In your case 1 category = 1 input, so at least 5k should be good.
« Last Edit: October 24, 2021, 10:13:09 PM by MB Themes »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots