Error in error log

I am getting following error in my error log.

PHP Warning:  Undefined property: stdClass::$theme_location in wp-content/themes/x/framework/legacy/functions/plugins/woocommerce.php on line 503

Hey @microbinary,

If you’re using PHP 8, that could be the reason. Please contact your web host to downgrade PHP to version 7.4 because most WordPress themes and plugins aren’t PHP 8 ready yet. Check our theme’s requirements and version compatibility here: https://theme.co/docs/version-compatibility#general-requirements

If that doesn’t help, disable the display of warning messages on your live site by following the example WordPress debug setup here: https://wordpress.org/support/article/debugging-in-wordpress/. Displaying error messages in your live site is a security risk. You must only enable error display in your staging or development site.

Thanks.

Thanks for your reply.

Downgrading to PHP version 7.4 eliminated the error.

Glad to hear that, Baljit.

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