Thanks @gauburtin,
I am confused. 6.3. pro is not available, yet. Was this feature already available in 6.2?
Best regards
Christoph
Yes it was, on 6.0.6
https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
https://manual.seafile.com/deploy_pro/roles_permissions.html
I updated to version 6.3.1 today, but this bug has not been fixed.
And what about these questions?
hi,
I have upgraded to version 6.3 and seafile can´t start
seafile[19248]: Error: â/media/xxxxx13-dd9d-4869-b8b5-xxxxx/xxxxxx/conf/gunicorn.confâ doesnât exist
these file is new to me
Is it normal that v6.3.1 is much slower than 6.2.5?
import os
daemon = True
workers = 5
default localhost:8000
bind = â0.0.0.0:8000â
Pid
pids_dir = â/home/seafile/pidsâ
pidfile = os.path.join(pids_dir, âseahub.pidâ)
Logging
logs_dir = â/home/seafile/logsâ
errorlog = os.path.join(logs_dir, âgunicorn_error.logâ)
accesslog = os.path.join(logs_dir, âgunicorn_access.logâ)
for file upload, we need a longer timeout value (default is only 30s, too short)
timeout = 1200
limit_request_line = 8190
This file is also new to me, but itâs existing.
Hi,
Same problem for me/
I do a minor update from 6.2.5 to 6.3.1 and get the same error.
Go back to 6.2.5âŚ
Is there a solution?
Best
thanks.
now works!
is there any wiki about all the config options for that file?
Your problem is that there is no write permission for the folder from the user youâve upgraded. Change it with chmod and upgrade another time.
We will keep the current behaviour that only display h2 and h3. In the future, it maybe modified.
What browser do you use, IE edge?
It would be great to include the H1 header in the content.
Iâm using Google Chrome. I checked the behavior in the following browsers:
google chrome v. 67 this error is present;
opera v. 53 this error is present;
vivaldi v. 1.15 this error is present;
firefox v.60.0.2 no error;
internet explorer v.11 - the editor markdown does not start and does not work custom CSS.
All the same egine â nearly same browser
Just saw by debugging firefox that all markdown javascript tools are always running. Is this really necessary?
Which page is much slower? Can you post a snapshot of your debugging console?
Wanted to add a (first) file comment in 6.3.1 CE, but failed in main.de99968ae34e.js with
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
Anyone experiencing the same issue?
Did you run ./seahub.sh python-env seahub/manage.py migrate_file_comment
according to https://manual.seafile.com/changelog/server-changelog.html
Hi!
What has changed in the mobile interface Onlyoffice in seafile 6.3.1, I do not see any changes, looks exactly the same as on the PC.
Everything is very small, and in the doc file itâs not possible to browse the pages at all.
This is missing in the upgrade documentation https://manual.seafile.com/deploy/upgrade.html
Thank you, that did the trick. Didnât expect database changes in a minor release even the first was a beta one, so I didnât check the changelog again. My bad. 
We will check the problem.