Just fired-up a fresh install of Mezzanine 4.2.3 on both my dev and production machines and I noticed thumbnails are failing. The thumbnail directories get created but not the files.
Pillow seems to be installed correctly and I can create thumbnails from both the Python interpreter and Django shell. When, for example, uploading images to the Media Library, thumbnails fail silently (no errors in the log file or from the built-in server when run in foreground mode). Both the dev and production machines have previous installs of Mezzanine which create thumbnails just fine (installed a few months back). I'm mystified, any suggestions? Regards, Iain. Contents of virtualenv (python 2.7): beautifulsoup4 (4.6.0) bleach (2.1.1) certifi (2017.7.27.1) chardet (3.0.4) distribute (0.6.24) Django (1.10.8) django-contrib-comments (1.8.0) feedparser (5.2.1) filebrowser-safe (0.4.7) future (0.16.0) grappelli-safe (0.4.7) gunicorn (19.7.1) html5lib (1.0b10) idna (2.6) Mezzanine (4.2.3) oauthlib (2.0.6) olefile (0.44) Pillow (4.3.0) pip (9.0.1) psycopg2 (2.7.3.2) python-dateutil (2.6.1) pytz (2017.2) requests (2.18.4) requests-oauthlib (0.8.0) setuptools (36.6.0) six (1.11.0) tzlocal (1.4) urllib3 (1.22) webencodings (0.5.1) wheel (0.30.0) -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
