Skip to content

Commit

Permalink
[release-v1.6][doc]: Minor improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Feb 23, 2012
1 parent 5d0c1c4 commit d53f660
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Major:
* Tags not restricted to just letters and dashes (#1453)

Minor:
* Database dumps now exclude deleted packages (#1623)

Bug fixes:
* Unicode characters in field-specific API search queries caused exception (since CKAN 1.5) (#1798)
Expand Down
8 changes: 8 additions & 0 deletions doc/common-error-messages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,11 @@ This is usually seen when you run the paster command with one user, and CKAN is
This is seen when running a paster command. The problem is paster is not recognising the python virtual environment where genshi (and other CKAN libraries) are installed. To resolve this, supply the path to the copy of paster in the virtual environment. e.g.::

pyenv/bin/paster ...

``type "geometry" does not exist``
==================================
(also ``function public.multipolygonfromtext(text) does not exist`` ``permission denied for language c``)

This may occur when you are using psql or ``paster db load``. It means that the database dump was taken from a Postgres database that was spatially enabled (PostGIS installed) and you are loading it into one that is not.

To make your Postgres cluster spatially enabled, see the instructions here: https://github.com/okfn/ckanext-spatial/blob/master/README.rst

0 comments on commit d53f660

Please sign in to comment.