Filipe Costa
Forum Replies Created
-
Hi!
On my websites i have these apps available to integrate:
Zapier
Mailchimp
Slack
HubSpot
Trello
Campaign Monitor
AWeber
ActiveCampaign
Google SheetsZapier is the first option ??
Forum: Plugins
In reply to: [WooCommerce Blocks] 2.6.0 Update bugHi @mikejolley,
thanks, i already updated one server with few websites and it seems ok.
Will wait a fews day before update other servers, but the error is gone!
Thanks
- This reply was modified 4 years, 9 months ago by Filipe Costa.
Forum: Plugins
In reply to: [WooCommerce Blocks] 2.6.0 Update bugSame issue on all of my WooCommerce websites!
From what i see, none of them has the wc_reserved_stock table and the DB user has all of the required permissions.
Googling “wc_reserved_stock” shows this info https://woocommerce.wordpress.com/2020/04/22/woocommerce-4-1-release-candidate-available-now/
as well as other info.Query monitor shows the query error:
CREATE TABLE XXX_wc_reserved_stock (order_id
bigint(20) NOT NULL,product_id
bigint(20) NOT NULL,stock_quantity
double NOT NULL DEFAULT 0,timestamp
datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,expires
datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (order_id
,product_id
) ) DEFAULT CHARACTER
SET utf8mb4 COLLATE utf8mb4_unicode_ci;Caller:
Automattic\W\B\Installer->maybe_create_table()
Automattic\W\B\Installer->maybe_create_tables()
wp-content/plugins/woo-gutenberg-products-block/src/Installer.php:64
Automattic\W\B\Installer->install()
wp-content/plugins/woo-gutenberg-products-block/src/Installer.php:27
do_action(‘admin_init’)
wp-includes/plugin.php:478
Plugin: woo-gutenberg-products-block Invalid default value for ‘timestamp’ 1067Component:
Plugin: woo-gutenberg-products-blockError Message:
Invalid default value for ‘timestamp’Error code:
1067- This reply was modified 4 years, 9 months ago by Filipe Costa.
I have the exact same issue on 7.28.1 even with troubleshoting mode ative and i don’t see a way to solve this!
Forum: Plugins
In reply to: [Invisible reCaptcha for WordPress] Does not work with 2FASame problem when using WordFence and i believe Defender won’t work either ??
Sometimes i can enter 2FA code but i always get the please resolve captcha correctly error.Forum: Plugins
In reply to: [COVID19 Live Statistic] Can we have suspicious cases?Thanks!
Forum: Plugins
In reply to: [COVID19 Live Statistic] Can we have suspicious cases?Thanks, but i think you didn’t understand my question…
We currently have confirmed cases, deaths and recovered cases. However some countries also have suspicious cases, beyond those that the plugin supports.So my question was if it was possible to show the suspicious cases, like the official portuguese national health shows (https://covid19.min-saude.pt/ponto-de-situacao-atual-em-portugal/) or it would be great have more plugin options to show more info. A great example is WorldMeters:
– https://www.worldometers.info/coronavirus/Thanks!
Forum: Plugins
In reply to: [COVID19 Live Statistic] Can we have suspicious cases?Portugal for instance:
https://covid19.min-saude.pt/ponto-de-situacao-atual-em-portugal/Hi there!
i’m not using WPML and the only translator plugin I’ve used is Loco Translate, but its disabled now.I don’t know why this happens either: on the old server i had to use PHP 7.0 instead of 7.2 or 7.3 to work but never used Query Monitor and didn’t noticed the error.
When i changed to the new server using PHP 7.3, i started using Query Monitor to check the website, noticed the error and after disabling the snippet it works!
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Search 500 ErrorHi there again! Any info on updating the plugin so it supports PHP 7.1 and superior?
One last question, if i mark “Use custom ajax handler” as ON the explanation is “Usually it has great performance impact.” Does that mean that if turned ON will have better or worse performance?
Thanks
Hi again!
I think i can explain better, but if needed i can send pictures or video.
On the plugin settings we have the “Contact form ‘tail'” with the default text:
This form collects your name and email so that we can reach you back. Check out our <a href="#">Privacy Policy</a> page to fully understand how we protect and manage your submitted data.
and “Subscribe form ‘tail'” with the default text:
This form collects your email so that we can add you to our newsletter list. Check out our <a href="#">Privacy Policy</a> page to fully understand how we protect and manage your submitted data.
So if i customize the Privacy Policy link, the HTML code is removed after i save the plugin settings. This also happens out-of-the-box without customizing the link – if i just press save after opening the plugin settings GDPR tab the HTML code is removed.
It seems the text box is not accepting links but i think it should to make it comply with GDPR ??
Thanks again!
- This reply was modified 6 years, 8 months ago by Filipe Costa.
Ok thanks, so with all plugins disabled except WooCommerce and Advanced AJAX Product Filters for WooCommerce the behaviour is exactly the same!
I think i have to check the server now.
One last thing, everything should work with Template ajax load fix not checked right? Because it seems its faster with that option disabled…
Hi again and thanks for helping.
I thought “ReferenceError: theChampCommentingId is not defined” would be related to SuperSocializer plugin, but even if i disable it filters won’t work.
Do you think that “Template ajax load fix” unchecked and filters show categories is also related with the javascript error?
I will investigate further by disabling plugins.
Thanks again!
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Search 500 ErrorCheck this post, maybe it helps.
https://www.ads-software.com/support/topic/the-request-failed-error/#post-10263386
I noticed the plugin is only compatible with PHP 7.0 and wont work with PHP 7.1 nor 7.2
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] The request failed errorSame issue but the error is:
The request failed. Please check your connection! Status: 500I tested it by going to yoursite.com/wp-admin/admin-ajax.php and it shows me 0
So i remembered i recently changed my site to PHP 7.1 instead of 7.0 that i was using before, and voilá, i fixed the problem by reverting to PHP 7.0.
One last question, if i mark “Use custom ajax handler” as ON the explanation is “Usually it has great performance impact.” Does that mean that if turned ON will have better or worse performance?
Thanks!
- This reply was modified 6 years, 10 months ago by Filipe Costa.