Try uncommenting the code in qa-base.php on line 594 (the one above the eval() call). That will output the plugin code that is being executed.
Then line 79 in that code displayed will be where the error is occurring. You should then be able to match it to a plugin.
It should be possible to fix by adding
include QA_INCLUDE_DIR . 'db/metas.php';