Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in search #3

Open
hengistthenord opened this issue Dec 10, 2015 · 0 comments
Open

Error in search #3

hengistthenord opened this issue Dec 10, 2015 · 0 comments

Comments

@hengistthenord
Copy link

on a 2.4 install from package Ubuntu 12.04 I have
Module ckan.controllers.package:270 in search

query = get_action('package_search')(context, data_dict)
Module ckan.logic:429 in wrapped
result = _action(context, data_dict, *_kw)
Module ckan.logic.action.get:1951 in package_search
search_results = item.after_search(search_results, data_dict)
Module ckanext.searchhistory.plugin:42 in after_search
result = tk.get_action('search_history_add')(context, data_dict)
Module ckan.logic:429 in wrapped
result = _action(context, data_dict, *_kw)
Module ckanext.searchhistory.actions:45 in search_add
return db.table_dictize(search_history, context)
Module ckanext.searchhistory.db:67 in table_dictize
if isinstance(obj, sa.engine.base.RowProxy):
AttributeError: 'module' object has no attribute 'RowProxy'

removing the plugin and removing it from the plugins list in production.ini solves the 500 error and site now shows search results again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant