Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43484
    Anonymous
    Inactive

    I’ve tried this with both #_EVENTFUL_FILTER_CATS & #_FILTER_CATS

    My setting have the format as: #_EVENTFUL_FILTER_CATS

    You can see the page:

    http://www.studio3arts.com/theater/smokey-joes-theater-production/smokey-joes-schedule/

    When I clicked Submit to try to filter, I got this error:

    Warning: rawurlencode() expects parameter 1 to be string, array given in /home/studio3a/public_html/wp-content/plugins/events-manager-extended/eme_events.php on line 927

    $item was an array, so I changed the line to read:

    $this_page_url.=$joiner.rawurlencode($key).”=”.rawurlencode($item[0]);

    I checked the output of the array and it only had one index, but I’m not sure if this is always the case. I’m still using 3.3.5 on this site. (Haven’t had time to upgrade yet)

    /Wendy

    #48576
    Anonymous
    Inactive

    Just checked with lastest version – still a problem (although I think it’s line 1007 now).

    #48577
    Franky
    Keymaster
    #48578
    Anonymous
    Inactive

    WORKS!!!

    Thanks, Franky!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top