Viewing 1 replies (of 1 total)
  • Thread Starter pronexo

    (@pronexo)

    Solved!
    I edit related.php and change line 84

    if(!isset($tags))
    for
    if(isset($tags))

    and change line 254

    $merged_searches = array_merge($searches,$searches);
    for
    $merged_searches = array_merge($searches);

    and it works!

Viewing 1 replies (of 1 total)
  • The topic ‘tags not working’ is closed to new replies.