[mezzanine-users] IOError on thumbnail tag in Media Library

2014-04-15 Thread Doug Evenhouse
Hello folks, I have a new site that is returning a 500 error whenever the user tries to access the Media Library. I was unable to find any errors in any of the logs but after changing the DEBUG setting to True I was able to see that the error is occurring when one of the images is being

[mezzanine-users] Re: IOError on thumbnail tag in Media Library

2014-04-15 Thread Doug Evenhouse
? return image_url On Tuesday, April 15, 2014 4:32:20 PM UTC-5, Doug Evenhouse wrote: Hello folks, I have a new site that is returning a 500 error whenever the user tries to access the Media Library. I was unable to find any errors in any of the logs but after changing the DEBUG

Re: [mezzanine-users] Default fabfile deploy, Internal Server Error

2014-03-31 Thread Doug Evenhouse
I'm interested in the gunicorn logging question as well. I had a similar issue as yours Josh and ended up putting the following line in the gunicorn.conf.py file of my project in order to get some logged output that led me to the cause of the error. errorlog = /tmp/gunicorn.error.log On

[mezzanine-users] Re: multiple domains on single host

2014-03-21 Thread Doug Evenhouse
Interesting... I've been having the same problem. I'm deploying to a VPS at digitalocean.com running Ubuntu 12.04 64 bit. If I reboot the server I can deploy successfully for awhile, but after some time (an hour or two) something begins killing the migration step. If I log on to the server and

[mezzanine-users] Re: multiple domains on single host

2014-03-20 Thread Doug Evenhouse
Assuming your sites are independent of each other (not sharing a database), and that you're using the out-of-the-box fabfile for deployment, I've found that when this happens to me it's usually that either the ALLOWED_HOSTS setting is wrong, or I've forgotten to ensure that each site is using a