[mezzanine-users] Re: "Thumbnails" showing up at full-size on production server

2016-04-11 Thread Márcio Moreira
Hello, After almost 10 days I have found a way to resolve the issue. Please remember the deployment environment is a shared web hosting (dreamhost), and, there, static files must be on separated "public" folder. I have used rsync to send my files from development server to production server:

[mezzanine-users] Re: "Thumbnails" showing up at full-size on production server

2016-04-11 Thread Márcio Moreira
One additional information: the static folder being deleted is one that was automatically created (by django or mezzanine, I believe). Marcio Em segunda-feira, 11 de abril de 2016 10:05:40 UTC-3, Márcio Moreira escreveu: > > Hello, > > After almost 10 days I have found a way to resolve the i

Re: [mezzanine-users] Re: "Thumbnails" showing up at full-size on production server

2016-04-11 Thread Eduardo Rivas
Hi Marcio. There's a lot that can go wrong when generating a thumbnail for a particular image (missing dependencies, filesystem permission errors, IO errors, etc), and Mezzanine will just return the original image if that happens. I recommend you take a look at the code