View Single Post
  #1  
Old 1st July 2009, 23:26
mmisu120000's Avatar
mmisu120000 mmisu120000 is offline
Senior Member
 
Join Date: Jun 2009
P2P
Posts: 202
Default [TSSE 5.4.1] Error_log fix (one of them )
for the "foreach() .... category" tracker error , here is the fix:

in /include/functions_category.php
find:
PHP Code:
require TSDIR '/' $cache '/categories.php'
and replace it with:
PHP Code:
require TSDIR '/cache/categories.php'
That error was generated by the fact that "$cache" variable is never called in this page ...

There is another way, to call global.php, but it's messy, and adds load to your tracker ...

Have fun!
__________________
"How terrible is wisdom when it holds no benefit for the wise?" - Louis Cypher
WDW Tracker - Using heavy modified TSSE

Last edited by mmisu120000; 4th July 2009 at 17:40.
Reply With Quote