Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Michael Fellmeth

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Michael Fellmeth in reply to:
    S&F Form Not Saving Added Options
    #25901

    Cool, Ross. Looking forward to testing out 2.0 in next few weeks on our Dev Server. Re meta data synching, here whenever I can be of help.

    Best,
    Michael

    Michael Fellmeth in reply to:
    S&F Form Not Saving Added Options
    #25801

    Ross, saving problem solved. It did indeed turn out to default max_input_vars = 1000 setting at the host. This was easily overridden by adding max_input_vars = 25000 to my .user.ini file, and we’re now golden, additions will save. Thought you should know in case anyone else encounters same issue.

    Again, if I can be of any help with the new plugin and use of large number of entries with it, hit me up.

    Thanks,
    Michael

    Michael Fellmeth in reply to:
    S&F Form Not Saving Added Options
    #25773

    Ross, further to above, if you add ability to build a query for synching, that would be a pretty neat and flexible solution. I don’t know exactly what that would look like in a GUI, but if you had the control to build SQL statements somehow, then you could synch exactly what you need.

    Also, please make synching an additional option, not a replacement for manual addition. For example, the top two fields in Filter Plays are heavily populated, and synching would be a huge help. But all the other fields have only a small handful of entries, and typing those in is just way easier.

    Michael Fellmeth in reply to:
    S&F Form Not Saving Added Options
    #25771

    Hi Ross,

    A developer friend of mine just sent me following: “Hmm.. it appears the problem is caused by a server environment (php) variable called max_input_vars which by default is set to 1000. But you have lots more within a POST call for this particular form. You should get in touch with the server admin on a way to increase, most probably through a local php.ini config file. Make it like 10000 which should fix the issue.”

    So I will look into this today.

    Re your desire to better understand why we’re totally overpopulating your plugin :), I think a picture is worth 1,000 words, and the best way is to go and look at how it’s being used on the site here: http://www.broadwayplaypub.com/catalog/plays/

    There’s simply no better way than your filter to dynamically allow a customer to filter through our “products” to find what will suit their needs, and autocomplete certainly plays a big role in making the filtering process for them quicker than having to scroll and scroll to get to a filter criterion.

    I applaud the synching with Post Meta. That would save me having to make manual additions all the time, which I hate doing. But as with everything automated, you lose flexibility. So I would say to pay special attention to ways that data can be excluded. That’s where a lot of people will run into problems. There needs to be ways to filter on/limit what data gets selected to populate.

    Happy to help you in any way I can, just let me know. Now off to try and change the max_input_vars and see what’s what!

    Best,
    Michael

    Michael Fellmeth in reply to:
    S&F Form Not Saving Added Options
    #25674

    Hi Ross,

    Sorry for delay in responding. Was waiting for a developer to finish some custom work on Staging. I’ve now enabled WP_DEBUG and WP_DEBUG_LOG in wp-config.php.

    Using Query Monitor I can see following, but I’m not sure what exactly is overriding user.ini. Even so 600 and 256 should be sufficient, shouldn’t they?
    max_execution_time 600
    Overridden at runtime from 1000
    memory_limit 256M
    Overridden at runtime from 512M

    Query Monitor also reports two PHP errors, as follows, but I can’t imagine they’re the cause here:
    Undefined index: operator
    wp-content/plugins/search-filter-pro/admin/views/fields/post-type.php:109
    wp-content/plugins/search-filter-pro/admin/views/fields/post-type.php:110

    Lastly, I see this in Query Monitor:
    UPDATE wp_postmeta
    SET meta_value = ‘1443077345:10’
    WHERE post_id = 176
    AND meta_key = ‘_edit_lock’

    I’m perplexed by the set meta_value line. What is that? Shouldn’t the meta_value be the full string that I’ve been copying and pasting from Dev to Prod?

    Still baffled.

    Thanks,
    Michael

    Michael Fellmeth in reply to:
    S&F Form Not Saving Added Options
    #25233
    This reply has been marked as private.
    Michael Fellmeth in reply to:
    S&F Form Not Saving Added Options
    #25232

    Hi Ross,

    Thanks for the suggestion. I set user.ini settings on both Staging and Production to following:

    memory_limit = 500M
    upload_max_filesize = 500M
    post_max_size = 1000M
    max_execution_time = 1000
    max_input_time = -1

    But no luck, the problem persists. Do you have any other ideas? At this point, I’m having to update the form on local Dev, and copy the field data from MySql into the Production MySql DB. This is, I think it’s fair to say, not an ideal solution. Will give you credentials in next private post if you could find time to take a look.

    Thanks,
    Michael

    Michael Fellmeth in reply to:
    Little Help with Ajax Results Display
    #10957

    Hi Ross, sorry for great delay in responding, I’ve been working nonstop on the new site. I’ll switch over to email now.

    Michael Fellmeth in reply to:
    Little Help with Ajax Results Display
    #9983
    This reply has been marked as private.
    Michael Fellmeth in reply to:
    Little Help with Ajax Results Display
    #9715

    Just to elaborate further on 1), I have continued working on the settings and am now returning to original results when I select back to “All Genres,” but URL shows as:
    http://test.broadwayplaypub.dev/the-plays/undefined

    That undefined does not seem right, right?

Viewing 10 posts - 1 through 10 (of 10 total)