On my site Apache constantly logs an error

Viewing 3 posts - 1 through 3 (of 3 total)
#114207

Good afternoon! On my site Apache constantly logs an error:
PHP Warning: count(): Parameter must be an array or an object that implements Countable in /wp-content/plugins/download-manager/tpls/wpdm-login-form.php on line 103
How to fix it?
Download Manager 3.0.3

#114218

Shahriar
Moderator

Adding the following code before line 103 in /download-manager/tpls/wpdm-login-form.php will take care of the logged warnings ( https://prnt.sc/pptey5 ).

<?php $__wpdm_social_login = ( isset($__wpdm_social_login) && is_array($__wpdm_social_login) ) ? $__wpdm_social_login : array(); ?>

#114255

Thanks! Helped.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘On my site Apache constantly logs an error’ is closed to new replies.