here’s a fix.
you might be able to edit the file directly using the wp admin. (plugins->editor)
https://www.nafzinger.com/2017/11/03/solved-warning-parameter-2-expected-reference/
basically replace:
public function query_posts_join($join, &$wp_query)
with:
public function query_posts_join($join, $wp_query)