• Resolved wetalkmusiconline

    (@wetalkmusiconline)


    I had it up and running after a lot of trial and error, and it was in the middle of the night. Then after around 5GB of bulk upload the thing failed and I began without enough sleep to figure out why.

    ended up deleting the bucket and then realise I couldn’t begin all over again, so after removing everything in sql, and reinstall the plugin. I’m lost and tired.

    Can someone please tell me what is wrong here (nevermind keys, I’m only testing) I’m pretty sure this worked

    define(‘ADVMO_MINIO_KEY’, ‘8i6AcvAbcgm4qqzO4mu8’);
    define(‘ADVMO_MINIO_SECRET’, ‘XmeyH31bxbPbs8ZtaA046t6bddg96kAMCvXChiHt’);
    define(‘ADVMO_MINIO_ENDPOINT’, ‘http://192.168.87.131:9000’);
    define(‘ADVMO_MINIO_BUCKET’, ‘wtmo’);
    define(‘ADVMO_MINIO_DOMAIN’, ‘http://192.168.87.131’);
    define(‘ADVMO_MINIO_PATH_STYLE_ENDPOINT’, true);

Viewing 1 replies (of 1 total)
  • Plugin Author Masoud Golchin

    (@masoudin)

    Hello, @wetalkmusiconline

    I noticed those #8217; characters in your domain and endpoint – these are actually HTML entity codes for apostrophes that shouldn’t be there. They’re likely causing connection issues.

    Have you successfully connected with this setup? What specific errors are you encountering?

    To troubleshoot:

    Enable debugging in wp-config.php and Check the debug.log file for error details.
    define('WP_DEBUG', true); define('WP_DEBUG_LOG', true);

    If you’re trying to re-offload media, you don’t need to reinstall it. Instead, remove database entries with the advmo prefix from both the post_meta and options tables.

Viewing 1 replies (of 1 total)

The topic ‘Confg problem again’ is closed to new replies.