0

我有 codeigniter 驱动的应用程序,每当我尝试登录本地服务器时,它不会让我在没有任何错误消息的情况下登录。但是当我登录实时服务器时,它工作正常。

#What might be main causes of this issue.
#My config file and database settings are correct
$config['sess_match_useragent'] = FALSE;
$config['phpass_hash_portable'] = TRUE;
//database settings:
$db['default']['hostname'] = 'localhost';
$db['default']['username'] = 'root';
$db['default']['password'] = '';
$db['default']['database'] = 'alumniconnect';
$db['default']['dbdriver'] = 'mysql';

我使用phpass进行哈希密码和tank_auth进行身份验证。提前致谢。

4

0 回答 0