• Hi,

    The site I’m working suddenly generated a function.implode after working for several weeks with no problems. I deactivated plugins (including the one it’s referencing) to no avail. This site has to launch tomorrow – please help! 🙂 Anyone have an idea on how to fix this? THANKS!

    Warning: implode() [
    function.implode
    ]: Invalid arguments passed in /home/content/43/3612843/html/ggotwordpress/wp-content/plugins/previous-and-next-post-in-same-taxonomy/previous-and-next-post-in-same-taxonomy.php on line 68

    Line 68 of code referenced:
    $join .= " AND tt.taxonomy = '$taxonomy' AND tt.term_id IN (" . implode(',', $cat_array) . ")";

    Here’s one of the pages (there are several) of the site that it’s affecting:
    http://mariesakathryndale.com/ggotwordpress/projects/argentina-gallery/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    Try removing the plugin previous-and-next-post-in-same-taxonomy from the plugins folder by using FTP or whatever file management application your host provides.

    Thread Starter MKDale

    (@mkdale)

    Seems like the obvious bit, right? But when I tried that it completely disabled the galleries and gave me a different error message. Any ideas?

    Moderator keesiemeijer

    (@keesiemeijer)

    Did you use any of the functions from that plugin: http://wordpress.org/extend/plugins/previous-and-next-post-in-same-taxonomy/ ?
    be_get_adjacent_post() maybe?
    If so, remove them from your theme’s template files before removing the plugin.

    Thread Starter MKDale

    (@mkdale)

    Ok, I found be_get_previous_post() in the single-projects.php template page and just completely removed the buttons for now. It’ll have to be a temporary fix but at least it’s working with no error messages. Phew!

    Thanks so much for your help, keesiemeijer!!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Help! No clue on Function Implode!’ is closed to new replies.