Hello Skubkbad,
Many thx for your replying,
I sloved this problem,
But another problem find me !
i create a database sqlite,
the codeigniter succesfully connected the db,
The db has include username or necceseaty table and filed,
but I can not connect correctly,
Many times it said
Login Error #1/5: Invalid Username, Email Address, or Password.
Username, email address and password are all case sensitive.
---------------------------------------------------------------------
The debug out:
DEBUG - 2000-01-01 17:01:38 --> UTF-8 Support Disabled
DEBUG - 2000-01-01 17:01:38 --> Global POST, GET and COOKIE data sanitized
DEBUG - 2000-01-01 17:01:38 --> Config file loaded: /www/application/third_party/community_auth/confp
DEBUG - 2000-01-01 17:01:38 --> Config file loaded: /www/application/third_party/community_auth/confp
DEBUG - 2000-01-01 17:01:38 --> Session class already loaded. Second attempt ignored.
DEBUG - 2000-01-01 17:01:38 --> Encryption: Auto-configured driver 'mcrypt'.
DEBUG - 2000-01-01 17:01:38 -->
string = onur.gursoy
password = 1234
form_token = 67701c2a
token_jar = ["67701c2a"]
DEBUG - 2000-01-01 17:01:38 --> Config file loaded: /www/application/third_party/community_auth/confp
DEBUG - 2000-01-01 17:01:38 --> Config file loaded: /www/application/third_party/community_auth/confp
DEBUG - 2000-01-01 17:01:38 --> Compatibility (mbstring): iconv_strlen() is not available, falling b.
DEBUG - 2000-01-01 17:01:38 -->
LOGIN ATTEMPT DID NOT PASS FORM VALIDATION
DEBUG - 2000-01-01 17:01:38 --> Total execution time: 0.3016
DEBUG - 2000-01-01 17:06:33 --> UTF-8 Support Disabled
DEBUG - 2000-01-01 17:06:33 --> Global POST, GET and COOKIE data sanitized
DEBUG - 2000-01-01 17:06:33 --> Config file loaded: /www/application/third_party/community_auth/confp
DEBUG - 2000-01-01 17:06:33 --> Config file loaded: /www/application/third_party/community_auth/confp
DEBUG - 2000-01-01 17:06:33 --> Session class already loaded. Second attempt ignored.
DEBUG - 2000-01-01 17:06:33 --> Encryption: Auto-configured driver 'mcrypt'.
DEBUG - 2000-01-01 17:06:33 -->
string = skunkbot
password = $2y$10$a6639f1e4a44dce876837u9ziBnVJqwQZ10Sq8vCFc9qKwxKzuNGK
form_token = 755a5106
token_jar = ["755a5106"]
DEBUG - 2000-01-01 17:06:33 --> Config file loaded: /www/application/third_party/community_auth/confp
DEBUG - 2000-01-01 17:06:33 --> Config file loaded: /www/application/third_party/community_auth/confp
DEBUG - 2000-01-01 17:06:33 --> Compatibility (mbstring): iconv_strlen() is not available, falling b.
DEBUG - 2000-01-01 17:06:34 -->
user is banned = no
password in database = $2y$10$a6639f1e4a44dce876837u9ziBnVJqwQZ10Sq8vCFc9qKwxKzuNGK
supplied password match =
required level or role = 1
auth level in database = 1
auth level equivalant role = customer
DEBUG - 2000-01-01 17:06:34 --> Total execution time: 1.1015
---------------------------------------------------------------------