• Im testing out this nifty little plugin, but im struggling with the Storage Importer and my S3 bucket.

    The storage importer seems to run as intended and “flags” my uploads with a little cloud after end run. But only thing that lands on my S3 is a directory and a subdirectory, and otherwise empty. So I must assume that the credentials are in order. I’ve also tested the importer throug WP-CLI and same result. The importer seems to run as intended, but still no content uploaded to the S3 bucket, but the 2 directories.

    Doing a new upload works fine.

    there are a few php warnings during the run, but nothing that seems explaining that no files are uploaded at all.

    PHP Notice:  Undefined index: file in /var/www/wordpress/wp-content/plugins/ilab-media-tools/classes/Tools/Storage/StorageTool.php on line 1798
    PHP Notice:  Undefined index: dirname in /var/www/wordpress/wp-content/plugins/ilab-media-tools/classes/Tools/Storage/StorageTool.php on line 231
    PHP Notice:  exif_imagetype(): Read error! in /var/www/wordpress/wp-includes/functions.php on line 2378
    PHP Warning:  unlink(/var/www/wordpress/wp-content/uploads/): Is a directory in /var/www/wordpress/wp-content/plugins/ilab-media-tools/classes/Tools/Storage/StorageTool.php on line 931

    any input would be appreciated

The topic ‘Storage importer odd behavior’ is closed to new replies.