All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Php error Message: Undefined index: orderby_sort

e-man 5 Feb 2013 16:33 problem, complete

After updating to 2.2.0 (EE 2.5.5) I get a php error on my (very basic) results page:

A PHP Error was encountered

Severity: Notice

Message: Undefined index: orderby_sort

Filename: low_search/mod.low_search.php

Line Number: 384

This is my main results tag:
{exp:low_search:results query="{segment_3}" orderby="entry_id" sort="desc" paginate="top"}

Any suggestions?

Replies

  1. Low 5 Feb 2013 18:17

    Okay, change line #384 to this:

    if (isset($this->params['orderby_sort']))


    and you should be fine. Will hotfix this.

  2. e-man 5 Feb 2013 19:20

    Hotfix fixed it. Thanks.