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

    (@petersteven)

    Edit : I found the problem, the plugin lost all my confirmation and welcome messages so it sent nothing by mail.

    The problem seems to be about the PHP memory allowed, too small. I added :

    define(‘WP_MAX_MEMORY_LIMIT’, ‘512M’);

    in the wp_config.php file after re-writing all my welcome messages.

    Will that work ?

    Plugin Author Stefano Lissa

    (@satollo)

    Hi, actually not, that is not a memory problem, is somthing we probably already fixed. We can suggest to disable the wp_debug option in your wp_config.php file.

    Stefano.

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