E107: Admin UI Does not order the results

Created on 6 Feb 2018  路  7Comments  路  Source: e107inc/e107

my URL = /e107_admin/users.php?from=0&field=user_id&asc=asc
result:
error107

bug

All 7 comments

Caused by #3025

Now, it shows nothing
URL =/e107_admin/users.php?mode=main&action=list
imagen

@chory Please try this URL:

e107_admin/users.php?[debug=showsql]&field=user_id&asc=asc&from=0

..then paste the listQry value here in the comments here.

searchQuery:

Array
(
)

Using Custom listQry
QRY=SELECT SQL_CALC_FOUND_ROWS u.,ue. from e107_user AS u LEFT JOIN e107_user_extended AS ue ON u.user_id = ue.user_extended_id ORDER BY u.user_id ASC LIMIT 0, 10

I messed up. I'll have a commit to fix this in a few minutes.

Fixed in #3032

Ok, works fine for me. Show members in correct order.
Great work

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chimcen picture chimcen  路  3Comments

realmontazeri picture realmontazeri  路  5Comments

Jimmi08 picture Jimmi08  路  3Comments

Jimmi08 picture Jimmi08  路  5Comments

MaDDoG9x9 picture MaDDoG9x9  路  4Comments