Hi,
I have an addon domain that sits within the public_html folder of a primary domain. I have transferred this site from a dev setup and everything works except the path to some thumbnail images.
The path to the thumbs is rendered as:
src="home/xxxxxxxxxxx/public_html/myWebsite.co.uk/assets/components/phpthumbof/cache/myImage.d3aab19e427940949edb99f7444b6863.jpg"
And the correct path should be:
src="//myWebsite.co.uk/assets/components/phpthumbof/cache/myImage.d3aab19e427940949edb99f7444b6863.jpg"
I have tried every System Setting in “phpthumbof” and “phpThumb” settings in Core that look relevant. I added the absolute URL “https://myWebsite.co.uk/” in the fields…
phpthumb_document_root
phpthumbof.cache_url
phpthumbof.cache_path
Any idea what I need to add in order to force the correct path?
Thanks for any help