Fresh install of 7.2.2 the new (I think) search facility for the Members_List module appears to be failing -- as follows:
1. Search nickname -- works
2.
URL -- Actually searches 'nickname' NOT
URL -- thus works, but not as advertised!!
3. Search Real Name -- fails -- spewing forth following message:
Error accesing to the database
Program: /path/to/modules/Members_List/index.php - Line N.: 284
Database: nuke
Error (1054) : Unknown column 'Members_List' in 'order clause'
When I echo the actual query to the web page the problem appears to be that somehow $GLOBALS[sortby] value is "Members_List" .Can't figure out how that happens yet.