• Resolved senatorman

    (@senatorman)


    We had a lot of attributes 10000 of more, that we can select for filtering.

    So i make a new filter and with a few filtersoptions saving works fine.
    Now i have 48 filteroptions and that is the maximum the script can save.
    When i make one more filteroption.
    The savingbutton wil not loading, so saving isn’t possible.

    When i remove two random other options, i can make two new ones, saving is working.
    But when i make another options. Saving isn’t working.

    So the script has a maximum. How can i upgrade that maximum?

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Nick McReynolds

    (@woobewoo)

    Hello @senatorman,

    It looks like the settings string is too long (utm tag), and it does not fit into the field in the database.

    You need to change the setting_data field type to MEDIUMTEXT (or LONGTEXT) in the database in the {prefix} _wpf_filters table.

    In the next versions we will add a fix for the plugin that will set this type of field automatically.

    Thread Starter senatorman

    (@senatorman)

    Hi,

    I changed to mediumtext, but still same problem.

    Also longtext isn’t working

    • This reply was modified 4 years ago by senatorman.
    Thread Starter senatorman

    (@senatorman)

    I read this topic it is possible to make different filters for diffent categories

    But i had make a new question for that.

    When that works for me, this savingproblem is solved.

    Plugin Author Nick McReynolds

    (@woobewoo)

    Hi,

    I don’t think this is a suitable solution to the problem.
    You have many categories, and manually creating a filter for each is not a good idea.
    Usually this opportunity is used by those who want to configure the filter for each category in their own way.

    Please contact our internal support team.
    We’ll check what’s wrong and will try to fix the problem.

    Thread Starter senatorman

    (@senatorman)

    The problem is when i use i long filterlist for all categories the script url is to long indeed.

    Some filteringoptions is only important for some categories, but not for all.

    Example:
    Screensize is important for “Notebooks”
    Screensize is not important for “Printers”

    So to make separate filters for different category is solving this problem, and shows only important filters at the correct category.

    • This reply was modified 4 years ago by senatorman.
    Plugin Author Nick McReynolds

    (@woobewoo)

    Hi,

    Please contact our internal support team.

    We have made a fix for you, we will give you an updated version of the plugin.

    Plugin Author Nick McReynolds

    (@woobewoo)

    Or you can wait for the official release in a week.

    Thread Starter senatorman

    (@senatorman)

    ok i’ll make contact

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Savingproblem (to many filters) Script maximum.’ is closed to new replies.