Thanks to enable the "notice errors" when you're
debugging because you're attempting to use some indexes
which are undefined. An example :
Notice: Undefined index: vw_transactions_by_day in
money\accounts.php on line 825
There are a lot of notice errors when you load this
page just after login.
And there are also a lot of warning for Call-time
pass-by-reference has been deprecated - argument passed
by value; If you would like to pass it by reference,
modify the declaration of [runtime function name](). If
you would like to enable call-time pass-by-reference,
you can set allow_call_time_pass_reference to true in
your INI file. However, future versions may not support
this any longer. in G:\web\sites\money\accounts.php on
line 1230
Thanks