Skip to content

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

Description

@dlukes

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions