Quote Originally Posted by zforrest
To fix that error, replace $inrec2 = mysql_fetch_array($query2); with $inrec2 = @mysql_fetch_array($query2);

Also, someone mentioned how the javascript menu wouldn't work on those pages generated by recover carts module, so the fix for that is...

lines 103 -113 of admin > recover_cart_sales.php, replace this code <br /><br />

with this code
Also, apply that fix to \admin\stats_recover_cart_sales.php

Just noticed a weird problem - in recover cart sales stats, if you enter 54 days or over in the box, it gives the error
Code:
Warning: mktime() expects parameter 1 to be long, string given in /xxx/admin/stats_recover_cart_sales.php on line 55