Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

miss field list in user_account table #26

Open
monlone opened this issue Feb 10, 2014 · 2 comments
Open

miss field list in user_account table #26

monlone opened this issue Feb 10, 2014 · 2 comments

Comments

@monlone
Copy link

monlone commented Feb 10, 2014

A Database Error Occurred

Error Number: 1054

Unknown column 'upro_first_name' in 'field list'

SELECT uacc_id, uacc_email, uacc_suspend, ugrp_name, upro_first_name, upro_last_name FROM (user_accounts) LEFT JOIN user_groups ON user_accounts.uacc_group_fk = user_groups.ugrp_id GROUP BY user_accounts.uacc_id

Filename: D:\xampp\htdocs\codeigniter\system\database\DB_driver.php

Line Number: 330

how can i do it ?

@radfordwill
Copy link

I can probably help close the issue.
You have the wrong flexi_auth.php file to use the demo.
You need the file config/flexi_auth.php from the demo folder in your install application/config/.

@monlone
Copy link
Author

monlone commented Aug 31, 2014

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants