For anyone that gets this error, a workaround that ~seems~ to do the trick is to edit the file:
/includes/templates/YOUR_TEMPLATE/jscript/jscript_supertracker.php
and change
REQUIRE(DIR_WS_CLASSES . 'supertracker.php');
to
include_once(DIR_WS_CLASSES . 'supertracker.php');
This is just a bandage, but is working like a champ for me now.
Nice Mod by the way.



Reply With Quote
