Stas
Forum Replies Created
-
Hi,
I wanted to provide you with an update regarding the warning message:
Warning: Undefined array key "taxonomy-product_brand" in /wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 507- I downgraded WooCommerce to version 10.0.4, and the error was still present.
- Unfortunately, I cannot perform a full conflict test, as this would cause the production site to stop working.
As a temporary fix, I resolved the issue by editing the file class-wc-admin-brands.php at line 507.
I replaced:
$output .= $columns['taxonomy-product_brand'];with:
$output .= $columns['taxonomy-product_brand'] ?? '';This prevents the warning when the
taxonomy-product_brandkey is missing.Thank you.
Best regards
Hello,
The problem solved in the version 6.5.3
Thank you.
Hello,
System Status Report: https://pastebin.com/RYpu4Lu6
Fatal error logs: https://pastebin.com/qJkvdSukForum: Plugins
In reply to: [WooCommerce] Products Listing getting undefined warning.Hello,
I have the same warning message on my website:
Warning: Undefined array key “taxonomy-product_brand” in /wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 507WordPress 6.8.2 en_US
WooCommerce 10.1.0
PHP version: 8.3.22 (Supports 64bit values)I don’t have any “Product Brands” records and I don’t see any option to disable it in the view to avoid such message.
Please assist.
Thank you.Forum: Plugins
In reply to: [EU/UK VAT Validation Manager for WooCommerce] 3.1.0 broken!@kryllyn https://downloads.wordpress.org/plugin/eu-vat-for-woocommerce.3.0.1.zip
Rename the folder of the plugin to “eu-vat-for-woocommerce_OLD”
Sign-in to the console
Rename the folder back, then the plugin will be inactive
Download the old version and upload it in the section Plugins to make a downgrade- This reply was modified 1 year, 6 months ago by Stas.
Forum: Plugins
In reply to: [EU/UK VAT Validation Manager for WooCommerce] 3.1.0 broken!+1
Please fix ASAP or provide a link to the previous version.
Forum: Plugins
In reply to: [Disable User Login] Vulnerable to Cross-Site Request ForgeryHello,
Wordfence no longer complains about plugin security.
Thanks for the quick resolution of the problem!
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Critical Error with latest update+1 I have exactly the same error after the update.
Warning: require_once(includes/class-yit-metabox.php): Failed to open stream: No such file or directory in /wp-content/plugins/yith-infinite-scrolling/plugin-fw/yit-plugin.php on line 20
Hello,
Unfortunately, it’s too complicated solution.
Probably the theme is not compatible with the plugin, but compatible with WooCommerce.
I realized this using standard WooCommerce options – attributes and variables: https://imgur.com/nFUNCY3
Closing the ticket.
Thank you fro your time.
Hello,
WordPress 6.4.1
WooCommerce 8.2.2
PHP 8.2.11 (Supports 64bit values)
Plugin 1.0.22- This reply was modified 2 years, 5 months ago by Stas. Reason: forgot to write plugin version
Hello,
Yes, this the “Calculate inventory” option is enabled, but nothing changed, the “quantity” field is still present.
Looks like I have the same issue and only in default language.
After last update of the plugin in default language I can see the content (page) part only on homepage. Other pages show me such message:
“Nothing Found
It seems we can’t find what you’re looking for. Perhaps searching can help.”
If switch to another language this problem does not reproduce.
Theme developer said that it’s Polylang issue.
@peterforensys your temporary solution does not help for my website.Hello @heitor_tito ,
The issue was solved:
– Created a new empty page
– Set it as the base page of the shop in WooCommerce settings
– Created a new template for the base page of the shop using Divi Builder: https://www.wppagebuilders.com/custom-woocommerce-shop-page-divi-builderHello @heitor_tito ,
Unfortunately, the Divi Builder solution does not help.
Any new page which is set as the base page of the shop does not work.
I’ve created a ticket here: https://woocommerce.com/my-account/create-a-ticket/
So this ticket can be closed.
I’ve disabled “Deny bad query strings” in WP Security > Firewall > Addition firewall rules tab and not the language switcher is working correctly.
Thank you for your help.