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

relation "page" does not exist - LINE 2: FROM page #4780

Open
kartikbha opened this issue Apr 16, 2018 · 1 comment
Open

relation "page" does not exist - LINE 2: FROM page #4780

kartikbha opened this issue Apr 16, 2018 · 1 comment

Comments

@kartikbha
Copy link

I am getting below error. Pls suggest.

File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/util/compat.py", line 189, in raise_from_cause
reraise(type(exception), exception, tb=exc_tb)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 947, in _execute_context
context)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 435, in do_execute
cursor.execute(statement, parameters)
ProgrammingError: (ProgrammingError) relation "page" does not exist
LINE 2: FROM page
^
'SELECT page.id AS page_id, page.name AS page_name, page.title AS page_title, page.description AS page_description, page.type AS page_type, page.state AS page_state, page.sections AS page_sections, page.modified AS page_modified, page.status AS page_status \nFROM page \nWHERE page.state = %(state_1)s' {'state_1': 'active'}

@teodorescuserban
Copy link
Member

This would indicate you might have some issues on the database side. Did you initialised the database with paster db init -c /your/path/to/ckan.ini?

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

2 participants