You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to migrate to version 2.x the following error appears when opening any CKAN page:
Traceback (most recent call last):
File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/paste/httpserver.py", line 1068, in process_request_in_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 649, in __init__
self.handle()
File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/paste/httpserver.py", line 442, in handle
BaseHTTPRequestHandler.handle(self)
File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/paste/httpserver.py", line 437, in handle_one_request
self.wsgi_execute()
File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/paste/httpserver.py", line 287, in wsgi_execute
self.wsgi_start_response)
File "/usr/lib/ckan/default/src/ckan/ckan/config/middleware/__init__.py", line 134, in __call__
with flask_app.app_context():
AttributeError: 'CKANFlask' object has no attribute 'app_context'
Anyone know what's going on? Possible solutions?
-- I'm using CKAN 2.6.2
The text was updated successfully, but these errors were encountered:
Hello guys,
When attempting to migrate to version 2.x the following error appears when opening any CKAN page:
Anyone know what's going on? Possible solutions?
-- I'm using CKAN 2.6.2
The text was updated successfully, but these errors were encountered: