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
On the table plugin_flowview_irr_person the filed email, is either wrong on the code or on the table!
On the table the field is e_mail, on the code it's called email
24/12/2024 11:46:16 - CMDPHP SQL Backtrace: (/plugins/flowview/flowview_databases.php[55]:view_databases(), /plugins/flowview/flowview_databases.php[205]:view_db_table(), /plugins/flowview/flowview_databases.php[877]:flowview_db_fetch_assoc_prepared(), /plugins/flowview/database.php[182]:db_fetch_assoc_prepared(), /lib/database.php[788]:db_execute_prepared())
24/12/2024 11:46:16 - CMDPHP ERROR: A DB Row Failed!, Error: Unknown column 'email' in 'where clause'
24/12/2024 11:46:16 - DBCALL ERROR: A DB Row Failed!, Error: 1054, SQL: 'SELECT * FROM plugin_flowview_irr_person WHERE (person LIKE ? OR nic_hdl LIKE ? OR mnt_by LIKE ? OR remarks LIKE ? OR email LIKE ? OR address LIKE ?) ORDER BY person ASC LIMIT 0,50'
The text was updated successfully, but these errors were encountered:
On the table plugin_flowview_irr_person the filed email, is either wrong on the code or on the table!
On the table the field is e_mail, on the code it's called email
24/12/2024 11:46:16 - CMDPHP SQL Backtrace: (/plugins/flowview/flowview_databases.php[55]:view_databases(), /plugins/flowview/flowview_databases.php[205]:view_db_table(), /plugins/flowview/flowview_databases.php[877]:flowview_db_fetch_assoc_prepared(), /plugins/flowview/database.php[182]:db_fetch_assoc_prepared(), /lib/database.php[788]:db_execute_prepared())
24/12/2024 11:46:16 - CMDPHP ERROR: A DB Row Failed!, Error: Unknown column 'email' in 'where clause'
24/12/2024 11:46:16 - DBCALL ERROR: A DB Row Failed!, Error: 1054, SQL: 'SELECT * FROM plugin_flowview_irr_person WHERE (
person
LIKE ? ORnic_hdl
LIKE ? ORmnt_by
LIKE ? ORremarks
LIKE ? ORemail
LIKE ? ORaddress
LIKE ?) ORDER BYperson
ASC LIMIT 0,50'The text was updated successfully, but these errors were encountered: