Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
577 views
in Q2A Core by
edited by

If i want to view a question i get the error above the site: Notice: Undefined variable: value in /www/htdocs/w0090b4a/xxxxx/qa-include/qa-app-options.php on line 491

Notice: Undefined variable: value in /www/htdocs/w0090b4a/xxxxx/qa-include/qa-app-options.php on line 491

Could anyone help me?

 


Thank
EDIT: Here is the problem solved

 

by
It's just a notice, you can turn showing notices off in "php.ini" file.

1 Answer

0 votes
by

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.

...