Quote Originally Posted by lhungil View Post
Blank Page or Partial Blank Page

The debug logs (if present) should help identify the cause.
You rock!

So here was my issue, in the log file I found:
Code:
PHP Fatal error:  Call to undefined method queryFactory::Exccute() in ...snip... [MyAdminDir]/stats_monthly_sales.php on line 607
(I've "...snip'ed... out the directory path to my admin dir)
Looks like the current version has a typo on line 607. I replaced the "c" to an "e" so it read Execute and re-uploaded and now the script works. So whomever can, should probably fix that in the downloadable.

Thanks again for the heads up!!!!