• I get this error message

    Warning: count(): Parameter must be an array or an object that implements Countable in /home/bakronat/public_html/wp-content/plugins/email-before-download/includes/class-email-before-download-db.php on line 56

    How do I need to address this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    just go to the file named class-email-before-download-db.php and on the line 56

    Change

    if (count($query) > 0) {

    to

    if (isset($query)) {

    • This reply was modified 4 years, 4 months ago by senadred.
    Plugin Author mandsconsulting

    (@mandsconsulting)

    Hi All,

    this has been fixed in a recent release. Please let us know if you are still having issues.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error message’ is closed to new replies.