nguyentrongtiep
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook for WooCommerce] Facebook didn’t sync goodHi @carolm29 ,
I already updated all plugins but that issue is still there. This is WC report file. Please help.
Thank you!
Forum: Plugins
In reply to: [Facebook for WooCommerce] Facebook didn’t sync goodHi there,
It reconnected but it didn’t update on the Facebook. I uploaded the system report. Please look at it. Thanks!
This is report file- This reply was modified 11 months, 1 week ago by nguyentrongtiep.
Forum: Plugins
In reply to: [Facebook for WooCommerce] Facebook didn’t sync goodHi @carolm29,
OK. I’ll try to do it and get back to you on Monday. Thanks!Forum: Plugins
In reply to: [WooCommerce] The group “rocket-rucss” does not existHi @beautyofcode,
I still want WooCommerce and WPRocket to fix that issues as soon as possible. Because when disable “remove unused CSS” the website have some issue when clear cache.
Thanks!Forum: Plugins
In reply to: [WooCommerce] The group “rocket-rucss” does not exist@balert
Thank you! I’ll disable the remove unused CSS and waiting WPRocket and WooCommerce update to new version.In the theme, I used function wp_mail() to send email. Also, in some plugins are using it to send email too.
But only Post SMTP plugin create a wp_mail function below. Why don’t you use
if (!function_exists ( ‘wp_mail’ )) {} before wp_mail() function?function wp_mail($to, $subject, $message, $headers = '', $attachments = array()) { // create an instance of PostmanWpMail to send the message $postmanWpMail = new PostmanWpMail (); // send the mail $mail_data = compact( 'to', 'subject', 'message', 'headers', 'attachments' ); $result = $postmanWpMail->send ( $to, $subject, $message, $headers, $attachments ); if( $result ) { do_action( 'wp_mail_succeeded', $mail_data ); } // return the result return $result; }
Thanks
Forum: Plugins
In reply to: [Redis Object Cache] Cron issue/disable after I enable Object Cache.Hi Till,
I mean the Cron Jobs. It work when I disable Object Cache but when I enable Object Cache then it doesn’t work.
Thanks!Forum: Plugins
In reply to: [WooCommerce Amazon Pay] CRITICAL Uncaught ErrorThank you!
I sent a ticket at WooCommerce.com. It’s #4448352Forum: Plugins
In reply to: [WooCommerce Amazon Pay] CRITICAL Uncaught ErrorHi @christian1983 ,
Thank you for reply my ticket.
I tested when rollback to 1.13.1. It worked well with that version but when I updated to latest version then it show that error and the subscription editor page broken.
Best,
CalvinForum: Plugins
In reply to: [WooCommerce Amazon Pay] CRITICAL Uncaught Error2) https://www.awesomescreenshot.com/video/5737457?key=34853c5862df3be19bc19170d8383eff
It show this error:
Fatal error: Uncaught Exception: Access to OffAmazonPayments_Sandbox.GetBillingAgreementDetails is denied in /srv/users/leathervellabox/apps/leathervellabox/public/wp-content/plugins/woocommerce-gateway-amazon-payments-advanced/includes/legacy/class-wc-gateway-amazon-payments-advanced-subscriptions-legacy.php:428 Stack trace: #0 /srv/users/leathervellabox/apps/leathervellabox/public/wp-content/plugins/woocommerce-gateway-amazon-payments-advanced/includes/legacy/class-wc-gateway-amazon-payments-advanced-subscriptions-legacy.php(369): WC_Gateway_Amazon_Payments_Advanced_Subscriptions_Legacy->handle_generic_api_response_errors('WC_Gateway_Amaz...', Object(SimpleXMLElement), 854469, 'B01-5245245-507...') #1 /srv/users/leathervellabox/apps/leathervellabox/public/wp-content/plugins/woocommerce-gateway-amazon-payments-advanced/includes/legacy/class-wc-gateway-amazon-payments-advanced-subscriptions-legacy.php(817): WC_Gateway_Amazon_Payments_Advanced_Subscriptions_Legacy->get_billing_agreement_details(854469, 'B01-5245245-507...' in /srv/users/leathervellabox/apps/leathervellabox/public/wp-content/plugins/woocommerce-gateway-amazon-payments-advanced/includes/legacy/class-wc-gateway-amazon-payments-advanced-subscriptions-legacy.php on line 428
Forum: Plugins
In reply to: [WooCommerce Amazon Pay] CRITICAL Uncaught Error3) I found this issue in the log file:
2021-10-15T17:52:54+00:00 CRITICAL Uncaught Exception: Access to OffAmazonPayments.GetBillingAgreementDetails is denied in /srv/users/serverpilot/apps/vellabox-live/public/wp-content/plugins/woocommerce-gateway-amazon-payments-advanced/includes/legacy/class-wc-gateway-amazon-payments-advanced-subscriptions-legacy.php:428 Stack trace: #0 /srv/users/serverpilot/apps/vellabox-live/public/wp-content/plugins/woocommerce-gateway-amazon-payments-advanced/includes/legacy/class-wc-gateway-amazon-payments-advanced-subscriptions-legacy.php(369): WC_Gateway_Amazon_Payments_Advanced_Subscriptions_Legacy->handle_generic_api_response_errors('WC_Gateway_Amaz...', Object(SimpleXMLElement), 1549437, 'B01-2820837-348...') #1 /srv/users/serverpilot/apps/vellabox-live/public/wp-content/plugins/woocommerce-gateway-amazon-payments-advanced/includes/legacy/class-wc-gateway-amazon-payments-advanced-subscriptions-legacy.php(817): WC_Gateway_Amazon_Payments_Advanced_Subscriptions_Legacy->get_billing_agreement_details(1549437, 'B01-2820837-348...') #2 /srv/users/serverpi in /srv/users/serverpilot/apps/vellabox-live/public/wp-content/plugins/woocommerce-gateway-amazon-payments-advanced/includes/legacy/class-wc-gateway-amazon-payments-advanced-subscriptions-legacy.php on line 428
Forum: Plugins
In reply to: [W3 Total Cache] Auto 301 redirects and never ending loopI tried removing all code and added default WordPress htaccess code but it doesn’t work.
If you install this extension (https://chrome.google.com/webstore/detail/redirect-path/aomidfkchockcldhbkggjokdkkebmdll), you will see.
This is 2 URLs it auto-redirect. It’s reported from REDIRECT PATH extension report https://drive.google.com/file/d/1mOHCZwbRuY_IgB3qg3uozfujQSt8nfV7/view?usp=drivesdk
1. ?https://vietlonghousing.com/ja/properties/modern-lake-view-apartment/? redirects to
2. https://vietlonghousing.com/ja/properties/lake-view-apartment-rent-westlake-3-bedrooms-modern-furnished/
which redirects again to address from point one which is
3. ?https://vietlonghousing.com/ja/properties/modern-lake-view-apartment/
It is a never ending loop which makes it impossible to access this page.Forum: Fixing WordPress
In reply to: Why is max_num_pages empty?This is loop in wordpress:
$wp_query = new WP_Query();
$wp_query->query(‘category_name=’.$catname.’&showposts=5′.’&paged=’.$paged);you can use $total_pages = $wp_query->max_num_pages;
Other examples:
$mypost=new WP_Query();
$mypost->query(‘cat=9&paged=$paged’);
while($chamngon->have_posts()):$chamngon->the_post();
<!– Show post –>
Endwhile;Use $total_pages = $mypost->max_num_pages;
Note: The bold line