jqnatividad / ckanext-odata

CKAN OData support to connect to tools like Tableau
GNU Affero General Public License v3.0
6 stars 7 forks source link

Template ckanext-odata/collection.xml cannot be found #6

Open kim0 opened 8 years ago

kim0 commented 8 years ago

Trying to install this plugin on ckan 2.5.2 .. I hit this error

TemplateNotFound: Template ckanext-odata/collection.xml cannot be found

Can you please help fix it .. Thanks

jqnatividad commented 8 years ago

Hmmm... that's strange. Can you give more info about your installation - what Linux distro? Python version, etc?

Is the site publicly accessible? If so, can you share it?

If not, can you do http://YOURCKANSITE/api/util/status and share the result?

kim0 commented 8 years ago

HYG http://c9ckan.westeurope.cloudapp.azure.com/api/util/status Ubuntu 14.04, python 2.7.6

jqnatividad commented 8 years ago

Sorry, but it seems that URL is not publicly accessible...

weschdc commented 8 years ago

I am getting the same error message in my /var/log/httpd/ckan_default.error.log using CKAN 2.5.3 on Centos 7 and Python 2.7.5

the API status from CKAN:

{"ckan_version": "2.5.3b", "site_url": "http://ckan.davidwesch.com", "site_description": "", "site_title": "CKAN", "error_emails_to": null, "locale_default": "en", "extensions": ["odata", "stats", "text_view", "image_view", "recline_view", "datastore", "datapusher", "datarequests", "pdf_view"]}

And the website is not publicly available. It's in a test environment.

Thanks, David

mouillerart commented 4 years ago

Hello, I had the same problem after an installation with python setup.py install It was corrected when I did instead a python setup.py develop.