Forums Forums Search & Filter Pro Plugin not properly activating and no parameters transmitted

Viewing 10 posts - 1 through 10 (of 10 total)
  • Anonymous
    #211175

    So I tried to activate S&F, this was the message I got on activation:

    Das Plugin erzeugte 1417 Zeichen mit unerwarteter Ausgabe während der Aktivierung. Wenn Sie „headers already sent“-Hinweise, Probleme mit Syndication-Feeds oder andere Probleme bemerken, versuchen Sie, dieses Plugin zu deaktivieren oder zu entfernen.

    which roughly translates to “The plugin produced 1417 characters of unexpected output. If you notice „headers already sent“-hints, problems with syndication-feeds or other problems try to deactivate this plugin or remove it.

     

    Additionally, I get this error:

    Search & Filter Error: The caching tables are missing – click here to create them

    Which leads me to this error:

    WordPress-Datenbank-Fehler: [Index column size too large. The maximum column size is 767 bytes.]
    CREATE TABLE wp_search_filter_cache ( id bigint(20) NOT NULL AUTO_INCREMENT, post_id bigint(20) NOT NULL, post_parent_id bigint(20) NOT NULL, field_name varchar(255) NOT NULL, field_value varchar(255) NOT NULL, field_value_num bigint(20) NULL, field_parent_num bigint(20) NULL, term_parent_id bigint(20) NULL, PRIMARY KEY (id), KEY field_name_index (field_name), KEY field_value_index (field_value), KEY field_value_num_index (field_value_num) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci

    WordPress-Datenbank-Fehler: [Index column size too large. The maximum column size is 767 bytes.]
    CREATE TABLE wp_search_filter_term_results ( id bigint(20) NOT NULL AUTO_INCREMENT, field_name varchar(255) NOT NULL, field_value varchar(255) NOT NULL, field_value_num bigint(20) NULL, result_ids mediumtext NOT NULL, PRIMARY KEY (id), KEY field_name_index (field_name), KEY field_value_index (field_value), KEY field_value_num_index (field_value) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci

     

    Finally, after creating the tables manually (with an additional ROW_FORMAT=DYNAMIC) and creating a form that should output via shortcode this doesn’t work either.

    Every time I enter something, everything loads properly with the exception of passing the parameters. I can manually append _sf_s=test and it works, just not via the form (ajax or not).

    I tried deactivating all other plugins, same problem.

    Trevor
    #211178
    This reply has been marked as private.
    Anonymous
    #211181
    This reply has been marked as private.
    Anonymous
    #211236

    I just tried to set it up as archive since I make the theme anyways and I get this error:

    Notice: Array to string conversion in /www/wp-includes/general-template.php on line 150

    Trevor
    #211285
    This reply has been marked as private.
    Anonymous
    #211287
    This reply has been marked as private.
    Trevor
    #211291
    This reply has been marked as private.
    Anonymous
    #211293
    This reply has been marked as private.
    Trevor
    #211297

    I think I see the problem.

    Something is injecting a wrapper around the field objects in the form:

    https://www.screencast.com/t/CkxIrJbTnZ

    This is not being done with JavaScript, as this is also in the Page Source:

    <div class="wrapper wrapper-ul">

    Anonymous
    #211299

    Ahhh, yes, that is a filter I apply, I did not know that the js needed a rigid structure… Now it works properly, many thanks!

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