Welcome Guest, Not a member yet? Register   Sign In
My App initializes 3 times everything
#2

[eluser]John_Betong[/eluser]
Quite some time ago I had a similar problem which was not easy to trace.

I think there was a missing favicon.ico which produced a PHP error and the subsequent application was loading more than once.

Set the following code and check your PHP error log files.
Code:
error_reporting(E_ALL);
  ini_set('display_errors', 'On');
 
 
 


Messages In This Thread
My App initializes 3 times everything - by El Forum - 08-06-2010, 05:34 AM
My App initializes 3 times everything - by El Forum - 08-06-2010, 06:33 AM
My App initializes 3 times everything - by El Forum - 08-06-2010, 08:59 AM
My App initializes 3 times everything - by El Forum - 08-06-2010, 09:51 AM
My App initializes 3 times everything - by El Forum - 08-06-2010, 12:26 PM
My App initializes 3 times everything - by El Forum - 08-06-2010, 07:01 PM
My App initializes 3 times everything - by El Forum - 08-07-2010, 01:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB