I'm guessing this could be something to do with no captcha modules being installed?If so it can be fixed by adding the following in qa-app-options.php:
else $value='';
... after ...
$value=reset($captchamodules);
This fix will be rolled into Q2A 1.5.3.