Title: Stas's Replies | WordPress.org

---

# Stas

  [  ](https://wordpress.org/support/users/web13/)

 *   [Profile](https://wordpress.org/support/users/web13/)
 *   [Topics Started](https://wordpress.org/support/users/web13/topics/)
 *   [Replies Created](https://wordpress.org/support/users/web13/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/web13/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/web13/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/web13/engagements/)
 *   [Favorites](https://wordpress.org/support/users/web13/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/web13/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/web13/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Undefined array key “taxonomy-product_brand” in class-wc-admin-brands.php](https://wordpress.org/support/topic/undefined-array-key-taxonomy-product_brand-in-class-wc-admin-brands-php/)
 *  Thread Starter [Stas](https://wordpress.org/support/users/web13/)
 * (@web13)
 * [8 months, 4 weeks ago](https://wordpress.org/support/topic/undefined-array-key-taxonomy-product_brand-in-class-wc-admin-brands-php/#post-18601250)
 * Hi,
 * I wanted to provide you with an update regarding the warning message:
 *     ```wp-block-code
       Warning: Undefined array key "taxonomy-product_brand" in /wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 507
       ```
   
    1. I downgraded WooCommerce to version **10.0.4**, and the error was still present.
    2. 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:
 *     ```wp-block-code
       $output .= $columns['taxonomy-product_brand'];
       ```
   
 * with:
 *     ```wp-block-code
       $output .= $columns['taxonomy-product_brand'] ?? '';
       ```
   
 * This prevents the warning when the `taxonomy-product_brand` key is missing.
 * Thank you.
 * Best regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Coupon Affiliates – Affiliate Plugin for WooCommerce] Undefined variable $couponcode in registration-form.php on line 1472](https://wordpress.org/support/topic/undefined-variable-couponcode-in-registration-form-php-on-line-1472/)
 *  Thread Starter [Stas](https://wordpress.org/support/users/web13/)
 * (@web13)
 * [8 months, 4 weeks ago](https://wordpress.org/support/topic/undefined-variable-couponcode-in-registration-form-php-on-line-1472/#post-18601245)
 * Hello,
 * The problem solved in the version 6.5.3
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Undefined array key “taxonomy-product_brand” in class-wc-admin-brands.php](https://wordpress.org/support/topic/undefined-array-key-taxonomy-product_brand-in-class-wc-admin-brands-php/)
 *  Thread Starter [Stas](https://wordpress.org/support/users/web13/)
 * (@web13)
 * [9 months ago](https://wordpress.org/support/topic/undefined-array-key-taxonomy-product_brand-in-class-wc-admin-brands-php/#post-18600247)
 * Hello,
 * **System Status Report**: [https://pastebin.com/RYpu4Lu6](https://pastebin.com/RYpu4Lu6)
   **
   Fatal error logs**: [https://pastebin.com/qJkvdSuk](https://pastebin.com/qJkvdSuk)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Products Listing getting undefined warning.](https://wordpress.org/support/topic/products-listing-getting-undefined-warning/)
 *  [Stas](https://wordpress.org/support/users/web13/)
 * (@web13)
 * [9 months ago](https://wordpress.org/support/topic/products-listing-getting-undefined-warning/#post-18600195)
 * 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 **507**
 * WordPress 6.8.2 en_US
   WooCommerce 10.1.0PHP 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EU/UK VAT Validation Manager for WooCommerce] 3.1.0 broken!](https://wordpress.org/support/topic/3-1-0-broken/)
 *  [Stas](https://wordpress.org/support/users/web13/)
 * (@web13)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/3-1-0-broken/#post-18122836)
 * [@kryllyn](https://wordpress.org/support/users/kryllyn/) [https://downloads.wordpress.org/plugin/eu-vat-for-woocommerce.3.0.1.zip](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
   consoleRename the folder back, then the plugin will be inactiveDownload 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](https://wordpress.org/support/users/web13/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EU/UK VAT Validation Manager for WooCommerce] 3.1.0 broken!](https://wordpress.org/support/topic/3-1-0-broken/)
 *  [Stas](https://wordpress.org/support/users/web13/)
 * (@web13)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/3-1-0-broken/#post-18122823)
 * +1
 * Please fix ASAP or provide a link to the previous version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable User Login] Vulnerable to Cross-Site Request Forgery](https://wordpress.org/support/topic/vulnerable-to-cross-site-request-forgery-2/)
 *  Thread Starter [Stas](https://wordpress.org/support/users/web13/)
 * (@web13)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/vulnerable-to-cross-site-request-forgery-2/#post-17346268)
 * Hello,
 * Wordfence no longer complains about plugin security.
 * Thanks for the quick resolution of the problem!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH Infinite Scrolling] Critical Error with latest update](https://wordpress.org/support/topic/critical-error-with-latest-update-2/)
 *  [Stas](https://wordpress.org/support/users/web13/)
 * (@web13)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/critical-error-with-latest-update-2/#post-17275254)
 * +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**
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flexible Quantity - Measurement Price Calculator for WooCommerce] Plugins New Unit of Measure does not replace default product quantity field](https://wordpress.org/support/topic/plugins-new-unit-of-measure-does-not-replace-default-product-quantity-field/)
 *  Thread Starter [Stas](https://wordpress.org/support/users/web13/)
 * (@web13)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/plugins-new-unit-of-measure-does-not-replace-default-product-quantity-field/#post-17203383)
 * 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](https://imgur.com/nFUNCY3)
 * Closing the ticket.
 * Thank you fro your time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flexible Quantity - Measurement Price Calculator for WooCommerce] Plugins New Unit of Measure does not replace default product quantity field](https://wordpress.org/support/topic/plugins-new-unit-of-measure-does-not-replace-default-product-quantity-field/)
 *  Thread Starter [Stas](https://wordpress.org/support/users/web13/)
 * (@web13)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/plugins-new-unit-of-measure-does-not-replace-default-product-quantity-field/#post-17202058)
 * Hello,
 * WordPress 6.4.1
   WooCommerce 8.2.2PHP 8.2.11 (Supports 64bit values)Plugin 1.0.22
    -  This reply was modified 2 years, 5 months ago by [Stas](https://wordpress.org/support/users/web13/).
      Reason: forgot to write plugin version
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flexible Quantity - Measurement Price Calculator for WooCommerce] Plugins New Unit of Measure does not replace default product quantity field](https://wordpress.org/support/topic/plugins-new-unit-of-measure-does-not-replace-default-product-quantity-field/)
 *  Thread Starter [Stas](https://wordpress.org/support/users/web13/)
 * (@web13)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/plugins-new-unit-of-measure-does-not-replace-default-product-quantity-field/#post-17198183)
 * Hello,
 * Yes, this the “[Calculate inventory](https://monosnap.com/file/ZHxRtjIhH5rj4ez2OpnTF6hHp7wzgq)”
   option is enabled, but nothing changed, the “quantity” field is still present.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Pages are broken in primary language, temporary solution: resaving permalinks](https://wordpress.org/support/topic/pages-are-broken-in-primary-language-temporary-solution-resaving-permalinks/)
 *  [Stas](https://wordpress.org/support/users/web13/)
 * (@web13)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/pages-are-broken-in-primary-language-temporary-solution-resaving-permalinks/#post-16853955)
 * 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 FoundIt 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](https://wordpress.org/support/users/peterforensys/)
   your temporary solution does not help for my website.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Datalayer for WooCommerce FREE] The base page of shop does not work due to the plugin issue](https://wordpress.org/support/topic/the-base-page-of-shop-does-not-work-due-to-the-plugin-issue/)
 *  Thread Starter [Stas](https://wordpress.org/support/users/web13/)
 * (@web13)
 * [3 years ago](https://wordpress.org/support/topic/the-base-page-of-shop-does-not-work-due-to-the-plugin-issue/#post-16700610)
 * Hello [@heitor_tito](https://wordpress.org/support/users/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-builder](https://www.wppagebuilders.com/custom-woocommerce-shop-page-divi-builder)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Datalayer for WooCommerce FREE] The base page of shop does not work due to the plugin issue](https://wordpress.org/support/topic/the-base-page-of-shop-does-not-work-due-to-the-plugin-issue/)
 *  Thread Starter [Stas](https://wordpress.org/support/users/web13/)
 * (@web13)
 * [3 years ago](https://wordpress.org/support/topic/the-base-page-of-shop-does-not-work-due-to-the-plugin-issue/#post-16699236)
 * Hello [@heitor_tito](https://wordpress.org/support/users/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/](https://woocommerce.com/my-account/create-a-ticket/)**
 * So this ticket can be closed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-In-One Security (AIOS) – Security and Firewall] Language switcher on the login screen does not work](https://wordpress.org/support/topic/language-switcher-on-the-login-screen-does-not-work/)
 *  Thread Starter [Stas](https://wordpress.org/support/users/web13/)
 * (@web13)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/language-switcher-on-the-login-screen-does-not-work/#post-16428465)
 * Hi [@hjogiupdraftplus](https://wordpress.org/support/users/hjogiupdraftplus/)
 * 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.

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/web13/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/web13/replies/page/2/?output_format=md)