Okay
-
No ones force you anything, it’s just a message on the footer, so no pressure, sorry if you feel like that.
I figured out the problem. The culprit is Gutenberg. Seems they don’t see eye to eye with woocommerce while using King Composer page builder. When Gutenberg is activated I can’t edit products on woocommerce. I don’t know who between the two will be willing to accommodate the other.
My solution was to disable Gutenberg after doing some research only why I was being redirected to a rate us page whenever I tried to add or edit products on WooCommerce.
Anyone else facing same problem try to disable Gutenberg and see if you can be able to add or edit products on WooCommerce.- This reply was modified 6 years, 1 month ago by benso.
I never tried King Composer page builder, but I can’t reproduce it with only Gutenberg and WooCommerce.
As a developer for a gateway in WooCommerce, I’ve tried running WP5 and Gutenberg, with a minimalistic configuration (only a few plugins activated) and succeeded to reproduce the error by doing very little with the test instance (actually nothing). Currently I run this test instance with PHP 7.2
However, it is without King Composer.
This is what I get from the copied error from the editor (I haven’t tested to create new products yet, since my target is to make the gateway work for WP5 and WC3.5.x-releases):
TypeError: Cannot read property ‘length’ of undefined
at i (https://wp5-wc.localhost/wp-includes/js/dist/date.min.js?ver=5.0-alpha-43815:1:3777)
at d (https://wp5-wc.localhost/wp-includes/js/dist/date.min.js?ver=5.0-alpha-43815:1:4419)
at https://wp5-wc.localhost/wp-includes/js/dist/editor.min.js?ver=5.0-alpha-43815:55:210644
at Ug (https://wp5-wc.localhost/wp-includes/js/dist/vendor/react-dom.min.js?ver=5.0-alpha-43815:90:242)
at Vg (https://wp5-wc.localhost/wp-includes/js/dist/vendor/react-dom.min.js?ver=5.0-alpha-43815:92:379)
at Kf (https://wp5-wc.localhost/wp-includes/js/dist/vendor/react-dom.min.js?ver=5.0-alpha-43815:118:136)
at Lf (https://wp5-wc.localhost/wp-includes/js/dist/vendor/react-dom.min.js?ver=5.0-alpha-43815:118:472)
at jc (https://wp5-wc.localhost/wp-includes/js/dist/vendor/react-dom.min.js?ver=5.0-alpha-43815:127:342)
at aa (https://wp5-wc.localhost/wp-includes/js/dist/vendor/react-dom.min.js?ver=5.0-alpha-43815:126:505)
at ta (https://wp5-wc.localhost/wp-includes/js/dist/vendor/react-dom.min.js?ver=5.0-alpha-43815:124:298)
at Object.enqueueSetState (https://wp5-wc.localhost/wp-includes/js/dist/vendor/react-dom.min.js?ver=5.0-alpha-43815:182:24)
at r.p.setState (https://wp5-wc.localhost/wp-includes/js/dist/vendor/react.min.js?ver=5.0-alpha-43815:19:302)
at https://wp5-wc.localhost/wp-includes/js/dist/data.min.js?ver=5.0-alpha-43815:1:15755
at https://wp5-wc.localhost/wp-includes/js/dist/data.min.js?ver=5.0-alpha-43815:1:6094
at Array.forEach (<anonymous>)
at https://wp5-wc.localhost/wp-includes/js/dist/data.min.js?ver=5.0-alpha-43815:1:6067
at b (https://wp5-wc.localhost/wp-includes/js/dist/data.min.js?ver=5.0-alpha-43815:1:21395)
at https://wp5-wc.localhost/wp-includes/js/dist/data.min.js?ver=5.0-alpha-43815:1:5647
at https://wp5-wc.localhost/wp-includes/js/dist/data.min.js?ver=5.0-alpha-43815:1:13943
at https://wp5-wc.localhost/wp-includes/js/dist/redux-routine.min.js?ver=5.0-alpha-43815:1:9095
at dispatch (https://wp5-wc.localhost/wp-includes/js/dist/data.min.js?ver=5.0-alpha-43815:1:23855)
at https://wp5-wc.localhost/wp-includes/js/dist/redux-routine.min.js?ver=5.0-alpha-43815:1:8676
at https://wp5-wc.localhost/wp-includes/js/dist/redux-routine.min.js?ver=5.0-alpha-43815:1:3965
at Array.some (<anonymous>)
at r (https://wp5-wc.localhost/wp-includes/js/dist/redux-routine.min.js?ver=5.0-alpha-43815:1:3941)
at https://wp5-wc.localhost/wp-includes/js/dist/redux-routine.min.js?ver=5.0-alpha-43815:1:3894- This reply was modified 6 years, 1 month ago by tornevall.
- The topic ‘Okay’ is closed to new replies.