Welcome Guest, Not a member yet? Register   Sign In
CI logging: Two rounds of CI logs for each page load?
#2

[eluser]n0xie[/eluser]
This usually happens when you try to load a file that isn't there. Remember that all the requests go through index.php so if a 404 occurs it still goes through the index.php. You see that it are 2 different requests:
Code:
DEBUG - 2010-06-02 14:32:45 --> URI Class Initialized
DEBUG - 2010-06-02 14:32:45 --> No URI present. Default controller set.
DEBUG - 2010-06-02 14:32:45 --> Router Class Initialized

Code:
DEBUG - 2010-06-02 14:32:45 --> URI Class Initialized
DEBUG - 2010-06-02 14:32:45 --> Router Class Initialized


Messages In This Thread
CI logging: Two rounds of CI logs for each page load? - by El Forum - 06-02-2010, 08:43 AM
CI logging: Two rounds of CI logs for each page load? - by El Forum - 06-02-2010, 09:06 AM
CI logging: Two rounds of CI logs for each page load? - by El Forum - 06-02-2010, 01:43 PM
CI logging: Two rounds of CI logs for each page load? - by El Forum - 06-02-2010, 02:06 PM
CI logging: Two rounds of CI logs for each page load? - by El Forum - 06-02-2010, 03:25 PM
CI logging: Two rounds of CI logs for each page load? - by El Forum - 06-07-2010, 08:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB