I want to delete the folder with all the re-sized images. But i get an error. This is the error “Error -144: remote delete failed”. I can rename the folder but then i get a duplicate of the “sized” folder.
Is this a normal behavior? How do i get rid of this problem?
I use version 2.5.6.
No I don’t think so. I would assume that its a global setting at your web hosts that is stopping you deleting or changing the permissions yourself on certain folders. I only had to request the change once and I can change permissions and delete fine now. Are you on a standard shared hosting account, or are you on a reseller, VPS or dedicated server? I think some shared hosting accounts have less control over permissions, etc to begin with.
I can’t get Image Sizer to work. Created the “sized” folder, made the folder writable, and my server supports GD. I can’t get this to work:
{exp:imgsizer:size src="http://www.mywebsite.com/images/uploads/olives.jpg" width="180" alt="{title}"}
Anyone know what’s going on? This is really frustrating.
The way I always troubleshoot this plugin is to turn on template debugging in the EE Prefs and reload the page that has the imgsizer code on it. Check for any issues related to the plugin in the debug output. Mine were paths/permissions related, even though I thought I’d set everything correctly!
Hello all,
I am having a prblem with global variables not working from within the imgsizer tag.
Something like this…
{exp:imgsizer:size src="{site_url}images/filename.jpg" width="150" height="150"}
…throws the following error
imgsizer.Error: /Library/WebServer/Documents/{site_url}/images/filename.jpg image is not readable or does not exist
Any ideas why {site_url} is not getting replaced???
Thanks!
Hi, I’m getting this error when trying to use image sizer:Running ee v 1.6.8 and image sizer 2.5.6 the line that creates the problem is:Parse error: syntax error, unexpected '{' in /homepages/33/d291396367/htdocs/eefiles/plugins/pi.imgsizer.php on line 700
Also, the plugin manager won’t load with image sizer installed. Any ideas? Aldo{exp:imgsizer:size image="/images/uploads/6th-Av.jpg" width="100" height="100" alt=""}
Having this exact same issue - Just moved site from local to web, checked all paths - everything else working except imgsizer plugin. remove plugin, all good.
Any ideas?
I’d think that the {image_file} variable contains “/images/sized/images/sized/remote/images-mysite-org-global-video-who_is_test_file-200x140.jpg”. It probably doesn’t have anything to do with the imgsizer plugin. To check, place {image_file} on it’s own not in the imgsizer plugin so that it echoes on the page. That way you can see what values are being passed to imagesizer.
If the {image_file} variable is “/images/sized/remote/images-mysite-org-global-video-who_is_test_file-200x140.jpg” then there’s your problem. Imgsizer automatically adds /images/sized to the base_path. In this case /remote/.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.