Title: Adding Recipients Crashes Plugin
Last modified: December 13, 2019

---

# Adding Recipients Crashes Plugin

 *  Resolved [Drumology2001](https://wordpress.org/support/users/drumology2001/)
 * (@drumology2001)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/adding-recipients-crashes-plugin/)
 * Hi there!
 * Loving the plugin so far, but we have a little issue happening here: when I go
   to add a recipient for a form submission e-mail, the plugin is crashing and kicking
   me to a mostly blank page that says “Made with (heart) by WPMU DEV” and has various
   links to your site and social media accounts.
 * This happens when I go to Forms > (Click Edit on form) > Email Notifications 
   and then in the “Add Email Notifications” popup, try to click on the “Recipients”
   tab. As soon as I click that tab (or any tab in the popup), the page refreshes
   and I get taken to the (mostly) blank page.
 * I have disabled all plugins and even changed to the default Twentytwenty theme,
   and no matter what, I get the blank page.
 * Any ideas on what I can do here? (I’ve tried uninstalling and reinstalling the
   plugin, but that didn’t help, either.)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Support [Imran – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support9/)
 * (@wpmudev-support9)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/adding-recipients-crashes-plugin/#post-12238388)
 * Hello [@drumology2001](https://wordpress.org/support/users/drumology2001/),
 * I hope you’re doing well!
 * I’m sorry to hear that you have this issue. I’ve tested the plugin on my test
   site and could not reproduce this issue. Would you please let us know what PHP
   version is running on your site?
 * Please enable WordPress debug mode. Edit the wp-config.php file and add the following
   lines
 *     ```
       define( 'WP_DEBUG', true );
       define( 'WP_DEBUG_LOG', true );
       define( 'WP_DEBUG_DISPLAY', false );
       ```
   
 * Please make sure that you insert these lines above `/* That's all, stop editing!
   Happy blogging. */`.
 * Please reproduce this issue again, this way all errors will be saved in the `
   debug.log` file inside the `/wp-content/`directory. Share with us the errors 
   that will be recorded in _debug.log_ file.
 * Please advise,
 * Cheers,
    Nastia
 *  Thread Starter [Drumology2001](https://wordpress.org/support/users/drumology2001/)
 * (@drumology2001)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/adding-recipients-crashes-plugin/#post-12243948)
 * I host with Flywheel; I gave them your instructions and they altered the wp-config
   file to match your request. The logs that were exported from Flywheel come in
   three files called Access, PHP, and Slowlog. Any idea which one you need?
 * I did see this at the bottom of the Access file, from when I tried to go navigate
   in the back end to add recipients. (The error happened again, as expected.) Here
   is what was printed to the log from my visit:
 * —
 * [16/Dec/2019:18:30:11 +0000] “GET / HTTP/1.1” 200 16397 “” “Mozilla/5.0 (Macintosh;
   Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108
   Safari/537.36” bdr2.flywheelsites.com PASS
    [16/Dec/2019:18:30:14 +0000] “GET/
   contact/ HTTP/1.1” 200 18276 “[http://bdr2.flywheelsites.com/&#8221](http://bdr2.flywheelsites.com/&#8221);“
   Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like
   Gecko) Chrome/78.0.3904.108 Safari/537.36” bdr2.flywheelsites.com PASS [16/Dec/
   2019:18:30:21 +0000] “GET /wp-admin/ HTTP/1.1” 200 38353 “” “Mozilla/5.0 (Macintosh;
   Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108
   Safari/537.36” bdr2.flywheelsites.com PASS [16/Dec/2019:18:30:25 +0000] “GET /
   wp-admin/admin.php?page=forminator-cform HTTP/1.1” 200 78410 “[http://bdr2.flywheelsites.com/wp-admin/&#8221](http://bdr2.flywheelsites.com/wp-admin/&#8221);“
   Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like
   Gecko) Chrome/78.0.3904.108 Safari/537.36” bdr2.flywheelsites.com PASS [16/Dec/
   2019:18:30:27 +0000] “GET /wp-admin/admin.php?page=forminator-cform-wizard&id
   =16556 HTTP/1.1” 200 76106 “[http://bdr2.flywheelsites.com/wp-admin/admin.php?page=forminator-cform&#8221](http://bdr2.flywheelsites.com/wp-admin/admin.php?page=forminator-cform&#8221);“
   Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like
   Gecko) Chrome/78.0.3904.108 Safari/537.36” bdr2.flywheelsites.com PASS [16/Dec/
   2019:18:30:42 +0000] “GET /wp-admin/admin.php?page=forminator HTTP/1.1” 200 77969“
   [http://bdr2.flywheelsites.com/wp-admin/admin.php?page=forminator-cform-wizard&id=16556&#8221](http://bdr2.flywheelsites.com/wp-admin/admin.php?page=forminator-cform-wizard&id=16556&#8221);“
   Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like
   Gecko) Chrome/78.0.3904.108 Safari/537.36” bdr2.flywheelsites.com PASS
 * —
 * (I removed all the IP addresses from the log for security’s sake, just to be 
   safe.)
 * Does that help at all?
 *  Thread Starter [Drumology2001](https://wordpress.org/support/users/drumology2001/)
 * (@drumology2001)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/adding-recipients-crashes-plugin/#post-12243953)
 * Also, I am happy to provide you credentials to the site if you’d like to go take
   a look directly. Please let me know what e-mail address to send them to.
 *  [erome](https://wordpress.org/support/users/erome/)
 * (@erome)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/adding-recipients-crashes-plugin/#post-12250816)
 * Hi, I’m facing the same error, using php 7.2.19, WP 5.3 and Forminator 1.10.2
 *  Thread Starter [Drumology2001](https://wordpress.org/support/users/drumology2001/)
 * (@drumology2001)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/adding-recipients-crashes-plugin/#post-12255134)
 * Glad to hear I’m not alone with this issue! I was starting to think it was just
   me and something weird with my setup. 😉
 *  Plugin Support [Laura – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support8/)
 * (@wpmudev-support8)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/adding-recipients-crashes-plugin/#post-12256088)
 * Hi [@drumology2001](https://wordpress.org/support/users/drumology2001/)
 * I hope you’re well today and sorry for the delay!
 * The posted “access log” doesn’t say much, I’m afraid, but the PHP log and the
   file named “debug.log” that should be available in the /wp-content/ folder of
   your WordPress installation – those could actually help.
 * Could you share their content (stripping any sensitive information first) with
   us, please?
 * [@erome](https://wordpress.org/support/users/erome/) It would be great if you
   could start a separate thread so we could also investigate it separately. There’s
   a good chance that the reason for the issue is the same or similar in both cases
   but there’s no guarantee – it’s not uncommon that what appears to be the same
   issue, ultimately turns out to have quite a different background 🙂
 * Best regards,
    Adam

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Adding Recipients Crashes Plugin’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

## Tags

 * [email](https://wordpress.org/support/topic-tag/email/)
 * [recipients](https://wordpress.org/support/topic-tag/recipients/)

 * 6 replies
 * 4 participants
 * Last reply from: [Laura – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support8/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/adding-recipients-crashes-plugin/#post-12256088)
 * Status: resolved