Database error on fresh install

edited July 2013 in Installation
I did a fresh installation of FuelCMS (latest 1.0 from github) and am running into a couple of database errors when accessing admin menu items. Any hints on where I might look to debug the problem.

Activity Log:

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


Users:

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

  • edited 3:07AM
    There was a regression bug added in a previous commit which has been fixed. Try doing a pull from the 1.0 branch again.
Sign In or Register to comment.