This have a error in query when ORDER BY c.date does not exist.
The correct is order by created or publish_up. Just choose the best option.
To resolve this bug just edit the file /components/com_phocadocumentation/helpers/phocadocumentation.php
and change the line 34 and 38 the word date and replace with created or publish_up
Code: Select all
34 - $orderingOutput = 'created ASC';
38 - $orderingOutput = 'created DESC';