I have hit a bit of a brick wall…
I am unable to get Image Sizer to play ball.
I am building the site on a subdomain and have tried refrencing the paths every which way. With template debugging switched on I can see that Image Sizer is picking up the images - and then it gets a little weird:
(1.072410) Tag: {exp:imgsizer:size src="/images/uploads/88621497.jpg" width="229" alt="This is a test" base_path="build.polishedconcretedesigns.co.uk/" base_cache="build.polishedconcretedesigns.co.uk/images/sized/"}
(1.072550) No Closing Tag
(1.072613) Tag: {exp:imgsizer:size src="/images/uploads/Superfloor-warehouse.jpg" width="229" alt="" base_path="build.polishedconcretedesigns.co.uk/" base_cache="build.polishedconcretedesigns.co.uk/images/sized/"}
(1.072750) No Closing Tag
(1.072811) Tag: {exp:imgsizer:size src="/images/uploads/New-Image-1.jpg" width="229" alt="" base_path="build.polishedconcretedesigns.co.uk/" base_cache="build.polishedconcretedesigns.co.uk/images/sized/"}
(1.072950) No Closing Tag
(1.073005) Processing Tags
(1.073030) Module Tag: Structure/nav_sub
(1.073050) Plugin Tag: Imgsizer/size
(1.073071) Plugin Tag: Imgsizer/size
(1.073089) Plugin Tag: Imgsizer/size
(1.073104) Including Files for Tag and Modules
(1.088874) Beginning Final Tag Data Processing
(1.088897) Calling Class/Method: Structure/nav_sub
(1.088994) -> Class Called: Structure
(1.089036) -> Method Called: nav_sub
(1.133071) -> Data Returned
(1.133148) Calling Class/Method: Imgsizer/size
(1.133246) -> Class Called: Imgsizer
(1.133267) -> Method Called: size
(1.133322) imgsizer.user.src: /images/uploads/88621497.jpg
(1.133376) imgsizer.img[src]: /images/uploads/88621497.jpg
(1.133385) imgsizer.img[base_path]: build.polishedconcretedesigns.co.uk/
(1.133405) imgsizer.img_full_path: build.polishedconcretedesigns.co.uk/images/uploads/88621497.jpg
(1.133420) imgsizer.Error: build.polishedconcretedesigns.co.uk/images/uploads/88621497.jpg image is not readable or does not exist
The template tag that printed out the code above is:
{exp:imgsizer:size src="{image_file}" width="229" alt="{image_alt}" base_path="build.polishedconcretedesigns.co.uk/" base_cache="build.polishedconcretedesigns.co.uk/images/sized/"}
I can see on the FTP that it isn’t generating the cached images (inside the folder ‘sized’ which has chmod 777 and is located in images/sized
I am using EE 1.6.9 and the version of the plugin is: 2.5.6
Many many many thanks for your help in advance - it is much appreciated…
James
