Postmaster-for-Craft-CMS icon indicating copy to clipboard operation
Postmaster-for-Craft-CMS copied to clipboard

Fatal error: Declaration of Craft\Postmaster_HttpRequestServiceSettingsModel::parse(array $data = Array) must be compatible with Craft\Postmaster_BaseSettingsModel::parse(array $data = Array, $recursive = true

Open mdominguez opened this issue 5 years ago • 1 comments

Updated to PHP 7.3 and got this error... Any ideas on how to fix this? view screenshot

mdominguez avatar Sep 17 '19 08:09 mdominguez

Fixed by adding an optional $recursive param to the parse function in /models/Postmaster_HttpRequestServiceSettingsModel.php on line 6

mdominguez avatar Sep 17 '19 09:09 mdominguez