View Single Post
  #1  
Old 5th September 2008, 14:10
Grom's Avatar
Grom Grom is offline
Senior Member
 
Join Date: Aug 2008
Posts: 73
Smile TorrentTrader v2.0.4 theme update
In header.php find code
PHP Code:
<?php
ob_start
("ob_gzhandler");
$GLOBALS['tstart'] = array_sum(explode(" "microtime()));
?>
and repace with:
PHP Code:
<?php
$GLOBALS
['tstart'] = array_sum(explode(" "microtime()));
?>
this will stop the error message across top of the page...
Reply With Quote
The Following User Says Thank You to Grom For This Useful Post:
Fynnon (17th July 2011)