View Single Post
  #113  
Old 4th November 2011, 21:35
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
open global.php

remove lines 28 - 34

Code:
  if (!defined ('DEBUGMODE'))
  {
    $GLOBALS['ts_start_time'] = array_sum (explode (' ', microtime ()));
    unset ($_SESSION[totaltime]);
    unset ($_SESSION[totalqueries]);
    $_SESSION['queries'] = array ();
  }
helps to check apache error log to :secret:

undefined totaltime
underfined totalqueries

is the error.
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote