At line 114 in:
Application / code / local / Mana / Filters / Resource / Filter / Price.php
Edit:
$select->group($rangeExpr)->order("$rangeExpr ASC");
To:
$select->group($rangeExpr)->order($rangeExpr, "ASC");
This fixed my issue with Manadev Layered Navigation (Mage 1.9.1)
source share