• Resolved tokuhiro.c

    (@tokuhirochino)


    When I press ‘Process Queued Updates’ button, it always fails.
    Listing outdated plugins and wordpress looks good.

    Error message is below.

    Failed updates (Skipped)

    Error message is shown immediately after press the button.
    I doubt error occurred before connect remote site.

    I checked DevTools console and error log is here.

    UpdraftCentral: send_site_rpc(updates.do_updates) - the submitted data parameter contains unserializable types (follows)
    dashboard.min.js?ver=0.8.6:1 Error path: data -> plugins -> in_array
    dashboard.min.js?ver=0.8.6:1 Error field: in_array
    dashboard.min.js?ver=0.8.6:1 Error type: function
    dashboard.min.js?ver=0.8.6:1 Error value follows:
    dashboard.min.js?ver=0.8.6:1 ? (e){for(var n=0,t=this.length;n<t;n++)if(this[n]==e)return!0;return!1}

    I’m using UpdraftPlus Premium (enterprise) on remote sites.
    Do I have to do any settings on remote sites?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author David Anderson

    (@davidanderson)

    Hi,

    Thank you for this report. I have asked one of our developers to look at how to fix it, based on the information given.

    David

    Plugin Author David Anderson

    (@davidanderson)

    Hi,

    It seems that you have some JavaScript running either in your website or in a browser extension which modifies one of the fundamentals of the JavaScript environment, https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/prototype – (“This provides a very powerful although potentially dangerous mechanism to override or extend object behavior.”). Any idea what it is? Whatever it is, that’s the thing that’s breaking it. Try running in a browser with no extensions, and de-activating other extensions, and see if that makes a difference.

    David

    Thread Starter tokuhiro.c

    (@tokuhirochino)

    Hi, David.

    I found one of minor plugin was the problem as you said.
    I have no idea which code is affected, but I will check it out.
    Thank you and your team for investigation about this.

    Thread Starter tokuhiro.c

    (@tokuhirochino)

    Hi,

    I found Array is extended and which caused confliction.
    I fixed it and now Queued Updates works!

    Thank you!

    Plugin Author David Anderson

    (@davidanderson)

    Hi,

    Thank you. Out of interest, what plugin/theme/etc. was extending Array?

    David

    Thread Starter tokuhiro.c

    (@tokuhirochino)

    Hi,
    The plugin is a custom plugin.
    It’s not registered in www.ads-software.com plugin directory.

    This plugin is just for my site.
    So, forget about it.

    Thanks again.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Process Queued Updates always fails’ is closed to new replies.