PHP error log

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

c.langstaff
Member

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?

#64354

Shahriar
Moderator

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.

#65165

c.langstaff
Member

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);’ ?

#65188

Shahriar
Moderator

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.