Skip to content

Plugins are broken in 5.2.1 #1041

@stasadev

Description

@stasadev

Adminer version: 5.2.1
Compiled: Docker
Driver: -
Database version: -
Plugins used: tables-filter

$ docker run --rm adminer echo 1
1

# fails without any details
$ docker run --rm -e ADMINER_PLUGINS="tables-filter" adminer echo 1

$ echo $?                                                                                             
255

$ docker run --rm -e ADMINER_PLUGINS="tables-filter" adminer:5.1.0-standalone echo 1
1

I tried to run a dummy echo 1 with different plugins (just to see if it works on not) and it failed too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions