First, you can check the Seafile client log (~/.ccnet/logs/seafile.log
for
Linux, C:/users/your_name/ccnet/logs/seafile.log
for Windows) to see what's wrong.
Possible reasons:
- Firewall: Ensure the firewall is configured properly. See Firewall Settings for Seafile Server
- Make sure you firewall for seafile fileserver is opened.
- Make
SERVICE_URL
in ccnet.conf andFILE_SERVER_ROOT
in seahub_settings.py are set correctly. - Using chrome/firefox debug mode to find which link is given when click download button and what's wrong with this link
No, You must have python 2.6.5+ or 2.7 installed on your server.
There was an unconfirmed solution on the internet, which later has vanished. (Please explain the installation routine if you successfully set up Seafile in FreeBSD.)
-
You can check the back trace in seahub log files(
installation folder/logs/seahub_django_request.log
) -
You can also turn on debug by adding
DEBUG = True
to seahub_settings.py and restart seahub by./seahub.sh restart
, then refresh that page, all the debug infomations will be displayed. Make sure ./seahub.sh was started as: ./seahub.sh start-fastcgi
-
You need to check whether the "avatars" symbolic link under seahub/media/ is correctly link to ../../../seahub-data/avatars. If not, you need to correct the link according to the "minor upgrade" section in Upgrading-Seafile-Server
-
If your avatars link is correctly linked, and avatars are still broken, you may refresh seahub cache by
rm -rf /tmp/seahub_cache/*
Modify file seafile.ini under ccnet. This file contains the location of seafile-data. Move seafile-data to another place, like /opt/new/seafile-data
. Then modify the file accordingly.
Please check logs/seahub.log.
There are some common mistakes:
- Check whether there are some typos in the config, e.g., forget single quote,
EMAIL_HOST_USER = XXX
, which should beEMAIL_HOST_USER = 'XXX'
- Your mail server is not available.
Since version 4.4.2, system admin can migrate libraries and groups from one account to another exsiting account using RESTful web api.