[Arches] Error importing module storages.backends.s3boto: "No module named deconstruct"

2016-10-06 Thread Stephan Gmur
Hello All, I am having troubles using the load_resources method within the manage.py module. This is a new instance which was build at the end of last week and the load_resources method worked a few days ago. My first thought is that there were some updates which I applied which might have upda

Re: [Arches] Re: Deleting Media resource on S3

2016-01-08 Thread Stephan Gmur
nently into the arches repository. As you notice, > the original code is still used if it causes no errors. > > Cheers and thanks for posting! > Adam > > On Wednesday, December 30, 2015 at 5:18:44 PM UTC-6, Stephan Gmur wrote: >> >> Here is an update on a work aroun

Re: [Arches] Re: Deleting Media resource on S3

2015-12-30 Thread Stephan Gmur
Here is an update on a work around that we have found to work for this problem but has not proven to be a long term solution. We have traced the error to the auto_delete_file_on_delete function within the arches models.py file. There are two event listeners that are called by django when a medi

[Arches] Re: Apache2 permissions error [Errno 13] Permission denied: /ascat/logs/application.txt

2015-10-27 Thread Stephan Gmur
group, which is www-data. Try > this command: > > sudo chgrp www-data /home/ubuntu/Projects/ascat/ascat/logs/application.txt > > If that solves your problem, we'll add a new message to the other thread > for future reference. > > Cheers, > Adam > > On Tue

[Arches] Apache2 permissions error [Errno 13] Permission denied: /ascat/logs/application.txt

2015-10-27 Thread Stephan Gmur
Hello all, currently I am trying to deploy arches 3.0 using apache2 but am having permissions troubles. Specifically for apache2 to access a directory located in a folder located in /home/ubuntu/Projects/. The specific error that I receive is: ValueError: Unable to configure handler 'file': [Err