PHP Error

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

SIE IT
Participant

I get the following error message, does anyone know what causes this and how to fix the issue?

“WPDM Session may not work properly! Cannot modify header information – headers already sent in , line number 0”

I’m using BulletProof Security Pro, maybe the error message is related but I’m not sure. BulletProof Security staff thinks this issue is with WPDM plugin.

Thanks,
GR

#160001

Humayon
Spectator

Hello @itsieusa-net,
Sorry for the inconvenience.
When WPDM tries to set session or cookie but fails due to the other third-party plugins then it throws the above-mentioned error.
However, you can disable the error log by using define('WPDM_ACCEPT_COOKIE', false); code in your wp-config.php file.
Which should solve the issue.
Thank You

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

The topic ‘PHP Error’ is closed to new replies.