Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   [TSSE5.4.1] Error_log fix (one of them ) (http://www.bvlist.com/showthread.php?t=2915)

mmisu120000 1st July 2009 23:26

[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!

fireman 3rd July 2009 08:31

log fixes
 
could you plz post all log fixes u have please


All times are GMT +2. The time now is 07:38.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.