• I just ran the command wp mediacloud import from the root of my installation (eg where the wp-config.php file recites) and within seconds I get a full list of my 555 files looking something like this [488 of 555] Importing Picture4-1.jpg (1187) ... Done., but nothing has happend. All my files are still hosted on my local machine, my bucket is empty and none of the url seem to have changed(I’ve also tested this with a full bucket where all the images are already uploaded to with the correct path eg 2018/10/Picture4-1.jpg and also nothing).

    I also enabled the Media List Integration integration and ran just a hand full (and even one at a time) importer. It will than show me the progress bar and a few seconds later I am back at the normal import screen (eg no errors or notices) and again nothing has happend.

    Uploading new files work just fine. Tips?

Viewing 7 replies - 1 through 7 (of 7 total)
  • I am experiencing the same issue.

    shopmaster

    (@serdarozbilen)

    Yes, me too.

    Just started to see this issue on a test install on a Virtual Box instance. Wondering if there’s some gotcha on the way it’s configured that I’m missing.

    That said, I did notice my Uploads folder is mostly empty (so apparently the files moved somewhere), but the S3 bucket it was supposed to go to isn’t showing the supposedly “moved” files per wp-cli or GUI importer.

    • This reply was modified 6 years, 1 month ago by jtcheng.
    Thread Starter mvaneijgen

    (@mvaneijgen)

    @jtcheng please tell if you find anything. I still haven’t figured it out!

    Plugin Author interfacelab

    (@interfacelab)

    Try importing from the command line.

    – SSH into your server
    – Make sure WP CLI is installed
    cd to the root of your wordpress directory
    – type wp mediacloud import

    You can also type wp mediacloud import --debug=mediacloud for debugging output.

    This should be fixed in 2.1.6 though but the web import is a hack designed for small batches.

    Plugin Author interfacelab

    (@interfacelab)

    @mvaneijgen

    Are you seeing no output from the command at all? Please copy/paste any output you are seeing.

    Thanks,

    Jon.

    Thread Starter mvaneijgen

    (@mvaneijgen)

    For this particular project I have manually moved all the files to the S3 server and used the WordPress file url change function to point all the files to the S3 bucket.

    Running through all the steps you’ve mentioned above all I get is a terminal log that looks like the following [488 of 555] Importing Picture4-1.jpg (1187) ... Done. for each and every file, but nothing will happend on my S3 bucket.

    At the moment I can’t try wp mediacloud import --debug=mediacloud because the project is live at the moment, but I will keep that in mind of the next project.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘wp mediacloud import doesn’t seem to do anything.’ is closed to new replies.