Hi,
relationship field not saved in chrome – ACF Pro
(on Safari (Mac), Firefox(Mac), there\’s no problem.)
and there is no any error message on screen.
when I use chrome inspect tool, there’s one error like this:
––––––––––––––––––––––––
Uncaught TypeError: Cannot set property ‘toolbars’ of undefined
at post.php?post=6964&action=edit:2874
––––––––––––––––––––––––
these are screenshots:
https://www.dropbox.com/s/2pj03m914bcv292/Screenshot%202018-06-23%2018.50.04.png?dl=0
https://www.dropbox.com/s/v3x4qpfd09p3ilf/Screenshot%202018-06-23%2018.50.15.png?dl=0
but in ACF Pro ver 5.5.14, it\’s no problem. I can save data with it successfully.
my current ACF Pro version:
5.6.10
WP version:
4.9.6
chrome version:
67.0.3396.87 on MacOs
thank you very much!
Chris.
I tried to add this line into wp-config.php
––––––––––––––––––––––––
define(‘SCRIPT_DEBUG’, true);
––––––––––––––––––––––––
then the problem solved.
very strange.