master.js?ver=6.2.0:51 TypeError: Cannot set property ‘status’ of undefined
at master.js?ver=6.2.0:51
at Array.forEach (<anonymous>)
at master.js?ver=6.2.0:51
at e.produce (master.js?ver=6.2.0:20)
at pe (master.js?ver=6.2.0:51)
at master.js?ver=6.2.0:51
at c (master.js?ver=6.2.0:27)
at Generator._invoke (master.js?ver=6.2.0:27)
at Generator.next (master.js?ver=6.2.0:27)
at ke (master.js?ver=6.2.0:51)
Is this a known issue ?
Hi I’ve tried the move again and it went through without JS errors and did update a lot, however not everything.
I’ve found that buttons created within WP Bakery did not get updated. In the post raw code view mode I can see that they look like this
[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][button title="Lighting Comparison Download" link="/preview/wp-content/uploads/2014/09/Lighting.pdf" new_tab="yes" with_icon_bool="no"][/vc_column][/vc_row]
That /preview part at the start of the link should have been removed.
Hi Adam,
I see from the markup the URL included in the button is relative and does not contain the domain. This plugin has no way to know that
/preview
is part of larger URL (as there could be other instances of/preview
which are not meant to be updated). However, you may update these relative urls by inputting the following values:Have a great weekend!