The script run in vb 4.0 beta 4, but with the Automatic Similar Thread Search activated i get this error:
Fatal error: Call to undefined function fetch_similar_threads() in gateway.php on line 547
Here below the line 547 or gateway.php
Code:
require_once(MY_DIR . '/includes/functions_search.php');
$similarthreads = fetch_similar_threads($subject);
Function fetch_similar_threads isn't included or has changed in the 4.0 vb version of /includes/functions_search.php
Please can someone tell how to correct this error?