diegpl
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Blocks] 2.6.0 Update bugI do not get an error but a slow query through Query Monitor plugin, and I do not even work with Gutenberg, I even have the “No Gutenberg – Disable Block Editor – Back to Classic Editor” active.
Automattic\W\B\Installer->maybe_create_table()
wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Installer.php:93
Automattic\W\B\Installer->maybe_create_tables()
wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Installer.php:64
Automattic\W\B\Installer->install()
wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Installer.php:27
do_action(‘admin_init’)
wp-includes/plugin.php:478That is happening in the last version (4.3.0).
Is there a way to fix this slow query I believe should not even run actually? Does someone know if the team is already taking a look or should we talk about how to improve the code ourselves and give it to the team? Tks! 😉
Forum: Plugins
In reply to: [WooCommerce] Slow query in the Woocommerce new versionForum: Plugins
In reply to: [WooCommerce] Slow query in the Woocommerce new versionQuery monitor plugin do not show the exact time. It shows more the number of rows and/or what caused the slowness…
Forum: Plugins
In reply to: [WooCommerce] Slow query in the Woocommerce new versionJust saw another slow query too: https://pasteboard.co/JbpEj1j.jpg
Forum: Plugins
In reply to: [EWWW Image Optimizer] WPMS settings statistcs breaking big networksWell, the database did not really break. But maybe I was the only one editing site in the network. And I also have Redis cache enabled and many experience about my activated plugins. I really think it would break for some one without Redis cache or if someone else was editing the network. It is a good strategy to limit, but maybe a sample banner about the economy with a check status link would be safer. I am glad to know you have made that test before anyways 😀
Coloquei o login e senha de administrativo no plugin do Claudio Sanches e num deu desconto nenhum não. O seu funcionou com o desconto @vfdornelas ?
Forum: Plugins
In reply to: [When Last Login] What is the Enable “All Login Records” setting?Hmm, I got it. “All login records” setting will open a table out of default users list. However, that does not work for me, since I want to see logs in the whole WPMS network, which I get activating it just in the main site. But I can not sort last logins table, which spoil me to really see the data. Is it possible to sort the users table by the last login time? Maybe with a pro version? Tks! 😉
Cadastrei a tabela toda à mão baseado nesse plugin: https://wordpress.org/plugins/weight-based-shipping-for-woocommerce/
Pesquisei bastante, é a melhor solução sem ser via API. Se conseguir a API ou algum desenvolvedor q faça, entre em contato comigo, de repente podemos nos ajudar nos custos 😉
Obrigado!Forum: Plugins
In reply to: [Kanban Boards for WordPress] Woocommerce kanban based in the status?Cool, for custom order status, that is the best plugin I found: https://wordpress.org/plugins/custom-order-statuses-woocommerce/
And mailster is the best e-mail marketing plugin. With this kanban feature the mailster autoresponder would be able to be used as workflow and I am sure this set would be better than many many CRMs we see in the market. When it is done, please let me know. Would love to buy a premium version of that as well. Thank you! 😉It is actually not updating below product description, as happens in the variation product, just below the product title. Is it possible to get the price just above below the quantity input field with the discount for single products as well? Tks! 😉
Forum: Fixing WordPress
In reply to: wp_debug not workingAnd /var/opt/remi/php72/log/php-fpm/www-error.log keep recording even after define( ‘WP_DEBUG’, false ); is set.
Forum: Fixing WordPress
In reply to: wp_debug not workingIt seems my logs are being recorded here for some reason: /var/opt/remi/php72/log/php-fpm/www-error.log
Does someone know tell me why? Thank you!Forum: Fixing WordPress
In reply to: wp_debug not workingI also tried to set define( ‘WP_DEBUG_LOG’, ‘/wp-content/debug.log’ ); but did not work. Could it be an APACHE error as said here? https://stackoverflow.com/questions/13788660/with-wp-debug-log-set-to-true-no-debug-output-shows-in-debug-log-why
Tks! 😉Forum: Fixing WordPress
In reply to: wp_debug not workingMy bad, just fixed that, but the error persists. That is what is added on my wp-config.php with some hidden information here for security reasons:
/** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. */ define('WP_REDIS_CLIENT', 'pecl'); define('WP_REDIS_HOST', 'localhost'); define('WP_REDIS_PORT', '6379'); define('WP_REDIS_MAXTTL', '86400'); define( 'WP_REDIS_SERIALIZER', Redis::SERIALIZER_IGBINARY ); define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); define('FS_METHOD', 'direct'); define('FS_CHMOD_DIR', (0755 & ~ umask())); define('FS_CHMOD_FILE', (0664 & ~ umask())); /* Multisite */ define('WP_ALLOW_MULTISITE', true); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'xxx'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); define('ESITES_PARENT_SITE_ID', xxx); define( 'xxx_xxxx_PATH', 'wp-content/themes/xxx' ); define('COOKIE_DOMAIN', $_SERVER['HTTP_HOST'] ); //set_time_limit(60); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */What could be causing the issue if not something at this peace of code? Thank you! 😉
Forum: Fixing WordPress
In reply to: Restore backup warning every new post publishedHmm, but why do you think that? Could not it be related to a plugin as well? How can I debug it to be sure the patch I should take? Tks! 😉