https genrates wrong image path
-
Hi,
i am still suffering this known but alredy closed issue:
https://www.ads-software.com/support/topic/image-path-with-https-instead-of-http?replies=7When calling eazyest gallery related pages by https i get wrong image paths for all image-types.
Instead of:
https://www.domain.com/galleryfolder/folder/_cache/image-150×150.jpg
the plugin instead calls images from standard wordpress upload-folder:
https://www.domain.com/wp-content/uploads/folder/_cache/image-150×150.jpgThe Problem only occurs if there is a writable “latest month-folder” in the /wp-content/uploads directory. If I remove the writing permission for wordpress on /wp-content/uploads/ and delete the folder of the current month everything works fine.
Giving the permission back will produce a new (empty) folder – e.g. 07 for july – and the image-paths are generated wrong again…
Somehow the wp_get_attachment_image from /wp-includes/media.php gives the wrong path…
I am thankful for any hint.
- The topic ‘https genrates wrong image path’ is closed to new replies.