Using these instructions I have upgraded my website to ver. 1.6.2.
After that I can access main page but I cannot access any of the subpages (including /admin), because I get "Internal Server Error".
Removing .htaccess does nothing.
EDIT:
You can see it here: main page is working: http://harcownik.lesni.org/
But any of the subpages not. http://harcownik.lesni.org/unanswered
When I remove the .htaccess file, I can access question pages (i.e. http://harcownik.lesni.org/7812/szukam-drużyny) but it is broken (no styling, other missing elements).
I'm using standard .htaccess file
OK, using this solution I managed to get it work. I've added a slash to the RewriteRule line in .htaccess, so I've changed 9th line from
RewriteRule ^.*$ index.php?qa-rewrite=$0&%{QUERY_STRING} [L]
to
RewriteRule ^.*$ /index.php?qa-rewrite=$0&%{QUERY_STRING} [L]
To obtain more right answer, it will be necessary to report more data.
If you use unofficial plugins, retry it after deleting all third party plugins.
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.