igarciaoliver
Forum Replies Created
-
hi @wfscott I have sent the report both from the diagnostics tab and as an email.
Hope you get them. thanks in advance
Thanks @wfscott it is sent now
hi @wfscott
Thanks for the reply. the method you describe is showing the correct IP.The issue seems to be a bit more general. The ip blocked is always the same
User IP: 35.208.203.137
User hostname: 137.203.208.35.bc.googleusercontent.com
And it affects (seemingly) everyone that tries to log in. I get blocked from Argentina, my client gets blocked in Oklahoma, my client’s clients get blocked all over the US.
A google search tells me that 137.203.208.35.bc.googleusercontent.com is a domain used by Google to serve static content. Maybe it is the recaptcha code?
Not sure how WF is coded but it seems that when I try to log in, my connection pulls some content from googleusercontent.com and that gets me blocked…
does it make sense?
thanks in advance.hi @glenwpcoder, thanks for the quick reply.
The plugin is updated to the latest version and so it the WP version.
The error can be reproduced 24 (or 48) hours after the cache was last cleared so it might work but eventually it won’t, I keep fixing it by clearing the cache every 2 days but it is not a sustainable solution.
Like I wrote on the initial post, I have already added the page to the cache exceptions and it is not cached but somehow clearing the cache solves it? I cannot understand what i going on there.The link is https://www.duxabath.no/reklamasjon/
You can see a screenshot of the error here: https://imgur.com/a/wuCw0uF
Thanks in advance!Hi @k3llanved
I know about the filter, thanks. I was raising the issue in case it was a fixable bug that your team could look into ??
I fixed my site adding a defer to my block script.
Forum: Plugins
In reply to: [Amazon Pay for WooCommerce] Error 500 when calling Rest APISeems to be working fine. Thanks!
Forum: Plugins
In reply to: [Amazon Pay for WooCommerce] Error 500 when calling Rest APIHi @christian1983 I will check and let you know
hi @wfpeter thanks for the reply!
Very happy with WF support as usual!I am now on 7.5.4 and the issues seems to be resolved.
have a great weekend,
IgnacioHi @wfpeter,
Thanks for the quick reply.
I do have that plugin activated, good catch!Any idea how to solve it?
Thanks in advance
IgnacioForum: Plugins
In reply to: [Amazon Pay for WooCommerce] Error 500 when calling Rest APIhi @christian1983 where can I check progress by the dev team? thanks
Forum: Plugins
In reply to: [Amazon Pay for WooCommerce] Error 500 when calling Rest APIHi @christian1983 any news with this?
I also got a more scary error today.
[24-May-2021 05:22:40 UTC] PHP Fatal error: Uncaught Exception: Unable to send request, underlying exception of getaddrinfo() thread failed to start in /home/customer/www/domain.com/public_html/wp-content/plugins/woocommerce-gateway-amazon-payments-advanced/vendor/amzn/amazon-pay-api-sdk-php/Amazon/Pay/API/HttpCurl.php:73 Stack trace: #0 /home/customer/www/domain.com/public_html/wp-content/plugins/woocommerce-gateway-amazon-payments-advanced/vendor/amzn/amazon-pay-api-sdk-php/Amazon/Pay/API/HttpCurl.php(60): Amazon\Pay\API\HttpCurl->execute(Resource id #1403) #1 /home/customer/www/domain.com/public_html/wp-content/plugins/woocommerce-gateway-amazon-payments-advanced/vendor/amzn/amazon-pay-api-sdk-php/Amazon/Pay/API/HttpCurl.php(97): Amazon\Pay\API\HttpCurl->httpSend('GET', 'https://pay-api...', NULL, Array) #2 /home/customer/www/domain.com/public_html/wp-content/plugins/woocommerce-gateway-amazon-payments-advanced/vendor/amzn/amazon-pay-api-sdk-php/Amazon/Pay/API/Client.php(473): Amazon\Pay\API\HttpCurl->invokeCurl( in /home/customer/www/domain.com/public_html/wp-content/plugins/woocommerce-gateway-amazon-payments-advanced/vendor/amzn/amazon-pay-api-sdk-php/Amazon/Pay/API/HttpCurl.php on line 73
Forum: Plugins
In reply to: [Amazon Pay for WooCommerce] Error 500 when calling Rest APIFollow up, I added the conditional and get a new error on line 661 where another call to WC() is made.
So I added…..public function get_checkout_session_id() { $session_key = $this->get_checkout_session_key(); // add this escape if ( is_null( WC()->session ) ) { return false; } return WC()->session->get( $session_key, false ); }
but this doesn’t look a good solution.
Thanks @krdevio I will use that temporary solution until the dev decides to solve this issue.
Hi Hristo, thanks for the reply
Yes, sorry I wrote the subject first when I meant to discussed lazy loading and then changed my mind and forgot to edit it!
My issue is only in regards to WebP optimisation.
My images are on the media gallery and my client has a Wp + Woocommerce GoGeek account.
You can see in this images how the optimisation is applying to some but not all the images.Forum: Plugins
In reply to: [ACF: Better Search] plugin breaks search (woocommerce products)I did that and got the following print.
FYI, it is working on my localhost but not on my server (buehost). I can paste php_info if needed!Thanks for your help.
IgnacioSELECT DISTINCT SQL_CALC_FOUND_ROWS wp_tillex_posts.* FROM wp_tillex_posts LEFT JOIN wp_tillex_term_relationships ON (wp_tillex_posts.ID = wp_tillex_term_relationships.object_id) LEFT JOIN wp_tillex_postmeta AS a ON (a.post_id = wp_tillex_posts.ID) LEFT JOIN wp_tillex_postmeta AS b ON (b.post_id = wp_tillex_posts.ID) LEFT JOIN wp_tillex_posts AS c ON ((c.post_type = 'acf-field') AND ((c.post_content LIKE '%:"text"%') OR (c.post_content LIKE '%:"textarea"%') OR (c.post_content LIKE '%:"file"%') OR (c.post_content LIKE '%:"wysiwyg"%'))) LEFT JOIN wp_tillex_posts AS d ON ((c.post_content LIKE '%:"file"%') AND (d.ID = b.meta_value)) WHERE 1=1 AND ( wp_tillex_term_relationships.term_taxonomy_id IN (15) AND wp_tillex_posts.ID NOT IN ( SELECT DISTINCT object_id FROM wp_tillex_term_relationships WHERE term_taxonomy_id IN (6) ) )AND (((a.meta_value LIKE '%8339345629%') AND (b.meta_id = a.meta_id + 1) AND (c.post_name = b.meta_value)) OR ((wp_tillex_posts.post_title LIKE '%8339345629%') OR (wp_tillex_posts.post_content LIKE '%8339345629%') OR (wp_tillex_posts.post_excerpt LIKE '%8339345629%')) OR (d.post_title LIKE '%8339345629%')) AND wp_tillex_posts.post_type = 'product' AND (wp_tillex_posts.post_status = 'publish' OR wp_tillex_posts.post_status = 'acf-disabled' OR wp_tillex_posts.post_status = 'private') GROUP BY wp_tillex_posts.ID ORDER BY wp_tillex_posts.post_title LIKE '{615dce90fbbfc527599047640cac3aa5d09673629d0f9ae9133eeb64d21f2333}8339345629{615dce90fbbfc527599047640cac3aa5d09673629d0f9ae9133eeb64d21f2333}' DESC, wp_tillex_posts.post_date DESC LIMIT 0, 30