You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$sql = "SELECT values, ext, status FROM ".$this->table." WHERE contact_id = i:id AND field = 'phone' ORDER BY sort";
Query Error 1054: Unknown column 'values' in 'field list'\nQuery: SELECT values, ext, status FROM wa_contact_data WHERE contact_id = 1 AND field = 'phone' ORDER BY sort"
The text was updated successfully, but these errors were encountered:
$sql = "SELECT
values
, ext, status FROM ".$this->table." WHERE contact_id = i:id ANDfield
= 'phone' ORDER BY sort";Query Error 1054: Unknown column 'values' in 'field list'\nQuery: SELECT
values
, ext, status FROM wa_contact_data WHERE contact_id = 1 ANDfield
= 'phone' ORDER BY sort"The text was updated successfully, but these errors were encountered: