It looks like you're new here. If you want to get involved, click one of these buttons!
A Database Error Occurred
Error Number: 1054
Unknown column 'fuel_logs.0' in 'where clause'
SELECT COUNT(*) AS `numrows` FROM (`fuel_logs`) LEFT JOIN `fuel_users` ON `fuel_logs`.`user_id` = `fuel_users`.`id` WHERE (LOWER(fuel_logs.0) LIKE "%entry_date%" OR LOWER(fuel_logs.1) LIKE "%fuel_users.first_name%" OR LOWER(fuel_logs.2) LIKE "%fuel_users.last_name%" OR LOWER(fuel_logs.3) LIKE "%message%")
Filename: /var/www/html/client/fuel/modules/fuel/models/base_module_model.php
Line Number: 257
A Database Error Occurred
Error Number: 1054
Unknown column 'fuel_users.0' in 'where clause'
SELECT COUNT(*) AS `numrows` FROM (`fuel_users`) WHERE (LOWER(fuel_users.0) LIKE "%first_name%" OR LOWER(fuel_users.1) LIKE "%last_name%" OR LOWER(fuel_users.2) LIKE "%user_name%")
Filename: /var/www/html/client/fuel/modules/fuel/models/base_module_model.php
Line Number: 257
Comments