Welcome Guest, Not a member yet? Register   Sign In
Loading Twice
#1

[eluser]OES[/eluser]
Hi Folks

I think I am having a very strange issue and hopefully someone can shed some light.

While creating a site with CI I was making a email system and noticed that every email was being sent twice. I looking in the logs and could see it was loading everything twice. So starting down the debug route I ended up turning every auto load off etc but still in the logs it has shown everything being loaded twice. And yes before you ask I have clean logs for testing each refresh.

After an hour now pulling out my hair I have installed a fresh install and have just run the welcome/index.

Again it is still loading everything twice see here.

Code:
DEBUG - 2009-01-25 21:39:26 --> Config Class Initialized
DEBUG - 2009-01-25 21:39:26 --> Hooks Class Initialized
DEBUG - 2009-01-25 21:39:26 --> URI Class Initialized
DEBUG - 2009-01-25 21:39:26 --> Router Class Initialized
DEBUG - 2009-01-25 21:39:26 --> Output Class Initialized
DEBUG - 2009-01-25 21:39:26 --> Input Class Initialized
DEBUG - 2009-01-25 21:39:26 --> Global POST and COOKIE data sanitized
DEBUG - 2009-01-25 21:39:26 --> Language Class Initialized
DEBUG - 2009-01-25 21:39:26 --> Loader Class Initialized
DEBUG - 2009-01-25 21:39:26 --> Controller Class Initialized
DEBUG - 2009-01-25 21:39:26 --> File loaded: /var/www/vhosts/domain.com/httpdocs/system/application/views/welcome_message.php
DEBUG - 2009-01-25 21:39:26 --> Final output sent to browser
DEBUG - 2009-01-25 21:39:26 --> Total execution time: 0.0179
DEBUG - 2009-01-25 21:39:27 --> Config Class Initialized
DEBUG - 2009-01-25 21:39:27 --> Hooks Class Initialized
DEBUG - 2009-01-25 21:39:27 --> URI Class Initialized
DEBUG - 2009-01-25 21:39:27 --> Router Class Initialized
DEBUG - 2009-01-25 21:39:27 --> Output Class Initialized
DEBUG - 2009-01-25 21:39:27 --> Input Class Initialized
DEBUG - 2009-01-25 21:39:27 --> Global POST and COOKIE data sanitized
DEBUG - 2009-01-25 21:39:27 --> Language Class Initialized
DEBUG - 2009-01-25 21:39:27 --> Loader Class Initialized
DEBUG - 2009-01-25 21:39:27 --> Controller Class Initialized
DEBUG - 2009-01-25 21:39:27 --> File loaded: /var/www/vhosts/domain.com/httpdocs/system/application/views/welcome_message.php
DEBUG - 2009-01-25 21:39:27 --> Final output sent to browser
DEBUG - 2009-01-25 21:39:27 --> Total execution time: 0.0170

See there are 2 Total excutions?? Sure there should only be one.

I really hope some can advise.

Im running PHP Version 5.2.4-2ubuntu5.4

Look forward to your response and thanks in advance


Messages In This Thread
Loading Twice - by El Forum - 01-25-2009, 03:51 PM
Loading Twice - by El Forum - 01-25-2009, 05:34 PM
Loading Twice - by El Forum - 02-06-2009, 05:24 AM
Loading Twice - by El Forum - 02-16-2009, 02:45 AM
Loading Twice - by El Forum - 02-16-2009, 04:30 AM
Loading Twice - by El Forum - 02-16-2009, 04:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB