site stops working after adding database,ion_auth,session , and email libraries
the auto load
$autoload[‘packages’] = array(APPPATH.‘third_party/ion_auth’);
$autoload[‘libraries’] = array(‘database’,‘email’,‘session’,‘ion_auth’);
the path of ion auth
/var/www/site/application/third_party/ion_auth
$autoload[‘helper’] = array(‘html’,‘url’,‘form’);
$autoload[‘model’] = array(‘ion_auth_model’);
the site doesn’t show any error its just empty
thanks
pedro
