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

Postgresql - issue with db syncing #60

Open
bleepsandblops opened this issue Nov 28, 2022 · 0 comments
Open

Postgresql - issue with db syncing #60

bleepsandblops opened this issue Nov 28, 2022 · 0 comments

Comments

@bleepsandblops
Copy link

Description

Hello,

The db sync job fails with this error:

SQLSTATE[42P01]: Undefined table: 7 ERROR: missing FROM-clause entry for table "sourcemessage" LINE 3: INNER JOIN "enupaltranslate_message" "message" ON sourceMess... ^ The SQL being executed was: SELECT "message", "translation", "language" FROM "enupaltranslate_sourcemessage" "sourceMessage" INNER JOIN "enupaltranslate_message" "message" ON sourceMessage.id = message.id --


Steps to reproduce

Additional info

  • Craft version: 3.7.61
  • PHP version: 7.4.3
  • Database driver & version: Postgresql 12.9
  • Plugin version: 2.3.0
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

1 participant