• Resolved memohernandez

    (@memohernandez)


    PHP Fatal error: Uncaught exception ‘phpmailerException’ with message ‘Invalid address: [email protected]\\nTo: [email protected]\\nSubject: [aha! Process] New Customer Registration\\n\\nNew customer registration on your "aha! Process" store:\\nE-mail: [email protected]’ in /nas/content/live/ahaprocess/wp-includes/class-phpmailer.php:946\nStack trace:\n#0 /nas/content/live/ahaprocess/wp-includes/pluggable.php(352): PHPMailer->setFrom(‘[email protected]’, ‘In…’, false)\n#1 /nas/content/live/ahaprocess/wp-content/plugins/shopp/core/library/Core.php(1781): wp_mail(NULL, NULL, ”, Array)\n#2 /nas/content/live/ahaprocess/wp-content/plugins/shopp/core/model/Customer.php(251): ShoppCore::email(‘From: “Test…’)\n#3 /nas/content/live/ahaprocess/wp-content/plugins/shopp/core/flow/Registration.php(187): ShoppCustomer->notification()\n#4 /nas/content/live/ahaprocess/wp-content/plugins/shopp/core/flow/Order.php(654): ShoppRegistration::process()\n#5 [internal function]: ShoppOrder->accounts(Object(AuthedOr in /nas/content/live/ahaprocess/wp-includes/class-phpmailer.php on line 946, referer:

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter memohernandez

    (@memohernandez)

    Fixed with Postman

    This is actually caused by a bug that I can’t believe nobody has noticed or fixed. Line 251 of core/model/Customer.php is:

    if ( ! Shopp::email(join(‘\n’, $_)) )

    and should be:

    if ( ! Shopp::email(join(“\n”, $_)) )

    Can’t believe nobody at Shopp has fixed this…

    Anonymous User 8483292

    (@anonymized-8483292)

    The result of a code cleanup action. It happens. It is also fixed btw.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP Fatal error: Uncaught exception ‘phpmailerException’’ is closed to new replies.