haiwen / seafile

High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.
http://seafile.com/
Other
12.25k stars 1.54k forks source link

Seafile 5.1.3 "unkown error" #1693

Closed WeWin55 closed 8 years ago

WeWin55 commented 8 years ago

Hello,

ive just installed and configured my seafile server (nginx + ssl + 5.1.3). But my uploud isnt working the error message is "unknown error". The permissions of the seafile-data folder is right, because i can create files in seafile and download them. Ive got this problem since last week, but cant find a solution and the other users with the same problem cant help me either.

(ive blanked the user specific things out) ccnet: [General] USER_NAME = ID = NAME = SERVICE_URL = https://domain.de:8000

[Client] PORT = 13419

[Database] ENGINE = mysql HOST = 127.0.0.1 PORT = 3306 USER = root PASSWD = DB = ccnet-db CONNECTION_CHARSET = utf8

seafile.conf: [fileserver] port = 8082

[database] type = mysql host = 127.0.0.1 port = 3306 user = root password = db_name = seafile-db connection_charset = utf8

seahub_settings.py: SECRET_KEY = "" HTTP_SERVER_ROOT = 'https://domain.de/seafhttp'

DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'seahub-db', 'USER': 'root', 'PASSWORD': '', 'HOST': '127.0.0.1', 'PORT': '3306' } }

Thanks in advance for helping me!

shoeper commented 8 years ago

Please only submit bugs in GitHub issues (Pro customers should contact us via Email).

Feature requests and installation/usage problem should be asked in the forum https://forum.seafile.de/.