Frank Oonk
Forum Replies Created
-
Forum: Plugins
In reply to: [DigitalOcean Spaces Sync] Media Library Link not updatingThis is the topic, i was pointing at: https://www.ads-software.com/support/topic/upload-folder-at-do-spaces/
- This reply was modified 4 years, 5 months ago by Frank Oonk.
Forum: Plugins
In reply to: [DigitalOcean Spaces Sync] Media Library Link not updatingExact same issue over here!
I deployed a fresh WordPress install (helm chart) on a Kubernetes live container.
Constant settings:
define(‘DOS_KEY’, ‘*****’);
define(‘DOS_SECRET’, ‘******’);
define(‘DOS_ENDPOINT’, ‘https://ams3.digitaloceanspaces.com’);
define(‘DOS_CONTAINER’, ‘samepathasdoscontainer’);
define(‘DOS_STORAGE_PATH’, ‘webmedia’);
define(‘DOS_STORAGE_FILE_ONLY’, 1);
define(‘DOS_STORAGE_FILE_DELETE’, 1);
define(‘DOS_FILTER’, ‘*’);
define(‘UPLOAD_URL_PATH’, ‘https://samepathasdoscontainer.ams3.digitaloceanspaces.com/webmedia’);
define(‘UPLOAD_PATH’, ‘/bitnami/wordpress/wp-content/uploads’);1. The known bug (many topics here about that): the plugin copies the exact map structure to the full path resulting my files accesible on “https://mycustom.dns.path/webmedia/opt/bitnami/wordpress/opt/bitnami/wordpress/2020/06/file.jpg”, instead of “https://mycustom.dns.path/webmedia/2020/06/file.jpg” . The mentioned fix: adding a “/” in front of the upload_path isn’t working anymore.
2. The bug OP mentioned. The plugin doesn’t update the path in the media library AND it’s adding a extra “/”, resulting files being pointed to https://myoldcustom.dns.path/webmedia//2020/06/file.jpg.
There is someone who mentioned a fix in the code. Can this be applied?
Thanks in advance! Great service btw.
- This reply was modified 4 years, 5 months ago by Frank Oonk.
Hi Altnet, thanks for your answer. When i switch from variable product to external product and back again to variable product, the option “Affiliate product” in the “inventory” tab suddenly appears and is enabled. And, I’m also able to fill in different url’s on different product variations.
However, i’m not able to edit the (main) button text.