I'm experiencing the SQL error with prefixed tables issue as well but in the 7.x-2.0-rc1 branch instead. Is there a patch for 7.x as well?

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'users.name' in 'field list': SELECT users.name, users.uid, ip_login_user.ip_match FROM {users} INNER JOIN {ip_login_user} ON ip_login_user.uid = users.uid ORDER BY ip_login_user.ip_match; Array ( ) in _ip_login_users_display_table() (line 150 of /var/www/intranet/sites/all/modules/ip_login/ip_login.admin.inc).

Thanks much!
Jordan

Comments

jim kirkpatrick’s picture

Status: Active » Fixed

Thanks, committed to 7.x-2.x-dev.

jim kirkpatrick’s picture

Status: Fixed » Closed (fixed)