An error with WooCommerce

I’m not sure if this is a bug with Pro, WooCommerce, or WP.

Notice : Undefined property: stdClass::$tco-data in /home/carpetlandusates/public_html/wp-admin/includes/class-wp-posts-list-table.php on line 294

When I go to view Products in the back end this error appears.

This error still appears when I have the troubleshooting mode activated and the only things activated are Pro and WooCommerce.

I have the most recent version of Pro, PHP, WP, and WC.

Hello @alex5252,

Thanks for writing in! Are you using the latest Theme update? This is just a PHP Notice which you do not have to worry about. To get rid of this PHP Notices, you may disable the debug mode. You can do this by opening wp-config.php and adding

define('WP_DEBUG', false);

/* That's all, stop editing! Happy blogging. */

When you revisit the page, you should no longer be seeing the PHP Notices.

Kindly let us know how it goes.

Hello,

As I stated in my first message I am using the most up to date version of pro.

I’m in development so I want to keep seeing errors and warnings.

I had a similar setup (Pro, WC, etc) I was working on just a month ago and this warning never appeared. I was using php 7.3 and had the (as of then) the most up to date versions of pro, wp, and wc.

Troubleshooting the problem on this site, the error persists when WC is the only active plugin and Pro is the active theme.

Therefore, It would seem that either Pro, WC, or WP has since then introduced and error.

I agree that, this being only an notice, that it doesn’t negatively affect the site, however as previously mentioned because I can deduce that this bug was introduced by either you, wp, or wc that you should be notified.

Hey @alex5252,

The latest supported version of WooCommerce with our theme is 4.0 as listed here https://theme.co/docs/version-compatibility since you’re on the latest version of WC, which might have introduced the warning. You can downgrade the plugin’s version and see if this resolves the error.

You can get the previous version from here https://wordpress.org/plugins/woocommerce/advanced/

Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.