Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author zaus

    (@zaus)

    Hm…there shouldn’t be, although because it’s storing the configuration in a single wp_settings field there may be a practical limit you’re hitting. Is the problem with the UI (add rows) or once you save it?

    Thread Starter prock13

    (@prock13)

    I’m not sure that it’s the UI because it allows us to enter more than 25 items through the UI but once we save it discards anything above the 25.

    Thread Starter prock13

    (@prock13)

    It seemed to be an intermittent issue so we deleted all the services and added one with all the fields and that allowed us to get past 25…

    Plugin Author zaus

    (@zaus)

    Weird. I think it’s the MySQL limit on the size of an entry in wp_options; deleting all the other services may have opened up enough room to save the ‘extra’ fields.

    I have been meaning to rewrite how it stores the service details (separate entries or a custom post type), which should solve this issue (if I have time to get to it).

    Please let me know if it keeps happening; otherwise can you mark it as resolved?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Field Mapping Limit’ is closed to new replies.