Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Woo commerce email system isnt working #7023

Closed
Nizamudeen-zayed opened this issue Aug 31, 2022 · 3 comments
Closed

Woo commerce email system isnt working #7023

Nizamudeen-zayed opened this issue Aug 31, 2022 · 3 comments
Labels
type: bug The issue/PR concerns a confirmed bug.

Comments

@Nizamudeen-zayed
Copy link

Error found in debug log :

[31-Aug-2022 07:15:07 UTC] PHP Fatal error: Uncaught Error: Call to undefined function PHPMailer\PHPMailer\mail() in /home/petzseec/public_html/wp-includes/PHPMailer/PHPMailer.php:874
Stack trace:
#0 /home/petzseec/public_html/wp-includes/PHPMailer/PHPMailer.php(1930): PHPMailer\PHPMailer\PHPMailer->mailPassthru('mnizamudeen6@gm...', '[Petzsee]: New ...', '...', 'Date: Wed, 31 A...', NULL)
#12058 /home/petzseec/public_html/wp-includes/PHPMailer/PHPMailer.php(1658): PHPMailer\PHPMailer\PHPMailer->mailSend('Date: Wed, 31 A...', '...')
#2 /home/petzseec/public_html/wp-includes/PHPMailer/PHPMailer.php(1494): PHPMailer\PHPMailer\PHPMailer->postSend()
#3 /home/petzseec/public_html/wp-includes/pluggable.php(548): PHPMailer\PHPMailer\PHPMailer->send()
#4 /home/petzseec/public_html/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php(683): wp_mail(Array, '[Petzsee]: New ...', '...', Array, Array)
#5 /home/petzseec/public_html/wp-content/plugins/woocommerce/includes/emails/class-wc-email-new-order.php(110): WC_Email->send('mnizamudeen6@gm...', '[Petzsee]: New ...', '...', 'Content-Type: t...', Array)
#6 /home/petzseec/public_html/wp-includes/class-wp-hook.php(307): WC_Email_New_Order->trigger(41350, Object(Automattic\WooCommerce\Admin\Overrides\Order))
#7 /home/petzseec/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
#8 /home/petzseec/public_html/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
#9 /home/petzseec/public_html/wp-content/plugins/woocommerce/includes/class-wc-emails.php(170): do_action_ref_array('woocommerce_ord...', Array)
#10 /home/petzseec/public_html/wp-includes/class-wp-hook.php(307): WC_Emails::send_transactional_email(Array, Object(Automattic\WooCommerce\Admin\Overrides\Order))
#11 /home/petzseec/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
#12 /home/petzseec/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#13 /home/petzseec/public_html/wp-content/plugins/woocommerce/includes/class-wc-order.php(373): do_action('woocommerce_ord...', 41350, Object(Automattic\WooCommerce\Admin\Overrides\Order))
#14 /home/petzseec/public_html/wp-content/plugins/woocommerce/includes/class-wc-order.php(222): WC_Order->status_transition()
#15 /home/petzseec/public_html/wp-content/plugins/woocommerce/includes/class-wc-order.php(334): WC_Order->save()
#16 /home/petzseec/public_html/wp-content/plugins/woocommerce/includes/gateways/cod/class-wc-gateway-cod.php(327): WC_Order->update_status('processing', 'Payment to be m...')
#17 /home/petzseec/public_html/wp-content/plugins/woocommerce/includes/class-wc-checkout.php(982): WC_Gateway_COD->process_payment(41350)
#18 /home/petzseec/public_html/wp-content/plugins/woocommerce/includes/class-wc-checkout.php(1206): WC_Checkout->process_order_payment(41350, 'cod')
#19 /home/petzseec/public_html/wp-content/plugins/woocommerce/includes/class-wc-ajax.php(461): WC_Checkout->process_checkout()
#20 /home/petzseec/public_html/wp-includes/class-wp-hook.php(307): WC_AJAX::checkout('')
#21 /home/petzseec/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
#22 /home/petzseec/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#23 /home/petzseec/public_html/wp-content/plugins/woocommerce/includes/class-wc-ajax.php(90): do_action('wc_ajax_checkou...')
#24 /home/petzseec/public_html/wp-includes/class-wp-hook.php(307): WC_AJAX::do_wc_ajax('')
#25 /home/petzseec/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(false, Array)
#26 /home/petzseec/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#27 /home/petzseec/public_html/wp-includes/template-loader.php(13): do_action('template_redire...')
#28 /home/petzseec/public_html/wp-blog-header.php(19): require_once('/home/petzseec/...')
#29 /home/petzseec/public_html/index.php(17): require('/home/petzseec/...')
#30 {main}
thrown in /home/petzseec/public_html/wp-includes/PHPMailer/PHPMailer.php on line 874

Not receiving mail when a customer register,purchases .

@Nizamudeen-zayed Nizamudeen-zayed added the type: bug The issue/PR concerns a confirmed bug. label Aug 31, 2022
@Nizamudeen-zayed
Copy link
Author

try https://petzsee.com/product/avianbreeder-fruitblend-diet-cockatiels-40lb-18-14kg/ doing check out you will not recieve email for confirmation

@wavvves
Copy link
Contributor

wavvves commented Aug 31, 2022

Hello @Nizamudeen-zayed, thanks for reaching out with this.
Unfortunately, this issue is not related to this repository. You may want to try and contact WordPress support as it seems unrelated to WooCommerce.
This may also be a good starting point to look for a possible answer.

@nielslange
Copy link
Member

I'm closing this issue for now, as it's not related to WooCommerce Blocks. That said, if you experience any other problems, that are related to WooCommerce Blocks, feel free to create a new issue via https://github.com/woocommerce/woocommerce-blocks/issues/new/choose.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug The issue/PR concerns a confirmed bug.
Projects
None yet
Development

No branches or pull requests

4 participants