Support » Fixing WordPress » Updated to WordPress 5.3 – Post page shows isSavingPost null error

  • Resolved andiruleu

    (@andiruleu)


    Updated to wordpress 5.3 and was getting ‘isSavingPost’ of null in my console error. The WP Bakery doesn’t work, nor does the text editor tab (it just stays on visual tab).

    Not sure if this is related to Yoast or any other plugin, but when I deactivated Yoast plugin, the WP Bakery plugin started functioning again, and then the text editor was working fine (was able to switch between visual and text tab).

    Here’s the screen shot.

    https://imgur.com/a/qUqsN0N

    • This topic was modified 1 year, 9 months ago by andiruleu.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    This may be a plugin or theme conflict. Please attempt to disable all plugins, and switch to the default Twenty Nineteen theme. If the problem goes away, enable them one by one to identify the source of the problem.

    If you can install plugins, install Health Check. On the troubleshooting tab, you can click the button to disable all plugins and change the theme for you, while you’re still logged in, without affecting normal visitors to your site.

    Updated to wordpress 5.3 and was getting ‘isSavingPost’ of null in my console error. […] Not sure if this is related to Yoast or any other plugin

    I’ve tracked the error down to a plugin called Link Whisper. One of the scripts in the plugin (wp-content/plugins/link-whisper/js/wpil_admin.js) listens to data-related events in the editor and, whenever anything changes, it tries to call a WordPress API but fails in the process.

    In this case, it seems that the Yoast plugin, as part of its normal operation, initiates an action which Link Whisper then reacts to. I’d try disabling Link Whisper rather than Yoast and see if that helps. If so, I would then suggest bringing up this issue with the maintainers of Link Whisper.

    Thread Starter andiruleu

    (@andiruleu)

    Yup! that was the cause of it. Thanks! I’ll reach out to the developer regarding this.

    Theres issue with yoast and Link Whisper Plugin. I updated my site to new version of wordpress and noticed that Yoast Metadata Disappears.
    Once I Deactive link whisper , Yoast metadata box appears…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Updated to WordPress 5.3 – Post page shows isSavingPost null error’ is closed to new replies.