Title: Confg problem again
Last modified: February 10, 2025

---

# Confg problem again

 *  Resolved [wetalkmusiconline](https://wordpress.org/support/users/wetalkmusiconline/)
 * (@wetalkmusiconline)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/confg-problem-again/)
 * 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 workeddefine(‘
   ADVMO_MINIO_KEY’, ‘8i6AcvAbcgm4qqzO4mu8’);define(‘ADVMO_MINIO_SECRET’, ‘XmeyH31bxbPbs8ZtaA046t6bddg96kAMCvXChiHt’);
   define(‘ADVMO_MINIO_ENDPOINT’, ‘[http://192.168.87.131:9000&#8217](http://192.168.87.131:9000&#8217););
   define(‘ADVMO_MINIO_BUCKET’, ‘wtmo’);define(‘ADVMO_MINIO_DOMAIN’, ‘[http://192.168.87.131&#8217](http://192.168.87.131&#8217););
   define(‘ADVMO_MINIO_PATH_STYLE_ENDPOINT’, true);

Viewing 1 replies (of 1 total)

 *  Plugin Author [Masoud Golchin](https://wordpress.org/support/users/masoudin/)
 * (@masoudin)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/confg-problem-again/#post-18332466)
 * Hello, [@wetalkmusiconline](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/advanced-media-offloader/assets/icon.svg?rev=3213156)
 * [Advanced Media Offloader](https://wordpress.org/plugins/advanced-media-offloader/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-media-offloader/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-media-offloader/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-media-offloader/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-media-offloader/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-media-offloader/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Masoud Golchin](https://wordpress.org/support/users/masoudin/)
 * Last activity: [1 year, 3 months ago](https://wordpress.org/support/topic/confg-problem-again/#post-18332466)
 * Status: resolved