Error message when saving page #8009
Unanswered
lordcycy
asked this question in
Error / Bug Report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get this error message appearing in a red box when saving a page:
UPDATE "pagesVector" SET title = $1, description = $2, tokens = (setweight(to_tsvector('simple', $3), 'A') || setweight(to_tsvector('simple', $4), 'B') || setweight(to_tsvector('simple', $5), 'C')) WHERE path = $6 AND locale = $7 - relation "pagesVector" does not existbut the page saves correctly.
What is causing this? Can it lead to issues long term?
I'm using postgreSQL
Beta Was this translation helpful? Give feedback.
All reactions