PHP error log

in Download Manager Free

Viewing 4 posts - 1 through 4 (of 4 total)
Oct 10, 2017 at 10:44 am
#64309
Member
c.langstaff
OP

I’m getting a lot of PHP errors on my website ‘www.holmfirthhigh.co.uk’. These seem to be linked to the WP Download plugin.

PHP Warning: Illegal string offset ‘90.211.118.241’ in /hsphere/local/home/clangstaff/holmfirthhigh.co.uk/wp-content/plugins/download-manager/libs/class.Stats.php on line 27

PHP Warning: A non-numeric value encountered in /hsphere/local/home/clangstaff/holmfirthhigh.co.uk/wp-content/plugins/download-manager/wpdm-functions.php on line 1035

Anyone got any ideas what may be causing this?

Oct 11, 2017 at 7:16 am
#64354
Moderator
Shahriar
Staff

We will fix these issues in next release of Download Manager. For now you can add error_reporting(0); in download-manager.php file to hide these notices.

Nov 3, 2017 at 1:02 pm
#65165
Member
c.langstaff
OP

This has not worked for me and has not stopped the errors appearing – is there any other code that needs to go around the ‘error_reporting(0);’ ?

Nov 3, 2017 at 7:47 pm
#65188
Moderator
Shahriar
Staff

You can add ini_set('display_errors',0); under error_reporting(0);

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

The topic "PHP error log" is closed to new replies.