Images of old sites are not in migrated site in WPMUDEV host

Your support has made me transfer the site to your server. After migration, photos from ftp are not displayed in the library. It’s a problem. Pictures are on the server but they are not in the library.

There is also a problem because if I want to add a picture from the library, for example to the branda plugin, there is nothing in the library.

After refreshing WordPress from the Hosting – Overview the newly uploaded images are showing but not the ones that were in the old site

  • Ash
    • Code Norris

    Hello Micha?

    Would you please add the following code on wp-config.php:

    define( 'AS3CF_SETTINGS', serialize( array(
    'provider' => 'aws',
    'access-key-id' => '********************',
    'secret-access-key' => '**************************************',
    ) ) );

    Set the correct access ID and key.

    Put the code on wp-config.php file before “That’s all, stop editing comment.”

    Let us know if that works by then. Have a nice day!

    Cheers,

    Ash