• Hey man, great simple plugin, I wrote some customisations to it for 2 reasons: 1 – upload full folders, 2 – upload pages that aren’t linked to from root page tree.

    Found a couple of bugs though
    1 – images in css are not uploaded properly
    2 – you’ve got a bug in the upload_s3_page_chain function as below:

    if(pages_urls_aws.length !== 0){

    this makes it skip the last set of pages from being uploaded (and updates the progress bar falsely) setting that if to “if(urls.length > 0){” fixes this.

    Keep up the great work,
    Nicky

    https://www.ads-software.com/plugins/wpcloudhosting/

  • The topic ‘WPCloudHosting Bug Found’ is closed to new replies.