6.2.5升级到6.3.2后页面不存在,清除缓存无用,seahub.log报了很多错

服务器:centos7.4 python2.7 nginx+maraidb
6.2.5升级到6.3.2页面显示:

Page unavailable
Sorry, but the requested page is unavailable due to a server hiccup.

Our engineers have been notified, so check back later.

seahub.log日志如下:

2018-07-15 06:25:14,614 [ERROR] django.request:135 handle_uncaught_exception Internal Server Error: /accounts/login/
Traceback (most recent call last):
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/core/handlers/exception.py”, line 41, in inner
response = get_response(request)
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/core/handlers/base.py”, line 249, in _legacy_get_response
response = self._get_response(request)
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/core/handlers/base.py”, line 187, in _get_response
response = self.process_exception_by_middleware(e, request)
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/core/handlers/base.py”, line 185, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/utils/decorators.py”, line 149, in _wrapped_view
response = view_func(request, *args, **kwargs)
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/views/decorators/cache.py”, line 57, in _wrapped_view_func
response = view_func(request, *args, **kwargs)
File “/opt/seafile/seafile-server-6.3.2/seahub/seahub/auth/views.py”, line 198, in login
‘login_bg_image_path’: login_bg_image_path,
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/shortcuts.py”, line 30, in render
content = loader.render_to_string(template_name, context, request, using=using)
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/template/loader.py”, line 68, in render_to_string
return template.render(context, request)
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/template/backends/django.py”, line 66, in render
return self.template.render(context)
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/template/base.py”, line 207, in render
return self._render(context)
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/template/base.py”, line 199, in _render
return self.nodelist.render(context)
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/template/base.py”, line 990, in render
bit = node.render_annotated(context)
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/template/base.py”, line 957, in render_annotated
return self.render(context)
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/template/loader_tags.py”, line 154, in render
compiled_parent = self.get_parent(context)
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/template/loader_tags.py”, line 151, in get_parent
return self.find_template(parent, context)
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/template/loader_tags.py”, line 131, in find_template
template_name, skip=history,
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/template/engine.py”, line 136, in find_template
name, template_dirs=dirs, skip=skip,
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/template/loaders/cached.py”, line 60, in get_template
template_name, template_dirs, skip,
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/template/loaders/base.py”, line 44, in get_template
contents, origin, origin.template_name, self.engine,
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/template/base.py”, line 191, in init
self.nodelist = self.compile_nodelist()
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/template/base.py”, line 230, in compile_nodelist
return parser.parse()
File “/opt/seafile/seafile-server-6.3.2/seahub/thirdpart/django/template/base.py”, line 515, in parse
raise self.error(token, e)
TemplateSyntaxError: ‘future’ is not a registered tag library. Must be one of:
avatar_tags
cache
compress
group_avatar_tags
i18n
l10n
rest_framework
seahub_tags
static
staticfiles
statici18n
terms_tags
tz
upload_tags
webpack_loader
[WARNING] django.request:152 get_response Not Found: /api2/events/

客户端能正常使用