0
Solved: in file helper.php at line 81 replace
with code
if ($order_by == 0) {
$query .= " order by #__k2_items.publish_up $order_by_asc_desc ";
}
with code
if ($order_by == 0) {
$query .= " order by #__k2_items." . $date_type . " $order_by_asc_desc ";
}
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »