Undefined index: ebd_download and "Unexpected token N" AJAX error
-
Hi,
just a notice to all:
It just took me two hours to resolve the following bug
Contact Form 7, Download Monitor and this plugin were working without any problems.
But suddenly I got the following AJAX error after submitting the form:
“Unexpected token N”
Also the following PHP error appeared in the log files:
Undefined index: ebd_downloads in /var/www/vhosts/teamact.de/httpdocs/wp-content/plugins/email-before-download/email-before-download.php on line 432
The solutions was in my case very simple:
I just deactivated WP_DEBUG in my wp-config.php
define(‘WP_DEBUG’, false);
This solved everything.
I hope I will save someone two hours like me ??
Cheers,
dreamfish
- The topic ‘Undefined index: ebd_download and "Unexpected token N" AJAX error’ is closed to new replies.