When Recras plugin is activated, system PHP display errors turns On. While in hosting configuration display_erros is off. When Recras plugin is deactivated, display_errors is off (as it should).
The problem is that the Recras plugin (when activated) conflicts with Ninja Forms submit / processing.
Can you create a fix update asap?
We have PhP 8.1 active (but on 8.0 it gives the same problem)
]]>Hi,
There is a bug with the arrangement description.
On line 49 in Arrangement.php:
return $json->uitgebreide_beschrijving;
Should be:
return $json->uitgebreide_omschrijving;
Kind regards,
Johan