• Resolved awijasa

    (@awijasa)


    Hello @xnau,

    I found that warning messages like this:

    Warning: array_filter() expects parameter 1 to be array, null given in …/wp-content/plugins/participants-database/classes/PDb_Base.class.php on line 408

    are showing up whenever there is a warning related to Participants Database only. This is happening even though WP_DEBUG is defined to false.

    I tried defining PDB_DEBUG to false, but that didn’t suppress the warning.

    The test site at https://xnau.cloud77.com/pd-signup is still up. If you submit an entry there, you will see the warning message.

    The PD version on the test site above is 1.7.5.3.

    Please let me know if you have any question.

    Thanks,

    Adrian

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    The setting that is causing that warning to show up is in your PHP configuration, it’s called “display_errors” and should be set to 0 for a live site.

    The underlying bug is inconsequential, I have a fix for it in the next release.

    Thread Starter awijasa

    (@awijasa)

    Hello @xnau,

    Setting display_errors to 0 resolved my issue!

    Thanks,

    Adrian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Warning messages related to Participants Database are being visible on 1.7.5.3’ is closed to new replies.