Welcome Guest, Not a member yet? Register   Sign In
Session library being loaded twice.
#1

[eluser]WarDoGG[/eluser]
I am having problems with loading the session library. Here is the codeigniter log output. It is showing that the "Native session" class is being loaded twice. I'm not sure how to find where the class is being loaded from. Anyone please care to help ?

Code:
<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>

DEBUG - 2012-08-06 05:48:00 --> Config Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Hooks Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Utf8 Class Initialized
DEBUG - 2012-08-06 05:48:00 --> UTF-8 Support Enabled
DEBUG - 2012-08-06 05:48:00 --> URI Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Router Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Output Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Security Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Input Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Global POST and COOKIE data sanitized
DEBUG - 2012-08-06 05:48:00 --> Language Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Loader Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Helper loaded: form_helper
DEBUG - 2012-08-06 05:48:00 --> Helper loaded: url_helper
DEBUG - 2012-08-06 05:48:00 --> Helper loaded: html_helper
DEBUG - 2012-08-06 05:48:00 --> Database Driver Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Form Validation Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Native_session Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Model Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Model Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Model Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Controller Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Database Driver Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Form Validation Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Native_session Class Initialized
ERROR - 2012-08-06 05:48:00 --> Severity: Notice  --> A session had already been started - ignoring session_start() /var/www/vhosts/mydomain.com/httpdocs/portal1/system/libraries/Session.php 144
DEBUG - 2012-08-06 05:48:00 --> Model Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Model Class Initialized
DEBUG - 2012-08-06 05:48:00 --> Controller Class Initialized
DEBUG - 2012-08-06 05:48:00 --> File loaded: application/views/work.php
DEBUG - 2012-08-06 05:48:00 --> Final output sent to browser
DEBUG - 2012-08-06 05:48:00 --> Total execution time: 0.1127




Theme © iAndrew 2016 - Forum software by © MyBB