Closed (fixed)
Project:
IP Login
Version:
7.x-2.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2012 at 00:53 UTC
Updated:
26 Apr 2012 at 13:15 UTC
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
Comment #1
jim kirkpatrick commentedThanks, committed to 7.x-2.x-dev.
Comment #2
jim kirkpatrick commented