Hi Esmond,
Getting these in my error log... anything to be concerned about?
Everything seems to be working fine.
It appears to correspond to creating or changing the status of an invoice.
2016-06-26 22:02:01 - PHP Warning: in_array() expects parameter 2 to be array, null given in application/controller/account/invoice.php on line 424
2016-06-26 22:02:42 - PHP Warning: in_array() expects parameter 2 to be array, null given in application/controller/account/invoice.php on line 166
2016-06-29 21:20:50 - PHP Warning: in_array() expects parameter 2 to be array, null given in application/controller/account/invoice.php on line 192
Error messages
Re: Error messages
Are any of the statuses in system > settings not selected?
-
- Posts: 54
- Joined: Mon May 16, 2016 9:51 am
Re: Error messages
As a matter of fact yes. For pending I have nothing selected. I didn't want to mark Pending Inv as "Pending" due to not wanting the Paid Button to show up once inv status is changed to Pending. Should I just mark it "Paid" or "Approved"?
Do these settings effect when emails are sent?
Do these settings effect when emails are sent?
Re: Error messages
The settings doesn't affect the emails. The easiest way to resolve the issue right now is to create a new order status that isn't used, and set that in the list of pending.
-
- Posts: 54
- Joined: Mon May 16, 2016 9:51 am
Re: Error messages
Will do - thanks Esmond