Feeds are Duplicated after last Update 13.3.5.2

[ad_1]

Thread Starter
basler

(@basler)

Hey Team

I did Upload the PHP Errors i get to chatgpt mabye this will help you, to help with my problem.

The error messages you’ve posted indicate issues with the WordPress plugin “Woo Product Feed Pro” (or a variant of it). Specifically, these are PHP warnings related to undefined array keys. Here’s a detailed breakdown:

  1. Undefined Array Key “step”:
   PHP Warning:  Undefined array key "step" in *******/wp-content/plugins/woo-product-feed-pro/bootstrap-old.php on line 4425
  • Meaning: This warning indicates that the code is attempting to access an array key named “step” that does not exist or is not defined. This could suggest that a variable expected to be initialized wasn’t properly set.
  1. Undefined Array Key “name”:
   PHP Warning:  Undefined array key "name" in ********/wp-content/plugins/woo-product-feed-pro/pages/admin/woosea-generate-feed-step-0.php on line 311
  • Meaning: Similar to the first warning, the code is trying to access a non-existent or undefined key “name”. This could be happening in multiple areas of the plugin where the “name” key is expected but is missing.
  1. Undefined Array Key “fields” and “taxonomy”:
   PHP Warning:  Undefined array key "fields" in *******/wp-content/plugins/woo-product-feed-pro/pages/admin/woosea-manage-feed.php on line 225
PHP Warning: Undefined array key "taxonomy" in ********wp-content/plugins/woo-product-feed-pro/pages/admin/woosea-manage-feed.php on line 264
  • Meaning: These warnings indicate that the keys “fields” and “taxonomy” are not defined, even though they are being used in the code. This suggests similar issues as the previous warnings.

Causes and Solutions:

  1. Incorrect Variable Checks:
  • The most common cause of these types of warnings is that the code does not check whether the array keys actually exist before attempting to access them. This can be fixed by using an isset() check to ensure the keys are present.
  1. Missing Initialization:
  • It’s possible that certain variables or array keys are not properly initialized before being used. This could be due to a logic error in the plugin or incomplete configuration.
  1. Plugin Bug:
  • These warnings might indicate a bug in the plugin. Check if there are any updates available for the plugin that might address these issues. If the problem persists, it may be worth reaching out to the plugin’s support team.
  1. Manual Code Adjustment:
  • A potential solution could involve manually inspecting the code to ensure that all necessary array keys are set and initialized. However, this would require some programming knowledge.

These warnings are generally not critical and often do not result in a complete site failure. However, they could lead to unexpected behavior over time and should be addressed to ensure the stability of your website.

Hi @basler, can you give me the raw logs instead of the chatgpt version? I need to see the order of the log information. Thanks!

Please also ensure you are updated to 13.3.5.2 and have regenerated your feeds. If you can also paste me the log information under Settings->Plugin system info that would be very helpful, thanks!

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer