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

PHP Notice:  Undefined index: title in /home/soyo/public_html/qa-include/util/sort.php on line 50

verson 1.7.3

1 Answer

0 votes
by
Where are you getting the notice, what page?

I'm pretty sure it's from a plugin. The notice would occur if you call qa_sort_by with 'title' as the key, but that does not occur within Q2A itself.
by
i change it define('QA_ALLOW_UNINDEXED_QUERIES', true); on qa-config.php
after that error generate on error_log
by
Do you know what page or action triggers the notice? I'm not able to reproduce the issue. As I said I think it's most likely a plugin - what plugins are you using?
by
And what plugins are you using? Do any of them use the function "qa_sort_by"?
...