Error on install

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

Verity Hanka
Participant

I have just installed the free version of Download Manager to test it out for my site and I have receieved the following errors on install and am no longer able to use elementor
On back end of site:
Warning: Use of undefined constant COOKIE_DOMAIN – assumed ‘COOKIE_DOMAIN’ (this will throw an Error in a future version of PHP) in /home/customer/www/teresal29.sg-host.com/public_html/wp-content/plugins/download-manager/src/__/Session.php on line 28

Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/teresal29.sg-host.com/public_html/wp-content/plugins/download-manager/src/__/Session.php:28) in /home/customer/www/teresal29.sg-host.com/public_html/wp-content/plugins/download-manager/src/__/Session.php on line 28

Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/teresal29.sg-host.com/public_html/wp-content/plugins/download-manager/src/__/Session.php:28) in /home/customer/www/teresal29.sg-host.com/public_html/wp-includes/functions.php on line 6584

On front end of site:
Warning: Use of undefined constant COOKIE_DOMAIN – assumed ‘COOKIE_DOMAIN’ (this will throw an Error in a future version of PHP) in /home/customer/www/teresal29.sg-host.com/public_html/wp-content/plugins/download-manager/src/__/Session.php on line 28

Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/teresal29.sg-host.com/public_html/wp-content/plugins/download-manager/src/__/Session.php:28) in /home/customer/www/teresal29.sg-host.com/public_html/wp-content/plugins/download-manager/src/__/Session.php on line 28

#160010

Humayon
Spectator

Hi @ausvolley,
Sorry for the inconvenience.
For now please add the following code in the wp-config.php file, which should solve your issue.

if ( ! defined( 'COOKIE_DOMAIN' ) ) {
		define( 'COOKIE_DOMAIN', false );
}

Thank You

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

The topic ‘Error on install’ is closed to new replies.