• Resolved Mick Levin

    (@mick-levin)


    Hello,

    Since one of recent updates, about a week or two, I noticed that the page with WordPress updates does not display any progress or result. It looks like it’s doing something (spinning wheel in tab), but there is nothing displayed on the page.

    Here: /wp-admin/update-core.php?action=do-plugin-upgrade

    The DevTools shows that there are 2 documents loaded, second being a call to update.php, but the output from that file never goes into the frame on the WordPress update page. DevTool’s preview of the file in Network inspector shows the data which should have been displayed, so the functionality is not broken. The display of progress is.

    The DevTools console does not show any JS errors.

    When RankMath plugin is disabled, the updates’ progress is visible on webpage as usual.

    I found that by disabling all plugins, one by one. The problem was there until RankMath was disabled.

    (“Luckily” I have a commercial plugin which came bundled with commercial theme, and that plugin fails to get updated, so I had a plenty of time to test the update procedure, with one more plugin disabled each time).

    Any thoughts on this problem? Is it possible that one of WordPress JS gets not loaded? Started a week or two ago. Before that there were no issues with older version of RankMath.

    Hope you have any idea on how to solve this problem.

    Sincerely,
    Mick

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rank Math SEO

    (@rankmath)

    Hello @mick-levin

    Thank you for contacting the support and sorry for any inconvenience that might have been caused due to that.

    Yes, we have identified the issue and the same shall be fixed in an upcoming update.

    Version control’s CSS is causing the problem. Overwriting following CSS file in includes/modules/version-control/assets should fix the issue: (you got to clear the cache after that)

    /*!
     * Plugin:	Rank Math - Version Control
     * URL:		https://rankmath.com/wordpress/plugin/seo-suite/
     * Name:	version-control.css
     */.rank-math-status-wrap .rank-math-export-form h3{margin:5px 0 0}.rank-math-status-wrap .loading-indicator-text{line-height:2}.rank-math-status-wrap iframe,.rank-math-status-wrap a[target="_parent"]{display:none}.rank-math-status-wrap .rollback-warning{text-transform:uppercase;color:#F44336}.rank-math-status-wrap .rollback-version-label{color:#FF9800;font-weight:500}.rank-math-rollback-form th,.rank-math-rollback-form td{padding:10px 5px 10px 0}.rank-math-rollback-form .update-link{margin-left:4px}.rank-math-beta-optin-form th,.rank-math-auto-update-form th{vertical-align:middle}.rank-math-beta-optin-form .cmb-row,.rank-math-auto-update-form .cmb-row{border-bottom:none}.rank-math-rollback-status>.wrap{background:#fff;padding:10px 20px;border:1px solid #ddd}.rank-math-rollback-status>.wrap>h1{font-size:22px;font-weight:bold}
    

    We will release a Beta first with the fix and if you want to try that you can opt into our Beta by following this simple tutorial:
    https://rankmath.com/kb/version-control/#beta-updates

    We seek your patience and understanding in this matter. If there’s anything else, please let us know. We are here to assist.

    Thread Starter Mick Levin

    (@mick-levin)

    Thank you, the updated CSS worked in my test case.

    Hoping to see updated fixed version soon!

    Sincerely,
    Mick Levin

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WordPress updates do not show any progress’ is closed to new replies.