• Upon activating the plugin my whole website and dashboard went blank. Only removing the files from the server fixed it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Lavisch

    (@lavisch)

    That should have been zero stars…

    Probably that was a lack of server memory, you can try to increase with these codes on your wp-config.php

    define( 'WP_MEMORY_LIMIT', '128M' );
    define( 'WP_MAX_MEMORY_LIMIT', '128M' );

    You can also enable WP_DEBUG (set to true) to try to understand what’s happening on your website (why it went blank).

    Let us know if you need help at https://support.mailpoet.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Broke my website’ is closed to new replies.