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

Can't create links to search results on a fresh install of v4 #760

Open
dlukes opened this issue Apr 29, 2022 · 1 comment
Open

Can't create links to search results on a fresh install of v4 #760

dlukes opened this issue Apr 29, 2022 · 1 comment
Assignees
Labels

Comments

@dlukes
Copy link

dlukes commented Apr 29, 2022

Describe the bug
On a fresh install of v4.6.6 server, clicking on the Share match reference button in the following error:

Table "URL_SHORTENER_ENTRY" not found; SQL statement: select urlshorten0_.id as id1_0_, urlshorten0_.created as created2_0_, urlshorten0_.owner as owner3_0_, urlshorten0_.temporary_url as temporar4_0_, urlshorten0_.url as url5_0_ from url_shortener_entry urlshorten0_ where urlshorten0_.url=? [42102-200]

I assume this is because I didn't run reference link migration during setup -- I had no URLs to migrate. But I guess the table typically gets created during that step.

Expected behavior
No error happens and a match reference link gets generated instead.

@dlukes dlukes added the bug label Apr 29, 2022
@thomaskrause
Copy link
Member

The table should be created also without migration. I will try to reproduce this locally.

@thomaskrause thomaskrause self-assigned this May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants