Error_log

Viewing 2 posts - 1 through 2 (of 2 total)
#41925

moisespfs
Member

Hello!

My wordpress error_log is huge because it is writting this error again and again:

PHP Warning: ini_set() has been disabled for security reasons in /home/podcastf/public_html/wp-content/plugins/download-manager/download-manager.php on line 43

Anybody had a similar problem? What could I do to fix it?

Thanks!

#41977

Jass
Moderator

Edit download-manager.php (line #43) and put an @ in it before the ini_set. Your host has ini_set disabled in their php configuration so it’s throwing that error.
@ini_set('upload_tmp_dir',UPLOAD_DIR.'/cache/');

Or provide you temp login info using private reply to check the issue.

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

The topic ‘Error_log’ is closed to new replies.