Alright, in qa-history-layer.php I replaced $anchor with null and the error disappeard:
change line 287:
$activity_url = qa_path_html(qa_q_request($params['postid'], $post['title']), null, qa_opt('site_url'),null,$anchor);
to:
$activity_url = qa_path_html(qa_q_request($params['postid'], $post['title']), null, qa_opt('site_url'),null,null);
Hope that helps.