miguelprado
Forum Replies Created
-
Forum: Plugins
In reply to: [Asaas Gateway for WooCommerce] Critical error em reset de senhaO erro ainda continua nas vers?es mais recentes do plugin. Para reproduzir o erro tem de fazer o processo de redefini??o de senha.
- Solicitar redefini??o
- Clicar no link para redefinir a senha
Na vers?o mais recente, aparentemente, está tentando chamar o método get_total() do objeto order ( $order->get_total() ), mas no processo de redefini??o de senha este objeto n?o existe. Tem duas op??es:
- Criar o objeto order new WC_Order( $order_id );
- Ver a possibilidade de n?o chamar essa parte do código na redefini??o de senha.
Valeuu pessoal.
Testes usando o PHP 8, WP 6.1 e Woo 7.2.3
Forum: Plugins
In reply to: [Asaas Gateway for WooCommerce] Critical error em reset de senhaOlá @suporteasaas e pessoal.
O erro continua após atualiza??o. Tive de fazer a corre??o manual novamente.
Atenciosamente,
Miguel UrtadoForum: Plugins
In reply to: [Asaas Gateway for WooCommerce] Critical error em reset de senhaUma linha antes após o erro de Debug, na fun??o para pegar a ordem de compra deve criar um objeto para a ordem de compra.
De:
$order = wc_get_order( $order_id );
Para:
$order = new WC_Order( $order_id );
Espero que seja corrido em definitivo na próxima atualiza??o.
Forum: Plugins
In reply to: [Asaas Gateway for WooCommerce] Critical error em reset de senhaOlá Felipe e pessoal, aqui mesmo erro.
PHP Fatal error: Uncaught Error: Call to a member function get_total() on bool in /var/www/html/wp-content/plugins/woo-asaas/includes/gateway/class-gateway.php:504
Atenciosamente,
MiguelForum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Block Form Tags not workHello @gdandrija
Now this Great..! ????
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Coblocks row not work in v2.19.0I make new WP installation for test.
WP v5.8.2 and Twenty Twenty
1) Using v2.18.1 create a page with row and columns block
2) Update coblocks to version v2.19.0
3) Open page to edit, row and columns breakThanks
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Coblocks row not work in v2.19.0For test I created new page using v2.19.0 and row and columns work. But after downgrade to v2.18.1 my old pages work and the new test page it’s break.
My Theme is: Twenty Twenty
WP: 5.8.2
Previous Version of CoBlocks: 2.18.1
Multisite: enableNot relevante plugins.
Thanks for help!
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Coblocks row not work in v2.19.0More error message:
blocks.min.js?ver=7ed7fe32dad771c4e0af4f56539ff156:2 Block validation: Expected attribute 'class' of value'wp-block-coblocks-row 0 alignfull coblocks-row-810105215213 mb-0 mt-0', saw'wp-block-coblocks-row alignfull coblocks-row-810105215213 mb-0 mt-0'.
- This reply was modified 3 years, 4 months ago by miguelprado.
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Coblocks row not work in v2.19.0This error not related de line 22 for commit https://github.com/godaddy-wordpress/coblocks/commit/ffdd73e8e9200c36f4f8f5b75689a4c296dfe176#diff-c668c2850bc9fd17e7bdbcc41f18807dd4aa9a0600079f0e216e669b108745fd
Forum: Plugins
In reply to: [Juno para WooCommerce] Pedido N?o é CanceladoOlá Marco e pessoal.
Acho que n?o é um comportamento do WooCommerce. Pois, em outros Gateways quando o boleto é cancelado é enviado uma notifica??o e consequentemente altera o status do pedido também.
Valeu!
Hello,
Not error in console. In the version 2.0.10 this work.
Thanks.
Hello,
This product name only usade in exemplo (screenshot). I am copy and paste product name, but not work.
Thanks!
Forum: Plugins
In reply to: [Move Login] Lost Password ProblemsHello @greglone
Thanks for update, this working for me.
Forum: Plugins
In reply to: [Move Login] Lost Password ProblemsIn my tests the error does not happen with the configuration below:
Instead of redirecting a logged out user to the new login page:
(X) Do nothing, redirect to the new login page (not recommended).Frank, for me the error not happen in de email send and yes in the link to reset password sended in the email.