
Originally Posted by
DivaVocals
Dude simply put, you are my hero!!! If I could so humbly ask that you pass on your solution to me as well, and I will bundle it and all your other awesome fixes into a new SO release..
I like the challenge, as I am not a programmer, but I like to figure out why something doesn't work by following the logic.
Anyway, here is the FIX:
In admin/super_orders.php on line 81 look for this:
Code:
$zc_max_days = date_diff($check_status->fields['date_purchased'], date('Y-m-d H:i:s', time())) + DOWNLOAD_MAX_DAYS;
/* add what is in RED */
$zc_max_days = zen_date_diff($check_status->fields['date_purchased'], date('Y-m-d H:i:s', time())) + DOWNLOAD_MAX_DAYS;
And you will no longer get a blank screen.
Bookmarks