Hi,
about this error:
0 count(): Argument #1 ($value) must be of type Countable|array, null given
Please go to:
\administrator\components\com_breezingforms\admin.breezingforms.php
in line 1129 you will see this:
change it to:
if (@count(array($oldscripts)))
and in line 1144 you will see:
change it to:
if (@count(array($oldpieces)))
If you get in stuck let me know
Regards,
Tihana