After upgrade Codeigniter to version 3.0 I get error DB after trying call any controller:
Error Number: 1064 You have an error in your SQL syntax; check the
I use the CI 3 and just alter:
$config['sess_save_path'] = 'ci_sessions';
Works.. =)