You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the CLI is generating products, with WP_DEBUG turned on, the following warnings periodically show up:
Warning: Undefined array key 0 in /var/www/html/wp-content/plugins/wc-smooth-generator/includes/Generator/Generator.php on line 99
Warning: Attempt to read property "term_id" on null in /var/www/html/wp-content/plugins/wc-smooth-generator/includes/Generator/Generator.php on line 99
It doesn't happen for every product generated. When generating 20 products, I am seeing the set of two warnings 5 times.
The text was updated successfully, but these errors were encountered:
Another warning when generating orders after already generating customers and products:
Generating orders 20 % [=============================> ] 0:00 / 0:00Warning: Trying to access array offset on value of type bool in /srv/htdocs/wp-content/plugins/woocommerce/includes/wc-product-functions.php on line 797
Warning: Trying to access array offset on value of type bool in /srv/htdocs/wp-content/plugins/woocommerce/includes/wc-product-functions.php on line 798
Warning: Trying to access array offset on value of type bool in /srv/htdocs/wp-content/plugins/woocommerce/includes/wc-product-functions.php on line 799
Warning: Trying to access array offset on value of type bool in /srv/htdocs/wp-content/plugins/woocommerce/includes/wc-product-functions.php on line 805
Warning: Trying to access array offset on value of type bool in /srv/htdocs/wp-content/plugins/woocommerce/includes/wc-product-functions.php on line 806
Warning: Trying to access array offset on value of type bool in /srv/htdocs/wp-content/plugins/woocommerce/includes/wc-product-functions.php on line 807
Warning: Trying to access array offset on value of type bool in /srv/htdocs/wp-content/plugins/woocommerce/includes/wc-product-functions.php on line 812
Warning: Trying to access array offset on value of type bool in /srv/htdocs/wp-content/plugins/woocommerce/includes/wc-product-functions.php on line 813
Warning: Trying to access array offset on value of type bool in /srv/htdocs/wp-content/plugins/woocommerce/includes/wc-product-functions.php on line 814
Warning: Trying to access array offset on value of type bool in /srv/htdocs/wp-content/plugins/woocommerce/includes/wc-product-functions.php on line 819
Warning: Trying to access array offset on value of type bool in /srv/htdocs/wp-content/plugins/woocommerce/includes/wc-product-functions.php on line 820
Warning: Trying to access array offset on value of type bool in /srv/htdocs/wp-content/plugins/woocommerce/includes/wc-product-functions.php on line 821
While the CLI is generating products, with WP_DEBUG turned on, the following warnings periodically show up:
It doesn't happen for every product generated. When generating 20 products, I am seeing the set of two warnings 5 times.
The text was updated successfully, but these errors were encountered: