rmihaig
Forum Replies Created
-
Hi Tim,
Sometimes i find in the logs this[08-Apr-2021 15:53:56 Europe/Bucharest] PHP Fatal error: Uncaught Error: Class 'PostmanAdminController' not found in **********/wp-content/plugins/post-smtp/Postman/Postman-Mail/PostmanSmtpModuleTransport.php:329 Stack trace: #0 ********/wp-content/plugins/post-smtp/Postman/Postman-Mail/PostmanSmtpModuleTransport.php(294): PostmanSmtpModuleTransport->addSettings() #1 ********/wp-includes/class-wp-hook.php(292): PostmanSmtpModuleTransport->on_admin_init('') #2 *********/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(NULL, Array) #3 *********/wp-includes/plugin.php(484): WP_Hook->do_action(Array) #4 *********/wp-admin/admin-ajax.php(45): do_action('admin_init') #5 {main} thrown in **********/wp-content/plugins/post-smtp/Postman/Postman-Mail/PostmanSmtpModuleTransport.php on line 329
Kind Regards,
MihaiHi Tim,
we did test with various combinations and in the end it was something stuck with the email server ??
2 Questions:
– while we had this issue, the loading of the page was depending on the tineout settings, can in the future fave this sendings async? (perhaps with a setting for cases whene you dont need ack) so that the wp loadings are not affected
– sometimes when we get timeouts upon sending, we receive another email stating that the sending timedout, that is strange, i cannot send an email but here, the error email :), are doing some kind of fallback to something to send the error alert email?
or the sending error it is actualy depending on the response of the sending server? (something like post smtp request -> smtp server -> recipient server -> smtp server returns error -> smtp request proxies the received errorKind Regards,
MihaiForum: Plugins
In reply to: [WooCommerce] Inconsistent taxes upon vat exemptHi,
we are not using geolocation based taxes.
It is one vat set for all.
from the logs it appears it changes in between order reviews eg…
we have one woocommerce_checkout_update_order_review where we have vat exempt
another woocommerce_checkout_update_order_review with vat exempt
then another woocommerce_checkout_update_order_review but this time vat is not exempt
but the all above run same rules that are setting the exempt yes.
could be something related to some customer saved info that affect this.
Kind Regards