HELP!! A Database Error Occurred

This happened when I try to login into my admin panel.

A Database Error Occurred
Error Number: 1231

@sql_mode'

SELECT fuel_users.* FROM fuel_users WHERE fuel_users.user_name = 'admin' AND fuel_users.active = 'yes' LIMIT 1

Filename: /storage/ssd5/089/12576089/public_html/fuel/modules/fuel/core/MY_Model.php

Line Number: 481

Comments

  • edit ./config/database.php and add
    'stricton' => TRUE,
    You'll get more information about what's going on and maybe get enough clues to find the problem

Sign In or Register to comment.