Parse error: syntax error, unexpected $end in C:\xampp\htdocs\qa-plugin\ask-box-widget\qa-ask-box.php on line 100
Installing Q2A 1.4 developer preview in localhost
As suggested by spawnua, this is probably due to the use of short open tags. You can fix it by replacing:
<? with <?php
... and ...
<?= with <?php echo
Sorry about that - they slipped through in the developer release.
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.