I've followed the Djapian tutorial and setup everything "by the book" so that the indexshell commandline supplied by Djapian shows successful queries.
However, when integrating the sample search from the Djapian tutorial I get this nonsense error:
TemplateSyntaxError at /search/
Caught an exception while rendering: (13, 'Permission denied')
It points to this line:
{% if results %}
Changing or omitting the line will yield the next (same) error at whichever line that references a field from "results".
The stacktrace shows this exception:
OSError(13, 'Permission denied')
in:
/usr/local/lib/python2.6/dist-packages/django/template/debug.py in render_node
django-debug-toolbar shows for results:
<djapian.resultset.ResultSet object at 0x7f7142affcd0>
Is this an issue with Djapian? In any case, why would it yield a "Permission denied" error?