error while running install.sql in community auth |
(06-01-2018, 06:41 AM)richb201 Wrote: I did what you suggested. I am still getting: Another hint. I just tried running login from the "http://localhost/index.php/login?redirect=Examples%2Findex" I get this error: Error Number: 1054 Unknown column 'auth_level' in 'field list' SELECT `username`, `email`, `auth_level`, `passwd`, `user_id`, `banned` FROM `users` WHERE LOWER( username ) = '[email protected]' OR LOWER( email ) = '[email protected]' LIMIT 1 Filename: C:/xampp/htdocs/sub_crud2/system/database/DB_driver.php Line Number: 691 It seems that the Community Auth is still trying to use the 'users' table instead of the ca_users table. Here is my db_tables // USER RELATED TABLES $config['user_table'] = 'ca_users'; /*modified 6/1/18 due to naming conflict */ // LOGIN ERROR RELATED TABLES $config['errors_table'] = 'login_errors'; $config['IP_hold_table'] = 'ips_on_hold'; $config['username_or_email_hold_table'] = 'username_or_email_on_hold';
proof that an old dog can learn new tricks
|
Welcome Guest, Not a member yet? Register Sign In |