PHP Errors | pfblockerNG 3.2.0_8

Beginner at pfsense and trying to use pfblockerNG.

Not sure if it was needed but i did forced pkg reinstall and upgrade with commands below and now I’m able to reload DNSBL after adding new feeds.

pkg-static clean -ay; pkg-static install -fy pkg pfSense-repo pfSense-upgrade
pkg-static upgrade -f

Removed pfblocker alias and rules and re-ran the pfblockerNG wizard.

But I’m still seeing below issues. Any help would be appreciated.

ISSUES

  1. pfblockerNG package version is 3.2.0_8
  2. I am getting php errors notifications.
#### PHP errors

* PHP ERROR: Type: 1, File: /usr/local/pkg/pfblockerng/pfblockerng.inc, Line: 8837, Message: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given in /usr/local/pkg/pfblockerng/pfblockerng.inc:8837
Stack trace:
#0 /usr/local/pkg/pfblockerng/pfblockerng.inc(8837): in_array('DNSBL_ADs_Basic', NULL)
#1 /usr/local/www/pfblockerng/pfblockerng.php(159): sync_package_pfblockerng('updatednsbl')
#2 {main}
thrown *@ 2024-08-02 10:30:12*
  1. pfb_dnsbl (pfBlockerNG DNSBL Service) is stopped and unable to start
  2. pfBlockerNG log shows Download fail
    image

It appears as though the block lists you are downloading are empty. Uncheck those and try other ones.

Thanks Tom. That was it.
Any suggestions on php errors and dnsbl service not starting??
Thank