Hi ,
i try to work this out, everything is configure as it should be.
click on the button and than i get
“0 pages found.”
i have for now just 10 published pages that i created.
why it is happen?
*i have the latest version of wordpress
*ubuntu server
*chmod 777 on all the var/www/html/dir (just for now for testing if its permission issue)
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