There's a bug in qa-page-user.php:
$questions=array_slice($questions, 0, 10);
should be
$questions=array_slice($questions, 0, $pagesize);
This will also be fixed in the 1.4 beta.
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.