I
am glad to have stumbled this ckan user/developer forum. I am looking forward to discussing ckan news, issues,
future features, etc. in this community.
I
have an issue though, I would like to raise to the group, hoping that
someone knows how to resolve it. I have installed and setup a ckan 2.3a
instance in my VMWare running Ubuntu 12.04.5. I am already able to
navigate thru the website.
The
issue is that although I explicitly defined recline_graph_view in the
ckan config file (please see ckan.plugins entry below), the graph view
option is not rendering in the website. The grid view option is there,
but graph view is not.
ckan.plugins = stats text_view
datastore datapusher viewhelpers linechart recline_graph_view
recline_grid_view recline_map_view resource_proxy
I noticed this warning message spewed out from the paster server:
2014-11-12
16:08:40,915 WARNI [ckan.lib.maintain] Function _resource_preview() in
module ckan.controllers.package has been deprecated and will be removed
in a later release of ckan. Resource preview is deprecated. Please use
the new resource views
Not sure if this has any relevance to the problem.