Re: Sorl and Apache

2010-12-23 Thread Heath
Solved by setting the /cache/ directory to be owned by (on Ubuntu) www-data:www-data and to correct my earlier guess, /cache/... is the location of the generated thumbnails, not temp storage. -h On Dec 23, 11:52 am, Heath wrote: > By enabling sorl's error - reporting I

Re: Sorl and Apache

2010-12-23 Thread Heath
By enabling sorl's error - reporting I get this error: Caught OSError while rendering: (13, 'Permission denied') Exception Location: /usr/lib/python2.6/os.py in makedirs, line 157 So in tracing the error, I find that the os is trying to create a path in: /cache/c4/dd I'm guessing this is

Sorl and Apache

2010-12-21 Thread Heath
Hello, I am using sorl thumbnail generation and all works well under the Django development server. On the production server (Apache:81-django; Lighttpd:80- static), there is no key/value created in response to the template tag request, and hence, no thumbnail generated. If the same view is