Unable to load the requested class Session in Codeigniter

前端 未结 6 762
清酒与你
清酒与你 2021-01-26 07:35

My libraries in autoload.php is:

$autoload[\'libraries\'] = 
     array(\'database\',\'pagination\',\'session\',\'cart\',\'form_validation\');
         


        
6条回答
  •  说谎
    说谎 (楼主)
    2021-01-26 07:49

    Set encryption key in config.php

    $config['encryption_key'] = 'your_key';
    

    Key can be anything Hope your problem can be resolved Thnaks

提交回复
热议问题