Jump to content

Recommended Posts

Posted
  Quote

[2020-05-11 07:45:01] general.ERROR: Uncaught Exception TypeError: "Argument 1 passed to Invoices::getRecurringInvoices() must be of the type array, null given, called in blesta/app/models/invoices.php on line 2304" at yada yada..

Expand  

The method call in question has `null` hard coded. Ouch

<?php
// ...
public function getAllRenewingRecurring($client_group_id)
// V L#2304... here we go boom
  $this->Record = $this->getRecurringInvoices(null, false)->

This was a "fresh" install and likely the first cron run. The task is still spinning at admin/settings/company/automation/ after ~1.25 hrs

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...