Plugin pulling wrong path for 2x images
-
I suspect this is a local config mistake, but I cannot find it – I hope you can help. I’m running version 3.6 wordpress on my local computer for development, and so far everything has been good. Now I’m adding retina support, and found your great plugin.
The plugin is there, has re-built all the images fine and they’re in the right folders. I’ve checked your FAQ, tutorial, all the pages of support here, and google….
I’m using HTML rewrite, with debug mode on; I see it’s trying to rewrite the image paths, but it fails. From wp-retina=2x.log:
– The retina file ‘/Applications/MAMP/htdocs/wordpress/wordpress/wp-content/uploads/2013/06/Street-Art-Brighton-2-1024×[email protected]’ cannot be found.
That’s not surprising since it’s adding an extra ‘wordpress’ to the path – it should be:
/Applications/MAMP/htdocs/wordpress/wp-content/uploads/2013/06/Street-Art-Brighton-2-1024×[email protected]
The site address and wordpress address are both configured as ‘https://localhost:8888/wordpress’ and everything else is working fine.
Any ideas where it’s getting that extra word from? Is it me configuring something wrong in the back-end somewhere?
Many thanks,
Mark
- The topic ‘Plugin pulling wrong path for 2x images’ is closed to new replies.