nahanil Posted May 11, 2020 Report Posted May 11, 2020 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
Paul Posted May 11, 2020 Report Posted May 11, 2020 Yes, this is a known issue in 4.10.0 beta 1 and will be resolved for beta 2 or final, whichever is the next release. nahanil 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now