by royhink » Wed Oct 21, 2015 12:46 pm
Still on this weird problem
# ls -l | grep media
drwxrwxr-x 27 ubuntu www-data 122880 Oct 20 18:53 media
media# ls -l
drwxrwxr-x 4 ubuntu www-data 12288 Oct 21 18:42 Comm
drwxrwxr-x 5 ubuntu www-data 12288 Oct 21 18:42 Comp // this is the problem folder
drwxrwxr-x 4 ubuntu www-data 12288 Oct 21 18:42 Culture
Sample from an image folder that is displaying correctly:
# ls -l Comm
-rwxrwxr-x 1 ubuntu www-data 43416 Dec 7 2012 C-ZAF-CBG-Comm.png
drwxrwxr-x 2 ubuntu www-data 4096 Oct 20 17:41 ss_size1
drwxrwxr-x 2 ubuntu www-data 4096 Oct 15 23:45 ss_size2
Sample from image folder NOT displaying correctly on the 'category' page:
# ls -l Comp
-rwxrwxr-x 1 ubuntu www-data 55476 Nov 28 2012 C-ZAF-CBG-COMP.png
drwxrwxr-x 2 ubuntu www-data 4096 Oct 16 23:08 ss_size1
drwxrwxr-x 2 ubuntu www-data 4096 Oct 15 23:48 ss_size2
drwxrwxr-x 2 ubuntu www-data 4096 Oct 15 23:48 ss_size3
The resizing seems to be working. Note todays date:
# ls -l Comp/ss_size2
-rwxrwxr-x 1 ubuntu www-data 15388 Oct 21 18:28 C-ZAF-CBG-COMP.png
I cleared the cache - no effect.
I can alter the custom template that runs the page and the changes show (after a regen), so Shopsite is writing the page.
And I keep double-checking the Product Image Size, which is set correctly to 'Small / Thumbnail" .
If you have any other ideas, I'm all ears. I know permissions is a likely culprit, but I just don't see the problem.