I reinstalled mediacore complete new like described in this thread : http://mediacore.com/community/topic/tutorial-how-to-install-mediacore-on-ubuntu-detailed-guide
Everything is fine, but i still can't upload images or files.
For testing I set all the data folders to 777 but still the same issue.
I get this error when I try to upload movies :
WebApp Error: <class 'mediacore.lib.storage.StorageError'>: (u'Unusable file or URL provided.', None, None)
Module weberror.errormiddleware:162 in __call__
<< __traceback_supplement__ = Supplement, self, environ
sr_checker = ResponseStartChecker(start_response)
app_iter = self.application(environ, sr_checker)
return self.make_catching_iter(app_iter, environ, sr_checker)
except:
>> app_iter = self.application(environ, sr_checker)
Module mediacore.config.middleware:92 in __call__
<< if script_name.endswith(self.fcgi_script_name):
environ['SCRIPT_NAME'] = script_name[:-self.cut]
return self.app(environ, start_response)
def setup_tw_middleware(app, config):
>> return self.app(environ, start_response)
Module tw.core.middleware:43 in __call__
<< def __call__(self, environ, start_response):
return self.wsgi_app(environ, start_response)
def wsgi_app(self, environ, start_response):
>> return self.wsgi_app(environ, start_response)
Module tw.core.middleware:68 in wsgi_app
<< else:
# Pass request downstream
resp = req.get_response(self.application)
return resp(environ, start_response)
finally:
and so on...
On another vserver I have mediacore 0.8.2 installed and running fine without upload problems.
Is there a way to get a more detailed errormessage what is exactly the upload problem ?