• Resolved ncm12

    (@ncm12)


    I’ve installed the plugin; Tested connection successfully; Choose to Retain Local Files; And offload all media files: ‘All media files are currently stored in the cloud.’; Saved

    In the gallery all images are gone (not loaded). In the website front too! But all images are in the S3 bucket (Minio). Like they were de-attached from the wp.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter ncm12

    (@ncm12)

    Also if media is upload doesn’t showup. But it creates in the S3 bucket.

    Plugin Author Masoud Golchin

    (@masoudin)

    Hi @ncm12,

    If images are not showing up for you and they exist on Min.io, please check the following:

    1. Are the images publicly accessible? You should check Min.io settings
    2. Verify the Min.io domain added to your wp-config.php. It should be the publicly accessible domain connected to Min.io.

    If you need further assistance, please let us know. We can set up the plugin for you at no charge.

    Thread Starter ncm12

    (@ncm12)

    Hi there Masoud. Thank you for the prompt reply.

    This is what i use in wp-config.php:

    define(‘ADVMO_MINIO_KEY’, ‘mykey’);
    define(‘ADVMO_MINIO_SECRET’, ‘mysecret’);
    define(‘ADVMO_MINIO_BUCKET’, ‘wordpress.bucket’);
    define(‘ADVMO_MINIO_DOMAIN’, ‘https://s3.wordpress.site’);
    define(‘ADVMO_MINIO_ENDPOINT’, ‘https://storage.wordpress.site’);
    define(‘ADVMO_MINIO_REGION’, ‘us-east-1’);

    BTW I’m using Minio selfhosted.

    Update: I had paste it wrong. Now I’ve paste the actual settings in config file.

    When i go into the library and into an image, i can see the path to the image like https://s3.wordpress.site/wordpress.bucket/2024/12/11103114/imge.jpg. But if i click the Minio website opens to login…

    • This reply was modified 2 months, 3 weeks ago by ncm12.
    • This reply was modified 2 months, 3 weeks ago by ncm12.
    • This reply was modified 2 months, 3 weeks ago by ncm12.
    Plugin Author Masoud Golchin

    (@masoudin)

    @ncm12

    The issue you’re experiencing seems to be related to your Min.io configuration.

    It would be helpful if you could share live examples so we can examine the issue more closely. Additionally, could you provide the tutorial you used to set up the Min.io server?

    Thread Starter ncm12

    (@ncm12)

    Thank you for the response. I guess you are right but i’m not able to fix this.

    I simple followed the instructions on the plugin page.

    How can i send you credentials or more info you could need to access this?

    Plugin Author Masoud Golchin

    (@masoudin)

    You can reach out to us at [email protected]

    Having similar issues with Cloudflare R2 – connection works, new images are uploaded to the storage but no preview of image in Media Library, set as Featured Image or added to post/page.

    Object permissions are set as Read & Write.

    Any thoughts/suggestion?

    Edit: looks like a 404 error, so wonder if I have the Domain Settings or Custom Path Prefix set right!

    Edit 2: Ignore me — I realised I had the “ADVMO_CLOUDFLARE_R2_DOMAIN” setting wrong! ??

    • This reply was modified 2 months, 3 weeks ago by davinian.
    • This reply was modified 2 months, 3 weeks ago by davinian.
    Plugin Author Masoud Golchin

    (@masoudin)

    Hi @davinian

    Thank you for the update! Glad you identified the issue with the ADVMO_CLOUDFLARE_R2_DOMAIN setting.

    If you need further assistance or run into other issues, feel free to reach out! ??

    @masoudin thank you, so far so good ??

    Thread Starter ncm12

    (@ncm12)

    @masoudin Your provide solution works.

    define(‘ADVMO_MINIO_DOMAIN’, ‘https://s3.wordpress.site’); is wrong!

    Should be: https://storage.wordpress.site&#8217

    Thank you very much.

    Plugin Author Masoud Golchin

    (@masoudin)

    @ncm12

    Happy to help ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.