Q2A updated to version 1.7. Now, this message appears when you view the issue.
site: alifaq.ru
Does the notice disappear if you change any particular options? The issue isn't occurring for me. You should be able to fix the issue for now by putting an @ before the second $fields['when']['data'] on line 603. UPDATE: I managed to reproduce the issue - it was happening when the 'show age of posts' option was turned off. I've now fixed it in the dev branch on Github, which will be rolled into 1.7.1.
I do not know how to fix correct. However, error (notice) may be avoided by changing below.
qa-include/app/format.php (L602)
Before:
elseif ($microformats) { // quick fix for incorrect microformats (missing 'updated' class)
elseif (isset($fields['when']['data']) && $microformats) { // quick fix for incorrect microformats (missing 'updated' class)
Probably, it is bug of V1.7.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.