benedmunds / CodeIgniter-Ion-Auth

Simple and Lightweight Auth System for CodeIgniter
http://benedmunds.com/ion_auth/
MIT License
2.35k stars 1.14k forks source link

Database Error 1054 #687

Closed RodWizard closed 9 years ago

RodWizard commented 9 years ago

When I am logging in via 'auth/login' I am getting this error message. It says "Unknown column 'active' in 'field list' and points to file 'database\DB_driver.php' on '\system\' folder. errorissue

I am working on codeigniter 2.2.0 and on PHP 5.6, using MySQL Latest version. Please help me with this error.. Image Attached..

aplusphilic commented 9 years ago

Looks like your users table has incorrect fields, are you sure that you imported the correct ion auth sql ? On Dec 27, 2014 5:07 PM, "Shashwat Mishra" notifications@github.com wrote:

When I am logging in via 'auth/login' I am getting this error message. It says "Unknown column 'active' in 'field list' and points to file 'database\DB_driver.php' on '\system\' folder. [image: errorissue] https://cloud.githubusercontent.com/assets/5007017/5561443/d4f5a84c-8dfe-11e4-9c26-a198ba71c00f.jpg

I am working on codeigniter 2.2.0 and on PHP 5.6, using MySQL Latest version. Please help me with this error.. Image Attached..

— Reply to this email directly or view it on GitHub https://github.com/benedmunds/CodeIgniter-Ion-Auth/issues/687.

RodWizard commented 9 years ago

Yup, the problem was there only. By the way thanks for your support.. :)