Entertain -
I wanted to let you know that I solved the bug that has been bothering me for a while and was posted on a number of times earlier in this thread.
PHP warnings were turned up a notch on my server and they were going off because $specialtemplates wasn't defined in a few of your scripts and the vB_Datastore_Filecache doesn't handle null values very well.
If you simply add
Code:
$specialtemplates = array();
to itrader_report.php, itrader_main.php, and itrader.php, the error PHP was throwing will go away.
Thanks.